From 9d2a314ced255601405a75885fa9aca580f2583f Mon Sep 17 00:00:00 2001 From: Lisa Bock Date: Thu, 9 Apr 2026 14:59:58 +0200 Subject: [PATCH] update episode 6 --- _episodes/06-preprocessor.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_episodes/06-preprocessor.md b/_episodes/06-preprocessor.md index da454410..db9d4eba 100644 --- a/_episodes/06-preprocessor.md +++ b/_episodes/06-preprocessor.md @@ -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?" @@ -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}