We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262d141 commit 4ef6cb2Copy full SHA for 4ef6cb2
1 file changed
_episodes/03-configuration.md
@@ -22,9 +22,17 @@ keypoints:
22
23
## Configuring ESMValTool via YAML files
24
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.
+ESMValTool provides a set of predefined configuration files.
+These include the files specifying the default configuration values,
+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
36
All configuration files are [YAML files](https://yaml.org/spec/1.2/spec.html).
37
38
If you need to update the configuration files for your own system, you need to
0 commit comments