Skip to content

Commit f58ac76

Browse files
committed
reorder the sections according to config file
1 parent 71bf19e commit f58ac76

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

_episodes/03-configuration.md

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

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

34-
## Directory structure for the data from different projects
35-
Input data can be from various models, observations and reanalysis data that adhere to the [CF/CMOR standard](https://cmor.llnl.gov/). ESMValTool uses several categories (in ESMValTool, this is referred to as projects) for input data based on their source.
36-
The current categories in the configuration file are mentioned below. For example, CMIP is used for a dataset from the climate model intercomparison project whereas OBS for an observational dataset. For each category, you can define either one path or several pathes as a list.
34+
## Rootpaths to input data
35+
ESMValTool uses several categories (in ESMValTool, this is referred to as projects) for input data based on their source.
36+
The current categories in the configuration file are mentioned below. For example, CMIP is used for a dataset from the climate model intercomparison project whereas OBS for an observational dataset. The ``rootpath`` specifies the directories where ESMValTool will look for input data. For each category, you can define either one path or several paths as a list.
3737

3838
~~~
3939
rootpath:
@@ -50,13 +50,6 @@ rootpath:
5050
~~~
5151
{: .source}
5252

53-
> ## Attention
54-
>
55-
> * For more information about data from different projects, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/en/latest/getting_started/inputdata.html).
56-
{: .callout}
57-
58-
## Rootpaths to input data
59-
The ``rootpath`` specifies the directories where ESMValTool will look for input data.
6053
In this lesson, you work with data from [CMIP5](https://esgf-node.llnl.gov/projects/cmip5/).
6154
Add the root path of the folder where you downloaded the data during the [Setup](https://esmvalgroup.github.io/tutorial/setup.html).
6255

@@ -72,6 +65,16 @@ Add the root path of the folder where you downloaded the data during the [Setup]
7265
> * For more information about setting the correct rootpath, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/projects/esmvalcore/en/latest/esmvalcore/datafinder.html).
7366
{: .callout}
7467

68+
## Directory structure for the data from different projects
69+
Input data can be from various models, observations and reanalysis data that adhere to the [CF/CMOR standard](https://cmor.llnl.gov/).
70+
71+
72+
73+
> ## Attention
74+
>
75+
> * For more information about data from different projects, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/en/latest/getting_started/inputdata.html).
76+
{: .callout}
77+
7578
## Number of available CPUs
7679
## Auxiliary data directory (used for some additional datasets)
7780
auxiliary_data_dir: ~/auxiliary_data

0 commit comments

Comments
 (0)