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/04-toy-example.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,48 @@ exercises: 0
5
5
questions:
6
6
- "Key question (FIXME)"
7
7
objectives:
8
-
- "Excecute ESMValTool using the example recipe provided."
9
-
- ""
8
+
- "Explain how ESMValTool is structured."
9
+
- "Execute ESMValTool using the example recipe and diagnostic script provided."
10
+
- "Inspect the output that was created by running ESMValTool"
10
11
keypoints:
11
-
- "First key point. Brief Answer to questions. (FIXME)"
12
+
- ""
13
+
- "The recipe tells ESMValTool what parts of its core functionality it should run and on what
14
+
data."
15
+
- "The diagnostic script is tailor made by the diagnostic developer where functionalities not
16
+
supported by ESMValTool can be implemented in the processing pipeline."
12
17
---
13
-
Now we have installed and configures ESMValTool it is time to run a simple example and play with it. For this you need the data that you downloaded in the [setup](https://escience-academy.github.io/lesson-esmvaltool/setup.html).
18
+
Now we have installed and configured ESMValTool it is time to run a simple example and inspect
19
+
what it produces.
20
+
21
+
For this we need our general ESMValTool settings from episode 3 (configuration), the example data
22
+
that you downloaded in the
23
+
[setup](https://escience-academy.github.io/lesson-esmvaltool/setup.html) and an example recipe to
24
+
tell ESMValTool what it should do. Let's make sure you have all set to continue. Check whether
25
+
you can find these three items in your ESMValTool folder.
0 commit comments