Skip to content

Commit ce536fd

Browse files
authored
Merge pull request #317 from ESMValGroup/update_basic_topics_to_v2.10.0
Update Basic Tutorial Episodes for compatibility with v2.10.0
2 parents 30a6420 + 3549711 commit ce536fd

File tree

7 files changed

+201
-131
lines changed

7 files changed

+201
-131
lines changed

_episodes/00-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Introduction"
33
teaching: 5
44
exercises: 10
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66

77
questions:
88
- What is ESMValTool?

_episodes/01-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart guide"
33
teaching: 2
44
exercises: 8
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66

77
questions:
88

_episodes/02-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Installation"
33
teaching: 10
44
exercises: 10
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66
questions:
77
- "What are the prerequisites for installing ESMValTool?"
88
- "How do I confirm that the installation was successful?"
@@ -229,8 +229,8 @@ to display the command line help.
229229
> > {: .bash}
230230
> > The version of ESMValTool installed should be displayed on the screen as:
231231
> > ~~~
232-
> > ESMValCore: 2.8.0
233-
> > ESMValTool: 2.8.0
232+
> > ESMValCore: 2.10.0
233+
> > ESMValTool: 2.10.0
234234
> > ~~~
235235
> > {: .output}
236236
> Note that on HPC servers such as JASMIN, sometimes a more recent development

_episodes/03-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Configuration"
33
teaching: 10
44
exercises: 10
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66

77
questions:
88
- What is the user configuration file and how should I use it?

_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/` 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.

_episodes/05-conclusions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Conclusion of the basic tutorial"
33
teaching: 10
44
exercises: 0
5-
compatibility: ESMValTool v2.8.0
5+
compatibility: ESMValTool v2.10.0
66

77
questions:
88
- "What do I do now?"

_includes/example_output.txt

Lines changed: 191 additions & 121 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)