We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecf8b3 commit 26b84aeCopy full SHA for 26b84ae
1 file changed
scripts/fetch_test_data.py
@@ -262,28 +262,6 @@ def process_sample_data_request(
262
remove_ensembles=True,
263
time_span=("2000", "2025"),
264
),
265
- # volcello sometimes is given as time dependent
266
- CMIP6Request(
267
- facets=dict(
268
- source_id="ACCESS-ESM1-5",
269
- table_id=["Ofx"],
270
- variable_id=["volcello"],
271
- experiment_id=["historical"],
272
- ),
273
- remove_ensembles=True,
274
- time_span=("2000", "2025"),
275
276
- # IOMB specific time for ocean heat content
277
278
279
280
- frequency=["mon"],
281
- variable_id=["thetao"],
282
283
284
285
- time_span=("2005", "2025"),
286
287
# PMP modes of variability data
288
CMIP6Request(
289
facets=dict(
0 commit comments