Skip to content

Commit 458b5c8

Browse files
committed
Merge branch 'episode_04_issues' of github.com:ESMValGroup/ESMValTool_Tutorial into episode_04_issues
2 parents a6e7a09 + 0e87bb0 commit 458b5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/04-recipe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Please note the following sections:
182182
- diagnostic section: lines 30-42
183183
184184
The information of which diagnostic script to run with which variables. The
185-
diagnostics section has some indents that are free to call.
185+
diagnostics section has some indents that are free to be called.
186186
187187
- the first indent (here: diag_timeseries_temperature) is the diagnostic’s
188188
name (a string without whitespace), used for setting up the respective
@@ -223,7 +223,7 @@ Please note the following sections:
223223
{: .solution}
224224
225225
> ## What do you think running this recipe will produce?
226-
> A time series plot of thetaoga with increements of 1 year.
226+
> A time series plot of thetaoga with increments of 1 year.
227227
{: .solution}
228228
229229
> ## Not all parts of the recipe are mandatory
@@ -340,7 +340,7 @@ runtime. This folder should contain four folders:
340340
> ## Inspect the output:
341341
> Now that you have run the esmvaltool command for the first time, please locate
342342
> your output directory. If you’re missing the preproc directory, then your
343-
> config-user.yml file has the value remove_preproc_dir set to true (this is
343+
> `config-user.yml` file has the value remove_preproc_dir set to true (this is
344344
> used to save disk space). Please set this value to false and run the recipe
345345
> again.
346346
>

0 commit comments

Comments
 (0)