Skip to content

Commit 9189712

Browse files
committed
change the titles of each section
1 parent 1790331 commit 9189712

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_episodes/03-configuration.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,29 @@ Make a copy and rename it to ``config-user.yml``:
2424
{: .source}
2525

2626
This file contains the information for:
27-
* Rootpaths to the data from different projects
28-
* Directory structure for input data
27+
* Directory structure for the data from different projects
28+
* Rootpaths to input data
2929
* Number of available CPUs
3030
* Destination directory
3131
* Auxiliary data directory
3232
* Output settings
3333

34-
## Rootpaths to input data
34+
## Directory structure for the data from different projects
3535
ESMValTool uses several categories (in ESMValTool, this is referred to as projects) for input data based on their source, like CMIP for dataset from climate model intercomparison project, and OBS for observational dataset that adhere to (CMOR standard)[https://cmor.llnl.gov/].
3636
For each category, you can define either one path or several pathes as a list.
37+
38+
## Rootpaths to input data
3739
In this lesson, you work with data from (CMIP5)[https://esgf-node.llnl.gov/projects/cmip5/].
3840
Add the root path of the folder where you downloaded the data during the (Setup)[https://escience-academy.github.io/lesson-esmvaltool/setup.html].
3941

4042
~~~
4143
rootpath:
4244
...
43-
CMIP5: [~/cmip5_inputpath1, ~/cmip5_inputpath2, ~/escience-academy/test_data]
45+
CMIP5: [~/cmip5_inputpath1, ~/cmip5_inputpath2, ~/tutorial/test_data]
4446
~~~
4547
{: .source}
4648

49+
## Number of available CPUs
4750
## Auxiliary data directory (used for some additional datasets)
4851
auxiliary_data_dir: ~/auxiliary_data
4952

0 commit comments

Comments
 (0)