File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ esmvaltool config list
3535
3636All 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.
3939For 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:
You can’t perform that action at this time.
0 commit comments