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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,27 @@ title: "Configuration"
3
3
teaching: 0
4
4
exercises: 0
5
5
questions:
6
-
- "Key question (FIXME)"
6
+
- "What is user configuration file and how can I use it?"
7
7
objectives:
8
-
- "First learning objective. (FIXME)"
8
+
- "Understand the data directories structure"
9
+
- "Configure ESMValTool to ignore some settings"
9
10
keypoints:
10
-
- "First key point. Brief Answer to questions. (FIXME)"
11
+
- "The ``config-user.yml`` file tells ESMValTool what data are input"
12
+
- "The ``config-user.yml`` file tells ESMValTool what directory is the destination"
11
13
---
12
14
13
15
## The configuration file
14
16
15
-
The ``config-user.yml`` configuration file contains all the global level
16
-
information needed by ESMValTool to run. This is an (YAML file) [https://yaml.org/spec/1.2/spec.html]. An example configuration file can be found in the root directory of the ESMValTool repository.
17
-
Make a copy and rename it to ``config-user.yml``.
17
+
The ``config-user.yml`` configuration file contains all the global level information needed by ESMValTool to run.
18
+
This is an (YAML file) [https://yaml.org/spec/1.2/spec.html]. An example configuration file can be found in the root directory of the ESMValTool repository.
19
+
Make a copy and rename it to ``config-user.yml``:
18
20
19
21
~~~
20
22
cp config-user-example.yml config-user.yml
21
23
~~~
22
24
{: .source}
23
25
24
-
This file contains:
26
+
This file contains the information for:
25
27
* Rootpaths to the data from different projects
26
28
* Directory structure for input data
27
29
* Number of available CPUs
@@ -30,9 +32,10 @@ This file contains:
30
32
* Output settings
31
33
32
34
## Rootpaths to input data
33
-
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, OBS for observational dataset that adhere to (CMOR standard)[https://cmor.llnl.gov/]
35
+
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/].
34
36
For each category, you can define either one path or several pathes as a list.
35
-
Add the root path of the folder where you downloaded the data during the (Setup)[https://escience-academy.github.io/lesson-esmvaltool/setup.html]
37
+
In this lesson, you work with data from (CMIP5)[https://esgf-node.llnl.gov/projects/cmip5/].
38
+
Add the root path of the folder where you downloaded the data during the (Setup)[https://escience-academy.github.io/lesson-esmvaltool/setup.html].
0 commit comments