Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _episodes/06-preprocessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Writing your own recipe"
teaching: 15
exercises: 30
compatibility: ESMValTool v2.13.0
compatibility: ESMValTool v2.14.0

questions:
- "How do I create a new recipe?"
Expand Down Expand Up @@ -285,8 +285,9 @@ in ESMValTool.
> `glob` patterns or wildcards. An example `datasets` section that uses all
> available CMIP6 models and ensemble members for the `historical` experiment
> is available [here] [include-all-datasets]{:target="_blank"}.
> Note that you will have to set the `search_esgf` option in the `config_file` to
> `always` so that you can download data from ESGF nodes as needed.
> Note that you will have to configure the intake-esgf configure file so that you
> can download data from ESGF nodes as needed (see the
> [Configuration Episode]({{ page.root }}{% link _episodes/03-configuration.md %})).
{: .callout}


Expand Down
Loading