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
12 changes: 9 additions & 3 deletions _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.12.0
compatibility: ESMValTool v2.13.0

questions:

Expand Down Expand Up @@ -49,7 +49,13 @@ keypoints:
>
> - Load the ESMValTool environment by following the instructions at
> [ESMValTool: Pre-installed versions on HPC clusters / other
> servers][activate-environment].
> servers][activate-environment]. This will typically involving loading a module
> like so:
>
> ~~~
> module load esmvaltool
> ~~~
> {: .language-bash}
>
> - Check the ESMValTool environment by accessing the help for ESMValTool:
>
Expand All @@ -62,7 +68,7 @@ keypoints:
> ## How do I configure ESMValTool?
>
> - Create the ESMValTool user configuration file (the file is written by
> default to `~/.esmvaltool/config-user.yml`):
> default to `~/.config/esmvaltool/config-user.yml`):
>
> ~~~
> esmvaltool config get_config_user
Expand Down