Skip to content

Commit c6c51b0

Browse files
committed
what shuld be final additions for ilamb metrics still to come
1 parent a02224e commit c6c51b0

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

scripts/fetch_test_data.py

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,23 +234,45 @@ def process_sample_data_request(
234234
facets=dict(
235235
source_id="ACCESS-ESM1-5",
236236
frequency=["fx", "mon"],
237-
variable_id=["areacella", "sftlf", "gpp", "pr", "tas", "mrro", "mrsos", "cSoil", "lai", "nbp"],
237+
variable_id=["areacella", "sftlf", "gpp", "pr", "tas", "mrro", "mrsos", "cSoil", "lai", "snc"],
238238
experiment_id=["historical"],
239239
),
240240
remove_ensembles=True,
241241
time_span=("2000", "2025"),
242242
),
243+
# ILAMB longer time run
244+
CMIP6Request(
245+
facets=dict(
246+
source_id="ACCESS-ESM1-5",
247+
frequency=["mon"],
248+
variable_id=["nbp"],
249+
experiment_id=["historical"],
250+
),
251+
remove_ensembles=True,
252+
time_span=("1850", "2015"),
253+
),
243254
# IOMB data
244255
CMIP6Request(
245256
facets=dict(
246257
source_id="ACCESS-ESM1-5",
247258
frequency=["fx", "mon"],
248-
variable_id=["areacello", "sftof", "tos", "sos", "msftmz"],
259+
variable_id=["areacello", "volcello", "sftof", "tos", "sos", "msftmz"],
249260
experiment_id=["historical"],
250261
),
251262
remove_ensembles=True,
252263
time_span=("2000", "2025"),
253264
),
265+
# IOMB specific time for ocean heat content
266+
CMIP6Request(
267+
facets=dict(
268+
source_id="ACCESS-ESM1-5",
269+
frequency=["mon"],
270+
variable_id=["thetao"],
271+
experiment_id=["historical"],
272+
),
273+
remove_ensembles=True,
274+
time_span=("2005", "2025"),
275+
),
254276
# PMP modes of variability data
255277
CMIP6Request(
256278
facets=dict(

0 commit comments

Comments
 (0)