Skip to content

Commit c91e179

Browse files
committed
volcello has a monthly version which is huge
1 parent c6c51b0 commit c91e179

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

scripts/fetch_test_data.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,18 @@ def process_sample_data_request(
256256
facets=dict(
257257
source_id="ACCESS-ESM1-5",
258258
frequency=["fx", "mon"],
259-
variable_id=["areacello", "volcello", "sftof", "tos", "sos", "msftmz"],
259+
variable_id=["areacello", "sftof", "tos", "sos", "msftmz"],
260+
experiment_id=["historical"],
261+
),
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"],
260271
experiment_id=["historical"],
261272
),
262273
remove_ensembles=True,

0 commit comments

Comments
 (0)