Skip to content

Commit 55a46c8

Browse files
committed
Removed timestamps from diffs + Add download link for solution recipes
1 parent 9610c61 commit 55a46c8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

_episodes/04-recipe.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ The snippets for the edits can be found below:
636636
> ## Land surface average temperature
637637
>
638638
> ```diff
639-
> --- data/recipe_example.yml 2020-07-31 14:43:48.976660742 +0200
640-
> +++ data/recipe_example_ts.yml 2020-08-03 14:57:45.962391097 +0200
639+
> --- data/recipe_example.yml
640+
> +++ data/recipe_example_ts.yml
641641
> @@ -20,12 +20,14 @@
642642
> - ukesm
643643
>
@@ -666,13 +666,15 @@ The snippets for the edits can be found below:
666666
> ```
667667
>
668668
> Note: The x-axis in the plot now shows the years 1900 - 2000.
669+
>
670+
> Complete recipe can be downloaded as [recipe_example_ts.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_ts.yml)
669671
{: .solution}
670672
671673
> ## Atmospheric surface average temperature
672674
>
673675
> ```diff
674-
> --- data/recipe_example.yml 2020-07-31 14:43:48.976660742 +0200
675-
> +++ data/recipe_example_tas.yml 2020-08-03 14:58:22.981947194 +0200
676+
> --- data/recipe_example.yml
677+
> +++ data/recipe_example_tas.yml
676678
> @@ -20,12 +20,15 @@
677679
> - ukesm
678680
>
@@ -701,13 +703,15 @@ The snippets for the edits can be found below:
701703
> timeseries_diag:
702704
> ```
703705
> Note: There are now 3 plots in the work directory. One for each dataset and one for the multiple dataset overview.
706+
>
707+
> Complete recipe can be downloaded as [recipe_example_tas.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_tas.yml)
704708
{: .solution}
705709
706710
> ## Ocean surface average temperature
707711
>
708712
> ```diff
709-
> --- data/recipe_example.yml 2020-07-31 14:43:48.976660742 +0200
710-
> +++ data/recipe_example_tos.yml 2020-08-03 14:11:33.721000000 +0200
713+
> --- data/recipe_example.yml
714+
> +++ data/recipe_example_tos.yml
711715
> @@ -20,12 +20,16 @@
712716
> - ukesm
713717
>
@@ -737,6 +741,8 @@ The snippets for the edits can be found below:
737741
> timeseries_diag:
738742
> ```
739743
> Note: The unit in the plots is now degrees celsius! There is a plot also for HadGEM2-CC.
744+
>
745+
> Complete recipe can be downloaded as [recipe_example_tos.yml](https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/master/data/recipe_example_tos.yml)
740746
{: .solution}
741747
742748
> ## Advanced:

0 commit comments

Comments
 (0)