You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/03-configuration.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,16 @@ Make a copy and rename it to ``config-user.yml``:
24
24
{: .source}
25
25
26
26
This file contains the information for:
27
-
* Directory structure for the data from different projects
28
27
* Rootpath to input data
28
+
* Directory structure for the data from different projects
29
29
* Number of available CPUs
30
30
* Destination directory
31
31
* Auxiliary data directory
32
32
* Output settings
33
33
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.
37
37
38
38
~~~
39
39
rootpath:
@@ -50,13 +50,6 @@ rootpath:
50
50
~~~
51
51
{: .source}
52
52
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.
60
53
In this lesson, you work with data from [CMIP5](https://esgf-node.llnl.gov/projects/cmip5/).
61
54
Add the root path of the folder where you downloaded the data during the [Setup](https://esmvalgroup.github.io/tutorial/setup.html).
62
55
@@ -72,6 +65,16 @@ Add the root path of the folder where you downloaded the data during the [Setup]
72
65
> * For more information about setting the correct rootpath, you can visit ESMValTool [documentation](https://esmvaltool.readthedocs.io/projects/esmvalcore/en/latest/esmvalcore/datafinder.html).
73
66
{: .callout}
74
67
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
+
75
78
## Number of available CPUs
76
79
## Auxiliary data directory (used for some additional datasets)
0 commit comments