Skip to content

Commit 319501a

Browse files
committed
add test data for each ilamb or iomb metric
1 parent 6a33993 commit 319501a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

scripts/fetch_test_data.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,18 @@ def process_sample_data_request(
223223
facets=dict(
224224
source_id="ACCESS-ESM1-5",
225225
frequency=["fx", "mon"],
226-
variable_id=["areacella", "sftlf", "gpp", "pr"],
226+
variable_id=["areacella", "sftlf", "gpp", "pr", "tas", "mrro", "mrsos", "cSoil", "lai", "nbp"],
227+
experiment_id=["historical"],
228+
),
229+
remove_ensembles=True,
230+
time_span=("2000", "2025"),
231+
),
232+
# IOMB data
233+
CMIP6Request(
234+
facets=dict(
235+
source_id="ACCESS-ESM1-5",
236+
frequency=["fx", "mon"],
237+
variable_id=["areacello", "sftof", "tos", "sos", "msftmz"],
227238
experiment_id=["historical"],
228239
),
229240
remove_ensembles=True,

0 commit comments

Comments
 (0)