Skip to content

Commit 4ef6cb2

Browse files
LisaBockschlunma
andauthored
Update _episodes/03-configuration.md
Co-authored-by: Manuel Schlund <32543114+schlunma@users.noreply.github.com>
1 parent 262d141 commit 4ef6cb2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

_episodes/03-configuration.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@ keypoints:
2222

2323
## Configuring ESMValTool via YAML files
2424

25-
ESMValTool provides a list of default configuration files, e.g.
26-
the ``config-user.yml`` configuration file contains all the global level
27-
information needed by ESMValTool to run.
25+
ESMValTool provides a set of predefined configuration files.
26+
These include the files specifying the default configuration values,
27+
but also machine-specific files that include data sources for various
28+
HPC systems.
29+
30+
To show all available files, run
31+
32+
~~~bash
33+
esmvaltool config list
34+
~~~
35+
2836
All configuration files are [YAML files](https://yaml.org/spec/1.2/spec.html).
2937

3038
If you need to update the configuration files for your own system, you need to

0 commit comments

Comments
 (0)