Skip to content

Commit ebb77df

Browse files
committed
chore: Add PMP ENSO datasets
1 parent 9a00fb2 commit ebb77df

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

scripts/fetch_test_data.py

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,18 +485,31 @@ def process_sample_data_request(
485485
remove_ensembles=False,
486486
time_span=("2000", "2025"),
487487
),
488-
# # Obs4MIPs AIRS data
489-
# Obs4MIPsRequest(
490-
# facets=dict(
491-
# project="obs4MIPs",
492-
# institution_id="NASA-JPL",
493-
# frequency="mon",
494-
# source_id="AIRS-2-1",
495-
# variable_id="ta",
496-
# ),
497-
# remove_ensembles=False,
498-
# time_span=("2002", "2016"),
499-
# ),
488+
# PMP ENSO data
489+
CMIP6Request(
490+
id="pmp-enso",
491+
facets=dict(
492+
source_id="ACCESS-ESM1-5",
493+
frequency=["fx", "mon"],
494+
variable_id=[
495+
"areacella",
496+
"sftlf",
497+
"ts",
498+
"tauu",
499+
"taux",
500+
"hfls",
501+
"hfss",
502+
"rlds",
503+
"rlus",
504+
"rsds",
505+
"rsus",
506+
],
507+
experiment_id=["historical"],
508+
variant_label=["r1i1p1f1"],
509+
),
510+
remove_ensembles=False,
511+
time_span=("2000", "2025"),
512+
),
500513
# All unpublished obs4mips datasets
501514
Obs4REFRequest(),
502515
]

0 commit comments

Comments
 (0)