Skip to content

Commit f986429

Browse files
committed
update episode
1 parent 230ea36 commit f986429

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/06-preprocessor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Writing your own recipe"
33
teaching: 15
44
exercises: 30
5-
compatibility: ESMValTool v2.10.0
5+
compatibility: ESMValTool v2.13.0
66

77
questions:
88
- "How do I create a new recipe?"
@@ -16,7 +16,7 @@ objectives:
1616
- "Run a recipe with variables from different datasets"
1717
keypoints:
1818
- "A recipe can work with different preprocessors at the same time."
19-
- "The setting `additional_datasets` can be used to add a different dataset."
19+
- "The setting `additional_datasets` can be used to add a different dataset for a specific variable group or diagnostic."
2020
- "Variable groups are useful for defining different settings for different
2121
variables."
2222
- "Multiple ensemble members and experiments can be analysed in a single recipe through concatenation."
@@ -197,7 +197,7 @@ For now, let's just use one of the existing references. Change the author field
197197
ESMValTool. If you now run the recipe again, you should see the final message
198198

199199
```
200-
ERROR No tasks to run!
200+
esmvalcore.exceptions.RecipeError: No tasks to run!
201201
```
202202
{: .output}
203203

@@ -319,7 +319,7 @@ standard, gridded temperature data to a timeseries of temperature anomalies.
319319
> > `area_statistics` comes before `anomalies`. If you want to change this, you
320320
> > can use the `custom_order` preprocessor as
321321
>> described [here][recipe-section-preprocessors]{:target="_blank"}.
322-
>> For this example, we will keep the default order..
322+
>> For this example, we will keep the default order.
323323
> >
324324
> > Let's name our preprocessor `global_anomalies`.
325325
> {: .solution}
@@ -406,7 +406,7 @@ for each of the modifications we'll make below.
406406

407407
> ## Specific location selection
408408
>
409-
> On showyourstripes.org, you can download stripes for specific locations. Here we
409+
> On <https://showyourstripes.info>{:target="_blank"}, you can download stripes for specific locations. Here we
410410
> show how this can be done with ESMValTool.
411411
> Instead of the global mean, we can pick a location to plot the stripes for.
412412
> Can you find a suitable preprocessor to do this?

0 commit comments

Comments
 (0)