File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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+
2836All configuration files are [ YAML files] ( https://yaml.org/spec/1.2/spec.html ) .
2937
3038If you need to update the configuration files for your own system, you need to
You can’t perform that action at this time.
0 commit comments