File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ Used a TCR dataset that has differing times between the child and parent experiments.
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments