22title : " Writing your own recipe"
33teaching : 15
44exercises : 30
5- compatibility : ESMValTool v2.10 .0
5+ compatibility : ESMValTool v2.13 .0
66
77questions :
88- " How do I create a new recipe?"
@@ -16,7 +16,7 @@ objectives:
1616- " Run a recipe with variables from different datasets"
1717keypoints :
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
197197ESMValTool. 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,8 +406,8 @@ 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
410- > show how this can be done with ESMValTool.
409+ > On <https:// showyourstripes.info>{:target="_blank"} , you can download stripes for
410+ > specific locations. Here we 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?
413413>
0 commit comments