Zero Emissions Commitment (ZEC)#
Diagnostic script to calculate and plot ZEC.
Description#
Calculate and plot ZEC (Zero Emission Commitment) Temperature. Requires input data from a base simulation (e.g. 1pctCO2, flat-10) and a dedicated ZEC simulation (e.g. esm-flat10-zec, esm-1pct-brch-1000PgC).
Configuration options in recipe#
- zec_yearlist, optional (default: [50])
Calculate ZEC for the 20-year average centered around year x, multiple values are possible.
- experiments: dict, optional (default: {
‘reference’: [‘esm-flat10’, ‘1pctCO2’], ‘simulation’: [‘esm-flat10-zec’, ‘esm-1pct-brch-1000PgC’, ‘esm-1pct-brch-750PgC’, ‘esm-1pct-brch-2000PgC’] }) When using non-default experiments to calculate ZEC, the experiment setting is required with values for
reference
andsimulation
.