Skip to content

Commit

Permalink
updated version number, changed run output to reflect new version of …
Browse files Browse the repository at this point in the history
…ESMValTool
  • Loading branch information
rswamina committed May 15, 2024
1 parent 0002a61 commit eb9f41e
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 124 deletions.
6 changes: 3 additions & 3 deletions _episodes/04-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Running your first recipe"
teaching: 15
exercises: 15
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0

questions:
- "How to run a recipe?"
Expand Down Expand Up @@ -132,7 +132,7 @@ distinguished in the log messages:
> > following line in the output:
> >
> > ```
> >[18776] INFO These tasks will be executed: map/tas, timeseries/tas_global,
> >[134535] INFO These tasks will be executed: map/tas, timeseries/tas_global,
>>timeseries/script1, map/script1, timeseries/tas_amsterdam
> > ```
> >
Expand Down Expand Up @@ -368,7 +368,7 @@ Do you recognize the basic recipe structure that was introduced in episode 1?
> > which contains preprocessed data for each of the input datasets, plus a
> > combined `MultiModelMean`, a `metadata.yml` file and provenance files.
> > - **map/script1**: creates `/run/map/script1` with general information and a
> > log of the diagnostic script run. It also creates `/plots/map/script1` and
> > log of the diagnostic script run. It also creates `/plots/map/script1/png` and
> > `/work/map/script1`, which contain output figures and output datasets,
> > respectively. For each output file, there is also corresponding provenance
> > information in the form of `.xml`, `.bibtex` and `.txt` files.
Expand Down
Loading

0 comments on commit eb9f41e

Please sign in to comment.