Skip to content

Commit 1eb82c1

Browse files
committed
move recipes from data to files folder
1 parent 75763d6 commit 1eb82c1

11 files changed

+11
-11
lines changed

_episodes/04-recipe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ The recipe presented here is a simple, basic recipe that takes a single dataset
102102
and produces a time series plot.
103103

104104
Please download
105-
[recipe_example.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example.yml)
105+
[recipe_example.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example.yml)
106106
into your ESMValTool working directory:
107107

108108
~~~bash
109-
wget https://raw.githubusercontent.com/ESMValGroup/ESMValTool_Tutorial/master/data/recipe_example.yml
109+
wget https://raw.githubusercontent.com/ESMValGroup/ESMValTool_Tutorial/master/files/recipe_example.yml
110110
~~~
111111

112112
> ## recipe_example.yml
@@ -690,7 +690,7 @@ The snippets for the edits can be found below:
690690
>
691691
> Note: The x-axis in the plot now shows the years 1970 - 2000.
692692
>
693-
> Complete recipe can be downloaded as [recipe_example_ts.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_ts.yml)
693+
> Complete recipe can be downloaded as [recipe_example_ts.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_ts.yml)
694694
{: .solution}
695695
696696
> ## Atmospheric surface average temperature
@@ -725,7 +725,7 @@ The snippets for the edits can be found below:
725725
> timeseries_diag:
726726
> ```
727727
>
728-
> Complete recipe can be downloaded as [recipe_example_tas.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_tas.yml)
728+
> Complete recipe can be downloaded as [recipe_example_tas.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_tas.yml)
729729
{: .solution}
730730
731731
> ## Ocean surface average temperature
@@ -762,7 +762,7 @@ The snippets for the edits can be found below:
762762
> ```
763763
> Note: The unit in the plots is now degrees celsius! There are now 3 plots in the work directory. One for each dataset and one for the multiple dataset overview.
764764
>
765-
> Complete recipe can be downloaded as [recipe_example_tos.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_tos.yml)
765+
> Complete recipe can be downloaded as [recipe_example_tos.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_tos.yml)
766766
{: .solution}
767767
768768
> ## Advanced:

_episodes/05-preprocessor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ file afterwards. These do not need to be explicitly included in recipes.
8888

8989
> ## Exercise: Adding more preprocessor steps
9090
>
91-
> Edit the [example recipe](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example.yml) to first change the variable to
91+
> Edit the [example recipe](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example.yml) to first change the variable to
9292
> `thetao`, using only the years 2000-2005. Then add preprocessors to average over the latitude and longitude
9393
> dimensions and finally average over the depth. Now run the recipe.
9494
>
@@ -127,7 +127,7 @@ file afterwards. These do not need to be explicitly included in recipes.
127127
>> timeseries_diag:
128128
>> ```
129129
>>
130-
>> Complete recipe can be downloaded as [recipe_example_thetao.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_thetao.yml)
130+
>> Complete recipe can be downloaded as [recipe_example_thetao.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_thetao.yml)
131131
>{: .solution}
132132
{: .challenge}
133133

@@ -179,7 +179,7 @@ specific preprocessor which should be applied.
179179
> script: ocean/diagnostic_timeseries.py
180180
> ```
181181
>
182-
> Complete recipe can be downloaded as [recipe_example_thetao_thetaoga.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_thetao_thetaoga.yml)
182+
> Complete recipe can be downloaded as [recipe_example_thetao_thetaoga.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_thetao_thetaoga.yml)
183183
{: .solution}
184184

185185
>## Challenge : How to write a recipe with multiple preprocessors
@@ -282,7 +282,7 @@ specific preprocessor which should be applied.
282282
>> ```
283283
>>
284284
>> Complete recipe can be downloaded as
285-
>> [recipe_example_multi_preprocessors.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_multi_preprocessors.yml).
285+
>> [recipe_example_multi_preprocessors.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_multi_preprocessors.yml).
286286
> {: .solution}
287287
{: .challenge}
288288

@@ -331,7 +331,7 @@ simple preprocessor and diagnostic setup for that:
331331
> preprocessor: prep_regrid
332332
> scripts: null
333333
> ```
334-
> Complete recipe can be downloaded as [recipe_example_pr_tas.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_pr_tas.yml).
334+
> Complete recipe can be downloaded as [recipe_example_pr_tas.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_pr_tas.yml).
335335
>
336336
{: .solution}
337337

@@ -393,7 +393,7 @@ separate multimodel means for different CMIP5 datasets given the same variable.
393393
> There is no field called datasets anymore.
394394
> Also, note how multiple ensembles are added by using (1:2).
395395
> Complete recipe can be downloaded as
396-
> [recipe_example_tas_control_target.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_tas_control_target.yml).
396+
> [recipe_example_tas_control_target.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/files/recipe_example_tas_control_target.yml).
397397
>
398398
{: .solution}
399399

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)