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
>> - For more information about setting the rootpath, see also the ESMValTool
@@ -216,8 +240,16 @@ information about ``drs``, you can visit the ESMValTool documentation on
216
240
>> CMIP5: default
217
241
>> CMIP6: default
218
242
>>```
219
-
>>
220
-
>> - Are you working with on a computer cluster like Jasmin or DKRZ?
243
+
>> - Are you asking ESMValTool to download the data for use with your diagnostics?
244
+
>> You need to set the `drs` of the data in the `config-user.yml` file as:
245
+
>> ```yaml
246
+
>> drs:
247
+
>> CMIP5: ESGF
248
+
>> CMIP6: ESGF
249
+
>> CORDEX: ESGF
250
+
>> obs4MIPs: ESGF
251
+
>>```
252
+
>> - Are you working on a computer cluster like Jasmin or DKRZ?
221
253
>> Site-specific `drs` of the data are already listed at the end of the
222
254
>> `config-user.yml` file. You need to uncomment the related lines.
223
255
>> For example, on Jasmin:
@@ -227,12 +259,10 @@ information about ``drs``, you can visit the ESMValTool documentation on
227
259
>> drs:
228
260
>> CMIP6: BADC
229
261
>> CMIP5: BADC
230
-
>> # CMIP3: BADC
231
-
>> # CORDEX: BADC
232
-
>> # OBS: BADC
233
-
>> # OBS6: BADC
234
-
>> # obs4mips: BADC
235
-
>> # ana4mips: BADC
262
+
>> OBS: default
263
+
>> OBS6: default
264
+
>> obs4mips: default
265
+
>> ana4mips: default
236
266
>>```
237
267
>>
238
268
> {: .solution}
@@ -242,8 +272,8 @@ information about ``drs``, you can visit the ESMValTool documentation on
242
272
>
243
273
> 1. In the previous exercise, we set the `drs` of CMIP5 data to `default`.
244
274
> 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?
275
+
> 2. Have a look at the directory structure of the `OBS` data.
276
+
> There is a folder called `Tier1`. What does it mean?
247
277
>
248
278
>> ## Solution
249
279
>>
@@ -254,7 +284,7 @@ information about ``drs``, you can visit the ESMValTool documentation on
254
284
>> 2. Observational data are organized in Tiers depending on their level of
255
285
>> public availability. Therefore the default directory must be structured
256
286
>> accordingly with sub-directories `TierX` e.g. Tier1, Tier2 or Tier3, even
257
-
>> when `drs: default`.
287
+
>> 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