File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,34 @@ def process_sample_data_request(
331331 remove_ensembles = False ,
332332 time_span = ("1980" , "2014" ),
333333 ),
334+ # ESMValTool ozone diagnostics
335+ CMIP6Request (
336+ id = "esmvaltool-ozone-diagnostics-cmip6" ,
337+ facets = dict (
338+ source_id = "CNRM-ESM2-1" ,
339+ table_id = ["fx" , "AERmon" ],
340+ variable_id = [
341+ "areacella" ,
342+ "o3" ,
343+ "toz" ,
344+ ],
345+ variant_label = "r1i1p1f2" ,
346+ experiment_id = "historical" ,
347+ ),
348+ remove_ensembles = True ,
349+ time_span = ("1950" , "2014" ),
350+ ),
351+ Obs4MIPsRequest (
352+ id = "esmvaltool-ozone-diagnostics-obs4mips" ,
353+ facets = dict (
354+ project = "obs4MIPs" ,
355+ source_id = "C3S-GTO-ECV-9-0" ,
356+ frequency = "mon" ,
357+ variable_id = "toz" ,
358+ ),
359+ remove_ensembles = False ,
360+ time_span = ("1996" , "2021" ),
361+ ),
334362 # ESMValTool TCR data
335363 CMIP6Request (
336364 id = "esmvaltool-tcr" ,
You can’t perform that action at this time.
0 commit comments