Skip to content

Commit 7406db2

Browse files
committed
fixed spaces and version in installation episode
1 parent 9fdecca commit 7406db2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_episodes/02-installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,13 @@ to display the command line help.
229229
> > {: .bash}
230230
> > The version of ESMValTool installed should be displayed on the screen as:
231231
> > ~~~
232-
> > ESMValCore: 2.6.0
233-
> > ESMValTool: 2.6.0
232+
> > ESMValCore: 2.8.0
233+
> > ESMValTool: 2.8.0
234234
> > ~~~
235235
> > {: .output}
236+
> Note that on HPC servers such as JASMIN, sometimes a more recent development
237+
> version may be displayed for ESMValTool, for e.g.
238+
> `ESMValTool: 2.9.0.dev4+g6948d5512`
236239
> {: .solution}
237240
{: .challenge}
238241

_episodes/04-recipe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ Do you recognize the basic recipe structure that was introduced in episode 1?
362362
>> form of `.xml` files.
363363
> > - **timeseries/tas_global**: creates `/preproc/timeseries/tas_global`, which
364364
> > contains preprocessed data for each of the input datasets, a
365-
> > `metadata.yml` file and provenance information in the
365+
> > `metadata.yml` file and provenance information in the
366366
>> form of `.xml` files.
367367
> > - **timeseries/tas_amsterdam**: creates `/preproc/timeseries/tas_amsterdam`,
368368
> > which contains preprocessed data for each of the input datasets, plus a
369-
> > combined `MultiModelMean`, a`metadata.yml` file and provenance files.
369+
> > combined `MultiModelMean`, a `metadata.yml` file and provenance files.
370370
> > - **map/script1**: creates `/run/map/script1` with general information and a
371371
> > log of the diagnostic script run. It also creates `/plots/map/script1` and
372372
> > `/work/map/script1`, which contain output figures and output datasets,

0 commit comments

Comments
 (0)