Skip to content

Commit cf6d1e9

Browse files
hb326bouweandela
andauthored
REF recipe CRE with CMIP7 data (#4461)
Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
1 parent 0a9a986 commit cf6d1e9

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# ESMValTool
2+
---
3+
documentation:
4+
title: Model evaluation with focus on the cloud radiative effect.
5+
description: >
6+
Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for the REF.
7+
authors:
8+
- bock_lisa
9+
- lauer_axel
10+
maintainer:
11+
- bock_lisa
12+
13+
14+
# Note: the following models are just examples
15+
datasets:
16+
- project: CMIP7
17+
activity: CMIP
18+
branding_suffix: tavg-u-hxy-u
19+
dataset: DUMMY-MODEL
20+
ensemble: r1i1p1f1
21+
exp: historical
22+
frequency: mon
23+
grid: g999
24+
institute: MPI-M
25+
mip: atmos
26+
region: glb
27+
28+
timerange_for_models: &time_period
29+
timerange: '2002/2021'
30+
31+
32+
preprocessors:
33+
34+
full_climatology:
35+
climate_statistics:
36+
period: full
37+
regrid:
38+
target_grid: 1x1
39+
scheme: area_weighted
40+
41+
zonal_mean:
42+
climate_statistics:
43+
period: full
44+
regrid:
45+
scheme: area_weighted
46+
target_grid: 1x1
47+
zonal_statistics:
48+
operator: mean
49+
50+
51+
diagnostics:
52+
53+
plot_maps:
54+
description: Plot lwcre climatology maps including reference datasets.
55+
variables:
56+
lwcre:
57+
<<: *time_period
58+
mip: Amon
59+
preprocessor: full_climatology
60+
derive: true
61+
swcre:
62+
<<: *time_period
63+
mip: Amon
64+
preprocessor: full_climatology
65+
derive: true
66+
additional_datasets:
67+
- {dataset: CERES-EBAF-4-2-1, project: obs4MIPs, tier: 1,
68+
start_year: 2002, end_year: 2021, reference_for_monitor_diags: true}
69+
scripts:
70+
plot: &plot_multi_dataset_default
71+
script: monitor/multi_datasets.py
72+
plot_folder: '{plot_dir}'
73+
plot_filename: '{plot_type}_{real_name}_{dataset}_{mip}'
74+
plots:
75+
map:
76+
common_cbar: true
77+
x_pos_stats_avg: -0.1
78+
fontsize: 10
79+
80+
plot_profiles:
81+
description: Plot lwcre zonal mean including reference datasets.
82+
variables:
83+
lwcre:
84+
<<: *time_period
85+
mip: Amon
86+
preprocessor: zonal_mean
87+
derive: true
88+
swcre:
89+
<<: *time_period
90+
mip: Amon
91+
preprocessor: zonal_mean
92+
derive: true
93+
additional_datasets:
94+
- {dataset: CERES-EBAF-4-2-1, project: obs4MIPs, tier: 1,
95+
start_year: 2002, end_year: 2021, reference_for_monitor_diags: true}
96+
scripts:
97+
plot:
98+
<<: *plot_multi_dataset_default
99+
plots:
100+
variable_vs_lat:
101+
legend_kwargs:
102+
loc: upper right
103+
plot_kwargs:
104+
CERES-EBAF-4-2-1:
105+
color: black

0 commit comments

Comments
 (0)