Skip to content

Commit eb9f41e

Browse files
committed
updated version number, changed run output to reflect new version of ESMValTool
1 parent 0002a61 commit eb9f41e

File tree

2 files changed

+194
-124
lines changed

2 files changed

+194
-124
lines changed

_episodes/04-recipe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Running your first recipe"
33
teaching: 15
44
exercises: 15
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66

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

0 commit comments

Comments
 (0)