Skip to content

Commit 20f6823

Browse files
committed
Use more interesting TCR dataset
1 parent b81ac0c commit 20f6823

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

changelog/55.improvement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Used a TCR dataset that has differing times between the child and parent experiments.

scripts/fetch_test_data.py

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,26 @@ def process_sample_data_request(
333333
),
334334
# ESMValTool TCR data
335335
CMIP6Request(
336-
id="esmvaltool-tcr",
336+
id="esmvaltool-tcr-1pctco2",
337337
facets=dict(
338-
source_id="ACCESS-ESM1-5",
338+
source_id="CanESM5",
339+
frequency=["fx", "mon"],
340+
variable_id=["areacella", "tas"],
341+
experiment_id="1pctCO2",
342+
),
343+
remove_ensembles=True,
344+
time_span=("1850", "1989"),
345+
),
346+
CMIP6Request(
347+
id="esmvaltool-tcr-piControl",
348+
facets=dict(
349+
source_id="CanESM5",
339350
frequency=["fx", "mon"],
340351
variable_id=["areacella", "tas"],
341-
experiment_id=["1pctCO2", "piControl"],
352+
experiment_id="piControl",
342353
),
343354
remove_ensembles=True,
344-
time_span=("0101", "0180"),
355+
time_span=("5201", "5340"),
345356
),
346357
# ESMValTool TCRE data
347358
CMIP6Request(

0 commit comments

Comments
 (0)