Skip to content

Commit 306b504

Browse files
committed
changed config file location added comman for module load
1 parent 40e83d1 commit 306b504

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_episodes/01-quickstart.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)