Skip to content

Commit 99a38b4

Browse files
authored
Merge pull request #382 from ESMValGroup/update_quickstartguide_v2.13.0
Update episode QuickStart guide for compatibility of v2.13.0
2 parents c6c7551 + 306b504 commit 99a38b4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_episodes/01-quickstart.md

Lines changed: 9 additions & 3 deletions
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.12.0
5+
compatibility: ESMValTool v2.13.0
66

77
questions:
88

@@ -49,7 +49,13 @@ keypoints:
4949
>
5050
> - Load the ESMValTool environment by following the instructions at
5151
> [ESMValTool: Pre-installed versions on HPC clusters / other
52-
> servers][activate-environment].
52+
> servers][activate-environment]. This will typically involving loading a module
53+
> like so:
54+
>
55+
> ~~~
56+
> module load esmvaltool
57+
> ~~~
58+
> {: .language-bash}
5359
>
5460
> - Check the ESMValTool environment by accessing the help for ESMValTool:
5561
>
@@ -62,7 +68,7 @@ keypoints:
6268
> ## How do I configure ESMValTool?
6369
>
6470
> - Create the ESMValTool user configuration file (the file is written by
65-
> default to `~/.esmvaltool/config-user.yml`):
71+
> default to `~/.config/esmvaltool/config-user.yml`):
6672
>
6773
> ~~~
6874
> esmvaltool config get_config_user

0 commit comments

Comments
 (0)