Skip to content

Commit f1cb6b5

Browse files
katjaweigelhb326bouweandela
authored
Added a CMIP7 version for recipe_ref_trend_regions.yml, recipe_ref_annual_cycle_region.yml and recipe_ref_timeseries_region.yml (#4460)
Co-authored-by: Birgit Hassler <33543691+hb326@users.noreply.github.com> Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
1 parent 80144ae commit f1cb6b5

3 files changed

Lines changed: 899 additions & 0 deletions

File tree

Lines changed: 227 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
# ESMValTool
2+
---
3+
documentation:
4+
title: Benchmarking of a single model for a region through extract_shape.
5+
description: >
6+
Benchmarking: annual cycle.
7+
authors:
8+
- lauer_axel
9+
- bock_lisa
10+
- hassler_birgit
11+
- lindenlaub_lukas
12+
- schlund_manuel
13+
- weigel_katja
14+
- andela_bouwe
15+
maintainer:
16+
- lauer_axel
17+
references:
18+
- lauer25gmd
19+
projects:
20+
- dlrmabak
21+
22+
regions: &regions
23+
- "Arabian-Peninsula"
24+
- "Arabian-Sea"
25+
- "Arctic-Ocean"
26+
- "Bay-of-Bengal"
27+
- "C.Australia"
28+
- "C.North-America"
29+
- "Caribbean"
30+
- "Central-Africa"
31+
- "E.Antarctica"
32+
- "E.Asia"
33+
- "E.Australia"
34+
- "E.C.Asia"
35+
- "E.Europe"
36+
- "E.North-America"
37+
- "E.Siberia"
38+
- "E.Southern-Africa"
39+
- "Equatorial.Atlantic-Ocean"
40+
- "Equatorial.Indic-Ocean"
41+
- "Equatorial.Pacific-Ocean"
42+
- "Greenland/Iceland"
43+
- "Madagascar"
44+
- "Mediterranean"
45+
- "N.Atlantic-Ocean"
46+
- "N.Australia"
47+
- "N.Central-America"
48+
- "N.E.North-America"
49+
- "N.E.South-America"
50+
- "N.Eastern-Africa"
51+
- "N.Europe"
52+
- "N.Pacific-Ocean"
53+
- "N.South-America"
54+
- "N.W.North-America"
55+
- "N.W.South-America"
56+
- "New-Zealand"
57+
- "Russian-Arctic"
58+
- "Russian-Far-East"
59+
- "S.Asia"
60+
- "S.Atlantic-Ocean"
61+
- "S.Australia"
62+
- "S.Central-America"
63+
- "S.E.Asia"
64+
- "S.E.South-America"
65+
- "S.Eastern-Africa"
66+
- "S.Indic-Ocean"
67+
- "S.Pacific-Ocean"
68+
- "S.South-America"
69+
- "S.W.South-America"
70+
- "Sahara"
71+
- "South-American-Monsoon"
72+
- "Southern-Ocean"
73+
- "Tibetan-Plateau"
74+
- "W.Antarctica"
75+
- "W.C.Asia"
76+
- "W.North-America"
77+
- "W.Siberia"
78+
- "W.Southern-Africa"
79+
- "West&Central-Europe"
80+
- "Western-Africa"
81+
82+
datasets:
83+
# Dataset to be benchmarked
84+
- dataset: DUMMY-MODEL
85+
drs_specs: MIP-DRS7
86+
project: CMIP7
87+
exp: historical
88+
ensemble: r1i1p1f2
89+
grid: g999
90+
activity: CMIP
91+
institute: MOHC
92+
mip: atmos
93+
frequency: mon
94+
region: glb
95+
96+
preprocessors:
97+
pp_abs:
98+
regrid:
99+
target_grid: 1x1
100+
scheme: linear
101+
extract_shape:
102+
shapefile: ar6
103+
decomposed: true
104+
ids:
105+
Name: *regions
106+
climate_statistics:
107+
period: monthly
108+
area_statistics:
109+
operator: mean
110+
111+
pp_abs_200:
112+
extract_levels:
113+
levels: 20000
114+
scheme: linear
115+
coordinate: air_pressure
116+
regrid:
117+
target_grid: 1x1
118+
scheme: linear
119+
extract_shape:
120+
shapefile: ar6
121+
decomposed: true
122+
ids:
123+
Name: *regions
124+
climate_statistics:
125+
period: monthly
126+
area_statistics:
127+
operator: mean
128+
129+
130+
diagnostics:
131+
near-surface_air_temperature_annual_cycle:
132+
description: Plot global mean mean annual cycle for the given period including a reference dataset.
133+
variables:
134+
tas: &var_default_abs
135+
start_year: 1992
136+
end_year: 2021
137+
preprocessor: pp_abs
138+
branding_suffix: tavg-h2m-hxy-u
139+
mip: Amon
140+
additional_datasets:
141+
- {dataset: HadCRUT5, project: OBS, type: ground, version: 5.0.1.0-analysis, tier: 2}
142+
scripts:
143+
figures: &figures
144+
script: monitor/multi_datasets.py
145+
plot_folder: '{plot_dir}'
146+
group_variables_by: shape_id
147+
plot_filename: "{plot_type}_{real_name}_{dataset}_{mip}_{exp}_{ensemble}_{shape_id}"
148+
plots:
149+
annual_cycle:
150+
plot_kwargs:
151+
default:
152+
color: red
153+
label: '{dataset}'
154+
linestyle: '-'
155+
linewidth: 2
156+
zorder: 4
157+
HadCRUT5:
158+
color: black
159+
label: '{dataset}'
160+
linestyle: '-'
161+
linewidth: 2
162+
zorder: 3
163+
ERA5:
164+
color: black
165+
label: '{dataset}'
166+
linestyle: '-'
167+
linewidth: 2
168+
zorder: 3
169+
ERA-5:
170+
color: black
171+
label: '{dataset}'
172+
linestyle: '-'
173+
linewidth: 2
174+
zorder: 3
175+
GPCP-V3.3:
176+
color: black
177+
label: '{dataset}'
178+
linestyle: '-'
179+
linewidth: 2
180+
zorder: 3
181+
pyplot_kwargs:
182+
title: '{long_name} {shape_id}'
183+
ylabel: '{short_name} [{units}]'
184+
precipitation_annual_cycle:
185+
description: Plot global mean mean annual cycle for the given period including a reference dataset.
186+
variables:
187+
pr:
188+
<<: *var_default_abs
189+
branding_suffix: tavg-u-hxy-u
190+
additional_datasets:
191+
- {dataset: GPCP-V3.3, project: obs4MIPs, tier: 1}
192+
scripts:
193+
figures: *figures
194+
sea_level_pressure_annual_cycle:
195+
description: Plot global mean mean annual cycle for the given period including a reference dataset.
196+
variables:
197+
psl:
198+
<<: *var_default_abs
199+
branding_suffix: tavg-u-hxy-u
200+
additional_datasets:
201+
- {dataset: ERA-5, project: obs4MIPs, tier: 1}
202+
scripts:
203+
figures: *figures
204+
specific_humidity_annual_cycle:
205+
description: Plot global mean mean annual cycle for the given period including a reference dataset.
206+
variables:
207+
hus_200:
208+
<<: *var_default_abs
209+
short_name: hus
210+
preprocessor: pp_abs_200
211+
branding_suffix: tavg-p19-hxy-u
212+
additional_datasets:
213+
- {dataset: ERA-5, project: obs4MIPs, tier: 1}
214+
scripts:
215+
figures: *figures
216+
eastward_wind_annual_cycle:
217+
description: Plot global mean mean annual cycle for the given period including a reference dataset.
218+
variables:
219+
ua_200:
220+
<<: *var_default_abs
221+
short_name: ua
222+
preprocessor: pp_abs_200
223+
branding_suffix: tavg-p19-hxy-air
224+
additional_datasets:
225+
- {dataset: ERA-5, project: obs4MIPs, tier: 1}
226+
scripts:
227+
figures: *figures

0 commit comments

Comments
 (0)