Skip to content

Commit 6f98780

Browse files
authored
add ZEC CMIP7 recipe (#4458)
1 parent f81189c commit 6f98780

2 files changed

Lines changed: 79 additions & 2 deletions

File tree

doc/sphinx/source/recipes/recipe_zec.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ References
9595
Sandstad, M., Schwinger, J., Seferian, R., Sentman, L., Simpson, I., Smith,
9696
C., Steinert, N., Swann, A., Tjiputra, J., and Ziehn, T.: flat10MIP: An
9797
emissions-driven experiment to diagnose the climate response to positive,
98-
zero, and negative CO\ :sub:`2` emissions, EGUsphere [preprint],
99-
https://doi.org/10.5194/egusphere-2024-3356, 2024.
98+
zero, and negative CO\ :sub:`2` emissions, Geosci. Model Dev., 18, 5699–5724,
99+
https://doi.org/10.5194/gmd-18-5699-2025, 2025.
100100

101101
Example plots
102102
-------------
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# ESMValTool
2+
# recipe_ref_zec_cmip7.yml
3+
---
4+
documentation:
5+
title: >
6+
Zero Emission Commitment (ZEC) test for fake CMIP7 data.
7+
To be updated when real CMIP7 data is available.
8+
9+
description: >
10+
Calculate Zero Emission Commitment (ZEC) temperature.
11+
12+
authors:
13+
- gier_bettina
14+
maintainer:
15+
- gier_bettina
16+
references:
17+
- macdougall20
18+
domains:
19+
- global
20+
realms:
21+
- atmos
22+
23+
preprocessors:
24+
25+
spatial_mean:
26+
area_statistics:
27+
operator: mean
28+
annual_statistics:
29+
operator: mean
30+
31+
anomaly_base:
32+
area_statistics:
33+
operator: mean
34+
climate_statistics:
35+
operator: mean
36+
period: full
37+
38+
39+
diagnostics:
40+
41+
zec:
42+
description: Calculate ZEC for all available models.
43+
variables:
44+
tas_base:
45+
short_name: tas
46+
preprocessor: anomaly_base
47+
exp: esm-flat10
48+
project: CMIP7
49+
grid: g999
50+
activity: C4MIP
51+
institute: MOHC
52+
mip: atmos
53+
frequency: mon
54+
region: glb
55+
branding_suffix: tavg-h2m-hxy-u
56+
additional_datasets:
57+
- {dataset: DUMMY-MODEL, ensemble: r1i1p1f3, start_year: 1906,
58+
end_year: 1925} # real esm-flat10 range should be 90-110
59+
tas:
60+
short_name: tas
61+
preprocessor: spatial_mean
62+
exp: esm-flat10-zec
63+
project: CMIP7
64+
grid: g999
65+
activity: C4MIP
66+
institute: MOHC
67+
mip: atmos
68+
frequency: mon
69+
region: glb
70+
branding_suffix: tavg-h2m-hxy-u
71+
additional_datasets:
72+
- {dataset: DUMMY-MODEL, ensemble: r1i1p1f3, start_year: 1916,
73+
end_year: 2015} # real esm-flat10-zec timerange should start at 100
74+
scripts:
75+
zec:
76+
script: climate_metrics/zec.py
77+
zec_year: 50

0 commit comments

Comments
 (0)