Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Basic Tutorial Episodes for compatibility with v2.10.0 #317

Merged
merged 7 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Introduction"
teaching: 5
exercises: 10
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0

questions:
- What is ESMValTool?
Expand Down
2 changes: 1 addition & 1 deletion _episodes/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Quickstart guide"
teaching: 2
exercises: 8
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0

questions:

Expand Down
6 changes: 3 additions & 3 deletions _episodes/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Installation"
teaching: 10
exercises: 10
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0
questions:
- "What are the prerequisites for installing ESMValTool?"
- "How do I confirm that the installation was successful?"
Expand Down Expand Up @@ -229,8 +229,8 @@ to display the command line help.
> > {: .bash}
> > The version of ESMValTool installed should be displayed on the screen as:
> > ~~~
> > ESMValCore: 2.8.0
> > ESMValTool: 2.8.0
> > ESMValCore: 2.10.0
> > ESMValTool: 2.10.0
> > ~~~
> > {: .output}
> Note that on HPC servers such as JASMIN, sometimes a more recent development
Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Configuration"
teaching: 10
exercises: 10
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0

questions:
- What is the user configuration file and how should I use it?
Expand Down
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/` 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
2 changes: 1 addition & 1 deletion _episodes/05-conclusions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Conclusion of the basic tutorial"
teaching: 10
exercises: 0
compatibility: ESMValTool v2.8.0
compatibility: ESMValTool v2.10.0

questions:
- "What do I do now?"
Expand Down
312 changes: 191 additions & 121 deletions _includes/example_output.txt

Large diffs are not rendered by default.

Loading