Skip to content

Commit e764754

Browse files
committed
fixed errors in call outs
1 parent 6eb8348 commit e764754

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

_episodes/06-preprocessor.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,15 @@ In this case, it gives an error. Below you see the last few lines of the error m
117117
...
118118
yamale.yamale_error.YamaleError:
119119
Error 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/
121122
site-packages/esmvalcore/_recipe/recipe_schema.yml'
122123
documentation.authors: Required field missing
123124
2024-05-27 13:21:23,805 UTC [41924] INFO
124125
If you have a question or need help, please start a new discussion on
125126
https://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
127129
To make it easier to find out what the problem is, please consider attaching the
128130
files 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}

_includes/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
[generate-ssh-key]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
2626
[github-importer]: https://import.github.com/
2727
[importer]: https://github.com/new/import
28+
[include-all-datasets]: https://docs.esmvaltool.org/projects/ESMValCore/en/latest/recipe/overview.html#automatically-populating-a-recipe-with-all-available-datasets
2829
[install-from-source]: https://docs.esmvaltool.org/en/latest/quickstart/installation.html#install-from-source
2930
[interface]: https://docs.esmvaltool.org/projects/esmvalcore/en/latest/interfaces.html
3031
[jekyll-collection]: https://jekyllrb.com/docs/collections/

0 commit comments

Comments
 (0)