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,8 @@ 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, or if you prefer a different editor,
66+ any other editor can be used, e.g. `` vim `` .
6667
6768This file contains the information for:
6869
@@ -230,8 +231,8 @@ uncommenting the machine specific lines should be sufficient to access input dat
230231>>```
231232>>
232233>> - 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).
234+ >> [documentation](https://docs.esmvaltool.org/projects/esmvalcore/en/
235+ latest/ quickstart/find_data.html).
235236> {: .solution}
236237{: .challenge}
237238
@@ -321,7 +322,7 @@ if you want to feed some additional data (e.g. shape files) to your recipe.
321322> ```
322323> See more information in ESMValTool
323324[documentation](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/
324- quickstart/configure.html?highlight=auxiliary_data#top-level-configuration-options).
325+ > quickstart/configure.html?highlight=auxiliary_data#top-level-configuration-options).
325326{: .callout}
326327
327328> # # Number of parallel tasks
@@ -354,8 +355,8 @@ amount of memory available in your system.
354355> for example: config-user_formalised_runs.yml, config-user_debugging.yml.
355356> In this case, ESMValTool searches for all YAML files within each of the
356357> 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).
358+ > explained [here](https://docs.esmvaltool.org/projects/ESMValCore/en/
359+ > latest/ quickstart/configure.html#yaml-files).
359360{: .callout}
360361
361362{% include links.md %}
0 commit comments