Skip to content

Commit 34bc49f

Browse files
authored
Add CMIP7-compatible REF version of recipe_tcr.yml (#4469)
1 parent 0aaffa1 commit 34bc49f

3 files changed

Lines changed: 43 additions & 5 deletions

File tree

doc/sphinx/source/recipes/recipe_ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Recipes are stored in `recipes/`
1717

1818
* :ref:`ref/recipe_ref_ecs.yml <recipes_ecs>`:
1919
Calculate equilibrium climate sensitivity (ECS)
20-
* :ref:`recipe_tcr.yml <recipes_tcr>`:
20+
* :ref:`ref/recipe_ref_tcr.yml <recipes_tcr>`:
2121
Calculate transient climate response (TCR)
2222
* :ref:`recipe_tcre.yml <recipes_tcre>`:
2323
Calculate transient climate response to cumulative CO2 emissions (TCRE)

doc/sphinx/source/recipes/recipe_tcr.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ Available recipes and diagnostics
2323

2424
Recipes are stored in recipes/
2525

26-
* recipe_tcr.yml
26+
* recipe_tcr.yml
27+
* ref/recipe_ref_tcr.yml
2728

2829

2930
Diagnostics are stored in diag_scripts/
3031

31-
* climate_metrics/tcr.py
32-
* climate_metrics/create_barplot.py
33-
* climate_metrics/create_scatterplot.py
32+
* climate_metrics/tcr.py
33+
* climate_metrics/create_barplot.py
34+
* climate_metrics/create_scatterplot.py
3435

3536

3637
User settings in recipe
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# ESMValTool
2+
---
3+
documentation:
4+
title: >
5+
Transient Climate Response (TCR)
6+
description: >
7+
Calculate Transient Climate Response (TCR).
8+
authors:
9+
- schlund_manuel
10+
maintainer:
11+
- schlund_manuel
12+
references:
13+
- gregory08jgr
14+
15+
16+
datasets:
17+
- {project: CMIP7, dataset: DUMMY-MODEL, mip: atmos, frequency: mon, region: glb, exp: piControl, ensemble: r1i1p1f1, grid: g999, institute: MPI-M, timerange: 18500101/19891231}
18+
- {project: CMIP7, dataset: DUMMY-MODEL, mip: atmos, frequency: mon, region: glb, exp: 1pctCO2, ensemble: r1i1p1f1, grid: g999, institute: MPI-M, timerange: 18500101/19891231}
19+
20+
21+
preprocessors:
22+
spatial_mean:
23+
area_statistics:
24+
operator: mean
25+
26+
27+
diagnostics:
28+
tcr:
29+
description: Calculate TCR.
30+
variables:
31+
tas:
32+
branding_suffix: tavg-h2m-hxy-u
33+
preprocessor: spatial_mean
34+
scripts:
35+
calculate:
36+
script: climate_metrics/tcr.py
37+
calculate_mmm: false

0 commit comments

Comments
 (0)