Skip to content
Merged
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
8 changes: 4 additions & 4 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.10.0
compatibility: ESMValTool v2.11.0
questions:
- "What are the prerequisites for installing ESMValTool?"
- "How do I confirm that the installation was successful?"
Expand Down Expand Up @@ -229,13 +229,13 @@ to display the command line help.
> > {: .bash}
> > The version of ESMValTool installed should be displayed on the screen as:
> > ~~~
> > ESMValCore: 2.10.0
> > ESMValTool: 2.10.0
> > ESMValCore: 2.11.0
> > ESMValTool: 2.11.0
> > ~~~
> > {: .output}
> Note that on HPC servers such as JASMIN, sometimes a more recent development
> version may be displayed for ESMValTool, for e.g.
> `ESMValTool: 2.9.0.dev4+g6948d5512`
> `ESMValTool: 2.11.0.dev71+g2c60b4d97`
> {: .solution}
{: .challenge}

Expand Down
Loading