You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/05-preprocessor.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ file afterwards. These do not need to be explicitly included in recipes.
88
88
89
89
> ## Exercise: Adding more preprocessor steps
90
90
>
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
92
92
> `thetao`, using only the years 2000-2005. Then add preprocessors to average over the latitude and longitude
93
93
> dimensions and finally average over the depth. Now run the recipe.
94
94
>
@@ -127,7 +127,7 @@ file afterwards. These do not need to be explicitly included in recipes.
127
127
>> timeseries_diag:
128
128
>> ```
129
129
>>
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)
131
131
>{: .solution}
132
132
{: .challenge}
133
133
@@ -179,7 +179,7 @@ specific preprocessor which should be applied.
179
179
> script: ocean/diagnostic_timeseries.py
180
180
> ```
181
181
>
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)
183
183
{: .solution}
184
184
185
185
>## Challenge : How to write a recipe with multiple preprocessors
@@ -282,7 +282,7 @@ specific preprocessor which should be applied.
@@ -331,7 +331,7 @@ simple preprocessor and diagnostic setup for that:
331
331
> preprocessor: prep_regrid
332
332
> scripts: null
333
333
> ```
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).
335
335
>
336
336
{: .solution}
337
337
@@ -393,7 +393,7 @@ separate multimodel means for different CMIP5 datasets given the same variable.
393
393
> There is no field called datasets anymore.
394
394
> Also, note how multiple ensembles are added by using (1:2).
0 commit comments