Skip to content

Commit 93f2858

Browse files
authored
Merge pull request #429 from ESMValGroup/fix-other-typos-in-episode-3
Fix other typos in episode 3
2 parents 552243a + 4b35600 commit 93f2858

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_episodes/03-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ directories where ESMValTool will look for input data of the specific project. T
223223
`dirname_template` setting describes the file structure for each project.
224224
225225
If you are working on a HPC system, there are also several configurations
226-
for popular HPC systems, e. g. JASMIN, DKRZ, ETH, and IPSL. To list the available example
227-
files, run the command:
226+
for popular HPC systems available that you can use instead, e. g. JASMIN, DKRZ,
227+
ETH, and IPSL. To list the available example files, run the command:
228228
229229
~~~bash
230230
esmvaltool config list data-hpc
@@ -246,7 +246,7 @@ copy the appropriate configuration file by running
246246
247247
Additionally, it is necessary to configure
248248
[intake-esgf](https://intake-esgf.readthedocs.io/en/stable/configure.html).
249-
For this you need to copy the file `conf.yml` in the directory `~/.config/intake-esgf` and
249+
For this you need to copy the file `conf.yml` (see below) into the directory `~/.config/intake-esgf` and
250250
update the `local_cache` and `esg_dataroot` with your desired download directory in this intake-esgf
251251
configuration file. The updated file should look like this:
252252
> ## conf.yml

0 commit comments

Comments
 (0)