@@ -117,13 +117,15 @@ In this case, it gives an error. Below you see the last few lines of the error m
117117...
118118yamale.yamale_error.YamaleError:
119119Error validating data '/home/users/username/esmvaltool_tutorial/recipe_warming_stripes.yml'
120- with schema '/apps/jasmin/community/esmvaltool/miniconda3_py311_23.11.0-2/envs/esmvaltool/lib/python3.11/
120+ with schema
121+ '/apps/jasmin/community/esmvaltool/miniconda3_py311_23.11.0-2/envs/esmvaltool/lib/python3.11/
121122site-packages/esmvalcore/_recipe/recipe_schema.yml'
122123 documentation.authors: Required field missing
1231242024-05-27 13:21:23,805 UTC [41924] INFO
124125If you have a question or need help, please start a new discussion on
125126https://github.com/ESMValGroup/ESMValTool/discussions
126- If you suspect this is a bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues
127+ If you suspect this is a bug, please open an issue on
128+ https://github.com/ESMValGroup/ESMValTool/issues
127129To make it easier to find out what the problem is, please consider attaching the
128130files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
129131
@@ -175,10 +177,9 @@ ValueError: Tag 'doe_john' does not exist in section
175177>
176178> The error message above points to a file named
177179> [ config-references.yml] [ config-references ]
178-
179180> This is where ESMValTool stores all its citation information. To add yourself
180181> as an author, add your name in the form ` lastname_firstname ` in alphabetical
181- > order following the existing entries, under the ` # Development team ` comment .
182+ > order following the existing entries, under the ` # Development team ` section .
182183> See the
183184> [ List of authors] [ list-of-authors ] {: target ="_ blank"}
184185> section in the ESMValTool documentation for more information.
@@ -276,17 +277,7 @@ in ESMValTool.
276277> You can select all available models for processing using
277278> ` glob ` patterns or wildcards. An example ` datasets ` section that uses all
278279> available CMIP6 models and ensemble members for the ` historical ` experiment
279- > will look like this:
280- >
281- >> ``` yaml
282- >>datasets:
283- >> - project: CMIP6
284- >> exp: historical
285- >> dataset: '*'
286- >> institute: '*'
287- >> ensemble: '*'
288- >> grid: '*'
289- >> ```
280+ > will look is available [ here] [ include-all-datasets] {: target ="_ blank"}.
290281> Note that you will have to set the ` search_esgf ` option in the ` config_file ` to
291282> ` always ` so that you can download data from ESGF nodes as needed.
292283 {: .callout}
0 commit comments