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
@@ -31,12 +31,12 @@ associated software such as GitHub and Mamba.
31
31
32
32
1. If you have access to a server where ESMValTool is already installed
33
33
as a module, for e.g., the [CEDA JASMIN](https://help.jasmin.ac.uk/article/4955-community-software-esmvaltool)
34
-
server, you can simply load the module with the following:
34
+
server, you can simply load the module with the following command:
35
35
~~~bash
36
36
module load esmvaltool
37
37
~~~
38
-
After loading ``esmvaltool``, we can start using ESMValTool. Please see the [next lesson]({{ page.root }}{% link _episodes/03-configuration.md %}).
39
-
2. If you would like to install ESMValTool as a conda package, then this lesson
38
+
After loading ``esmvaltool``, we can start using ESMValTool right away. Please see the [next lesson]({{ page.root }}{% link _episodes/03-configuration.md %}).
39
+
2. If you would like to install ESMValTool as a mamba package, then this lesson
40
40
will tell you how!
41
41
3. If you would like to start experimenting with existing diagnostics or contributing to ESMvalTool, please see the instructions for
42
42
source installation in the lesson [Development and
@@ -95,7 +95,7 @@ To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below:
95
95
which mamba
96
96
```
97
97
98
-
This should show the path to your mamba executeable, e.g. `~/mambaforge/bin/mamba`.
98
+
This should show the path to your mamba executable, e.g. `~/mambaforge/bin/mamba`.
99
99
100
100
For more information about installing mamba,
101
101
see [the mamba installation documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html#mamba-installation).
>> - For more information about setting the rootpath, see also the ESMValTool
@@ -216,8 +255,16 @@ information about ``drs``, you can visit the ESMValTool documentation on
216
255
>> CMIP5: default
217
256
>> CMIP6: default
218
257
>>```
219
-
>>
220
-
>> - Are you working with on a computer cluster like Jasmin or DKRZ?
258
+
>> - Are you asking ESMValTool to download the data for use with your diagnostics?
259
+
>> You need to set the `drs` of the data in the `config-user.yml` file as:
260
+
>> ```yaml
261
+
>> drs:
262
+
>> CMIP5: ESGF
263
+
>> CMIP6: ESGF
264
+
>> CORDEX: ESGF
265
+
>> obs4MIPs: ESGF
266
+
>>```
267
+
>> - Are you working on a computer cluster like Jasmin or DKRZ?
221
268
>> Site-specific `drs` of the data are already listed at the end of the
222
269
>> `config-user.yml` file. You need to uncomment the related lines.
223
270
>> For example, on Jasmin:
@@ -227,12 +274,10 @@ information about ``drs``, you can visit the ESMValTool documentation on
227
274
>> drs:
228
275
>> CMIP6: BADC
229
276
>> CMIP5: BADC
230
-
>> # CMIP3: BADC
231
-
>> # CORDEX: BADC
232
-
>> # OBS: BADC
233
-
>> # OBS6: BADC
234
-
>> # obs4mips: BADC
235
-
>> # ana4mips: BADC
277
+
>> OBS: default
278
+
>> OBS6: default
279
+
>> obs4mips: default
280
+
>> ana4mips: default
236
281
>>```
237
282
>>
238
283
> {: .solution}
@@ -242,8 +287,8 @@ information about ``drs``, you can visit the ESMValTool documentation on
242
287
>
243
288
> 1. In the previous exercise, we set the `drs` of CMIP5 data to `default`.
244
289
> Can you explain why?
245
-
> 2. Have a look at the directory structure of the data.
246
-
> There is the folder `Tier1`. What does it mean?
290
+
> 2. Have a look at the directory structure of the `OBS` data.
291
+
> There is a folder called `Tier1`. What does it mean?
247
292
>
248
293
>> ## Solution
249
294
>>
@@ -254,7 +299,7 @@ information about ``drs``, you can visit the ESMValTool documentation on
254
299
>> 2. Observational data are organized in Tiers depending on their level of
255
300
>> public availability. Therefore the default directory must be structured
256
301
>> accordingly with sub-directories `TierX` e.g. Tier1, Tier2 or Tier3, even
257
-
>> when `drs: default`.
302
+
>> when `drs: default`. More details can be found in the [documentation](https://docs.esmvaltool.org/projects/esmvalcore/en/latest/quickstart/find_data.html#observational-data).
0 commit comments