Skip to content

Commit 4f62112

Browse files
committed
small fix
1 parent b89ee39 commit 4f62112

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_episodes/03-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ esmvaltool config list
3535

3636
All configuration files are [YAML files](https://yaml.org/spec/1.2/spec.html).
3737

38-
To customize your configuration vie YAML files, you can copy one of the existing files.
38+
To customize your configuration via YAML files, you can copy one of the existing files.
3939
For example, to copy the file containing the default values for many options, run
4040

4141
~~~bash
@@ -303,7 +303,7 @@ look like this:
303303
>> ## Solution
304304
>>
305305
>> - Are you working on your own local machine?
306-
>> You need to copy teh `data-local-esmvaltool.yml` into your config directory
306+
>> You need to copy the `data-local-esmvaltool.yml` into your config directory
307307
>> and add the root path of the folder where the data is available (e.g., ``<your_climate_data_dir>``) as:
308308
>>
309309
>>```yaml
@@ -325,9 +325,9 @@ look like this:
325325
>> filename_template: "{short_name}_{mip}_{dataset}_{exp}_{ensemble}*.nc"
326326
>>```
327327
>>
328-
>> - Are you working on your local machine and have downloaded data using ESMValTool?
329-
>> You need to add the root path of the folder where the data has been downloaded to as
330-
>> specified in the `esgf-cache`.
328+
>> - Are you working on your local machine and you want to download missing data using ESMValTool?
329+
>> You need to configure `intake-esgf` (see above) ans add the root path of the folder where the data
330+
>> has been downloaded to in `data-local-esmvaltool.yml` as specified in the `esgf-cache`.
331331
>>
332332
>> ```yaml
333333
>> projects:

0 commit comments

Comments
 (0)