From 3be9237ce0626e103eb1c6a18c2a0056f4eaddaf Mon Sep 17 00:00:00 2001 From: Birgit Hassler <33543691+hb326@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:46:20 +0100 Subject: [PATCH] Update the installation episode to work with ESMValTool v2.11 --- episodes/02-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/episodes/02-installation.md b/episodes/02-installation.md index 03d2f582..eb0a5387 100644 --- a/episodes/02-installation.md +++ b/episodes/02-installation.md @@ -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?" @@ -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}