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: index.md
+56-35Lines changed: 56 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,76 +11,97 @@ The Earth System Model Evaluation Tool (ESMValTool) is a community developed sof
11
11
the diagnosis and evaluation of the causes and effects of model biases and inter-model spread within the CMIP model
12
12
ensemble.
13
13
14
-
15
14
This tutorial is structured such that the main body of the tutorial, up to the episode 7, can be done in one sitting.
16
15
From episode 8, each episode is a mini-tutorial covering an advanced aspect of working with ESMValTool.
17
16
These mini-tutorials can be appended to the main tutorial or worked through independently.
18
17
19
18
> ## What will you learn in this course
20
19
>
21
-
> - What is ESMValTool
22
-
> - How to install ESMValTool
23
-
> - How to configure ESMValTool for your local system
24
-
> - How to run ESMValTool
25
-
> - How to work with ESMValTool's suite of preprocessors
26
-
> - How to debug your recipes
27
-
> - How to access and deploy recipes from the ESMValTools gallery (Advanced)
28
-
> - How to develop your own diagnostics and recipes (Advanced)
29
-
> - How to contribute your recipes and diagnostics back into ESMValTool (Advanced)
30
-
> - How to include new observational datasets (Advanced)
20
+
> - What is ESMValTool
21
+
>
22
+
> - How to install ESMValTool
23
+
>
24
+
> - How to configure ESMValTool for your local system
25
+
>
26
+
> - How to run ESMValTool
27
+
>
28
+
> - How to work with ESMValTool's suite of preprocessors
29
+
>
30
+
> - How to debug your recipes
31
+
>
32
+
> - How to access and deploy recipes from the ESMValTools gallery (Advanced)
33
+
>
34
+
> - How to develop your own diagnostics and recipes (Advanced)
35
+
>
36
+
> - How to contribute your recipes and diagnostics back into ESMValTool (Advanced)
37
+
>
38
+
> - How to include new observational datasets (Advanced)
31
39
>
32
40
{: .checklist}
33
41
34
42
> ## Prerequisites
35
43
>
36
44
> *Minimal requirements:*
37
-
> - Basic understanding of your preferred command line interface (ie a bash terminal)
38
-
> - Laptop/desktop with [(mini)conda](https://docs.conda.io/en/latest/miniconda.html) installed
39
-
> - Access to CMIP data
45
+
>
46
+
> - Basic understanding of your preferred command line interface (ie a bash terminal)
47
+
>
48
+
> - Laptop/desktop with [(mini)conda](https://docs.conda.io/en/latest/miniconda.html) installed
49
+
>
50
+
> - Access to CMIP data
40
51
>
41
52
> *Optional, but useful:*
42
-
> - Basic understanding of git
43
-
> - Access to a suitable computing system (eg CEDA-Jasmin, DKRZ-Mistral)
44
-
> - GitHub account
53
+
>
54
+
> - Basic understanding of git
55
+
>
56
+
> - Access to a suitable computing system (eg CEDA-Jasmin, DKRZ-Mistral)
57
+
>
58
+
> - GitHub account
59
+
>
45
60
{: .prereq}
46
61
47
-
48
62
### Main things you need to know before starting this course
49
63
50
-
1. This tutorial can be taken online independently or taught by one of our instructors.
51
-
2. Don’t be alarmed if you can’t work through the entire tutorial in one sitting. It may take some time to get used to working with ESMValTool.
52
-
3. If you get stuck, help is always available from the tutors, from ESMValTool developers via the [github issues page](https://github.com/ESMValGroup/ESMValTool/issues)
53
-
or via the [ESMValTool email list](mailto:esmvaltool@listserv.dfn.de).
54
-
4. This tutorial includes several advanced lessons after the conclusion. These advanced lessons should be treated like “mini-tutorials”, and include aspects like “developing your own diagnostic” or “how to include observations”.
64
+
1. This tutorial can be taken online independently or taught by one of our instructors.
65
+
66
+
2. Don’t be alarmed if you can’t work through the entire tutorial in one sitting. It may take some time to get used to working with ESMValTool.
55
67
68
+
3. If you get stuck, help is always available from the tutors, from ESMValTool developers via the [github issues page](https://github.com/ESMValGroup/ESMValTool/issues)
69
+
or via the [ESMValTool email list](mailto:esmvaltool@listserv.dfn.de).
56
70
71
+
4. This tutorial includes several advanced lessons after the conclusion. These advanced lessons should be treated like “mini-tutorials”, and include aspects like “developing your own diagnostic” or “how to include observations”.
57
72
58
-
> ## Additional resources:
73
+
> ## Additional resources
74
+
>
59
75
> -[Read the docs page](https://esmvaltool.readthedocs.io/)
76
+
>
60
77
> -[ESMValTool home page](https://www.esmvaltool.org/)
0 commit comments