File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ options can be specified via YAML files and command line arguments.
36
36
YAML files
37
37
----------
38
38
39
- :ref: `Configuration options <config_options >` can be specified via YAML files.
39
+ :ref: `Configuration options <config_options >` can be specified via YAML files
40
+ (i.e., ``*.yaml `` and ``*.yml ``).
40
41
41
42
A file could look like this (for example, located at
42
43
``~/.config/esmvaltool/config.yml ``):
@@ -64,6 +65,13 @@ via command line argument is preferred over the user configuration directory).
64
65
Within a directory, files are sorted alphabetically, and later files (e.g.,
65
66
``z.yml ``) will take precedence over earlier files (e.g., ``a.yml ``).
66
67
68
+ .. warning ::
69
+
70
+ ESMValCore will read **all ** YAML files in these configuration directories.
71
+ Thus, other YAML files in this directory which are not valid configuration
72
+ files (like the old ``config-developer.yml `` files) will lead to errors.
73
+ Make sure to move these files to a different directory.
74
+
67
75
To get a copy of the default configuration file, you can run
68
76
69
77
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments