File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,39 @@ def process_sample_data_request(
277277 remove_ensembles = True ,
278278 time_span = ("1850" , "2014" ),
279279 ),
280+ # ESMValTool Historical data
281+ CMIP6Request (
282+ id = "esmvaltool-historical-cmip6" ,
283+ facets = dict (
284+ source_id = "ACCESS-ESM1-5" ,
285+ frequency = ["fx" , "mon" ],
286+ variable_id = [
287+ "areacella" ,
288+ "hus" ,
289+ "pr" ,
290+ "psl" ,
291+ "tas" ,
292+ "ua" ,
293+ ],
294+ experiment_id = ["historical" ],
295+ ),
296+ remove_ensembles = True ,
297+ time_span = ("1980" , "2014" ),
298+ ),
299+ Obs4MIPsRequest (
300+ id = "esmvaltool-historical-obs4mips" ,
301+ facets = dict (
302+ project = "obs4MIPs" ,
303+ source_id = "ERA-5" ,
304+ variable_id = [
305+ "psl" ,
306+ "tas" ,
307+ "ua" ,
308+ ],
309+ ),
310+ remove_ensembles = False ,
311+ time_span = ("1980" , "2014" ),
312+ ),
280313 # ESMValTool TCR data
281314 CMIP6Request (
282315 id = "esmvaltool-tcr" ,
You can’t perform that action at this time.
0 commit comments