22title : " Configuration"
33teaching : 10
44exercises : 10
5- compatibility : ESMValTool v2.10 .0
5+ compatibility : ESMValTool v2.12 .0
66
77questions :
88- What is the user configuration file and how should I use it?
@@ -45,7 +45,7 @@ The default configuration file will be downloaded to the default location:
4545path to your home directory. Note that files and directories starting with a
4646period are "hidden", to see the ` .config ` directory in the terminal use
4747` ls -la ~ ` .
48- With the optional `` --path=<target_dir> `` you could specifiy the directory
48+ With the optional `` --path=<target_dir> `` you can specifiy the directory
4949in which the configuration file can be saved. For instance, you can provide
5050the path to your working directory as the ` target_dir ` .
5151Note, if a configuration file by that name already exists in the default
@@ -62,7 +62,7 @@ and then modify it if needed:
6262 nano ~ /.config/esmvaltool/config-user.yml
6363~~~
6464
65- Any other editor can be used, e.g.vim.
65+ If `` nano `` does not work on your system, any other editor can be used, e.g. `` vim `` .
6666
6767This file contains the information for:
6868
@@ -230,8 +230,7 @@ uncommenting the machine specific lines should be sufficient to access input dat
230230>>```
231231>>
232232>> - For more information about setting the rootpath, see also the ESMValTool
233- >> [documentation](https://docs.esmvaltool.org/projects/esmvalcore/en/latest/
234- quickstart/find_data.html).
233+ >> [documentation](https://docs.esmvaltool.org/projects/esmvalcore/en/latest/quickstart/find_data.html).
235234> {: .solution}
236235{: .challenge}
237236
@@ -243,8 +242,7 @@ The ``drs`` setting describes the file structure for several projects (e.g.
243242CMIP6, CMIP5, obs4mips, OBS6, OBS) on several key machines
244243(e.g. BADC, CP4CDS, DKRZ, ETHZ, SMHI, BSC). For more
245244information about ``drs``, you can visit the ESMValTool documentation on
246- [Data Reference Syntax (DRS)](https://docs.esmvaltool.org/projects/ESMValCore/
247- en/latest/quickstart/find_data.html#explaining-drs-cmip5-or-drs-cmip6).
245+ [Data Reference Syntax (DRS)](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/find_data.html#explaining-drs-cmip5-or-drs-cmip6).
248246
249247> # # Set the correct drs
250248>
@@ -320,8 +318,7 @@ if you want to feed some additional data (e.g. shape files) to your recipe.
320318> auxiliary_data_dir: ~/auxiliary_data
321319> ```
322320> See more information in ESMValTool
323- [documentation](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/
324- quickstart/configure.html?highlight=auxiliary_data#top-level-configuration-options).
321+ [documentation](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html?highlight=auxiliary_data#top-level-configuration-options).
325322{: .callout}
326323
327324> # # Number of parallel tasks
@@ -354,8 +351,7 @@ amount of memory available in your system.
354351> for example: config-user_formalised_runs.yml, config-user_debugging.yml.
355352> In this case, ESMValTool searches for all YAML files within each of the
356353> configuration directories and merges them together. How this is done is
357- > exlained [here](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/
358- > quickstart/configure.html#yaml-files).
354+ > exlained [here](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#yaml-files).
359355{: .callout}
360356
361357{% include links.md %}
0 commit comments