Skip to content

Commit bce7d42

Browse files
committed
update the objectives, questions, keypoints and main text
1 parent 5c1ed53 commit bce7d42

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

_episodes/03-configuration.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,27 @@ title: "Configuration"
33
teaching: 0
44
exercises: 0
55
questions:
6-
- "Key question (FIXME)"
6+
- "What is user configuration file and how can I use it?"
77
objectives:
8-
- "First learning objective. (FIXME)"
8+
- "Understand the data directories structure"
9+
- "Configure ESMValTool to ignore some settings"
910
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"
1113
---
1214

1315
## The configuration file
1416

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``:
1820

1921
~~~
2022
cp config-user-example.yml config-user.yml
2123
~~~
2224
{: .source}
2325

24-
This file contains:
26+
This file contains the information for:
2527
* Rootpaths to the data from different projects
2628
* Directory structure for input data
2729
* Number of available CPUs
@@ -30,9 +32,10 @@ This file contains:
3032
* Output settings
3133

3234
## 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/].
3436
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].
3639

3740
~~~
3841
rootpath:

0 commit comments

Comments
 (0)