Skip to content

Commit 26b84ae

Browse files
committed
remove problematic variables for now
1 parent fecf8b3 commit 26b84ae

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

scripts/fetch_test_data.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -262,28 +262,6 @@ def process_sample_data_request(
262262
remove_ensembles=True,
263263
time_span=("2000", "2025"),
264264
),
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-
CMIP6Request(
278-
facets=dict(
279-
source_id="ACCESS-ESM1-5",
280-
frequency=["mon"],
281-
variable_id=["thetao"],
282-
experiment_id=["historical"],
283-
),
284-
remove_ensembles=True,
285-
time_span=("2005", "2025"),
286-
),
287265
# PMP modes of variability data
288266
CMIP6Request(
289267
facets=dict(

0 commit comments

Comments
 (0)