Skip to content

Commit dc3ee1f

Browse files
authored
Added titles to recipes maintained by lauer_axel (#2332)
1 parent c56f8d2 commit dc3ee1f

8 files changed

+75
-2
lines changed

esmvaltool/recipes/recipe_clouds_bias.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# recipe_clouds_bias.yml
33
---
44
documentation:
5+
title: Annual mean climatologies (MMM)
6+
57
description: |
68
Diagnostics of clouds and hydrological cycle multi-model mean, mean bias,
79
absolute bias, relative bias.
@@ -129,6 +131,7 @@ diagnostics:
129131
# **********************************************************************
130132

131133
clouds_bias_tas:
134+
title: Near-surface temperature climatology (MMM)
132135
description: IPCC AR5 Ch. 9, Fig. 9.2 (near-surface temperature)
133136
themes:
134137
- clouds
@@ -159,6 +162,7 @@ diagnostics:
159162
# **********************************************************************
160163

161164
clouds_bias_pr:
165+
title: Precipitation climatology (MMM)
162166
description: IPCC AR5 Ch. 9, Fig. 9.4 (precipitation)
163167
themes:
164168
- clouds
@@ -184,6 +188,7 @@ diagnostics:
184188
# **********************************************************************
185189

186190
clouds_bias_clt:
191+
title: Total cloud cover climatology (MMM)
187192
description: multi-model mean bias of annual mean compared with a
188193
reference dataset (observations).
189194
themes:

esmvaltool/recipes/recipe_clouds_ipcc.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# recipe_clouds_ipcc.yml
33
---
44
documentation:
5+
title: Climatologies cloud radiative effects
6+
57
description: |
68
Diagnostics of clouds and hydrological cycle multi-model mean bias,
79
zonal means; similar to IPCC AR5 fig. 9.5.
@@ -130,6 +132,7 @@ diagnostics:
130132
# **********************************************************************
131133

132134
clouds_ipcc_swcre:
135+
title: Climatoloty shortwave CRE
133136
description: differences of multi-model mean and reference dataset
134137
themes:
135138
- clouds
@@ -152,6 +155,7 @@ diagnostics:
152155
timemean: annualclim
153156

154157
clouds_ipcc_lwcre:
158+
title: Climatoloty longwave CRE
155159
description: differences of multi-model mean and reference dataset
156160
themes:
157161
- clouds
@@ -171,6 +175,7 @@ diagnostics:
171175
<<: *clim_settings
172176

173177
clouds_ipcc_netcre:
178+
title: Climatoloty net CRE
174179
description: differences of multi-model mean and reference dataset
175180
themes:
176181
- clouds

esmvaltool/recipes/recipe_ecs_scatter.yml

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# recipe_ecs_scatter.yml
33
---
44
documentation:
5+
title: Emergent constraints for ECS
6+
57
description: |
68
Calculates equilibrium climate sensitivity (ECS) versus
79
1) southern ITCZ index, similar to fig. 2 from Tian (2015)
@@ -62,6 +64,7 @@ preprocessors:
6264
diagnostics:
6365

6466
cmip5_shhc:
67+
title: CMIP5 Hadley cell extent (Lipat et al. 2017)
6568
description: climatological Hadley cell extent
6669
themes:
6770
- EC
@@ -115,6 +118,7 @@ diagnostics:
115118
script: emergent_constraints/ecs_scatter.ncl
116119

117120
cmip5_itczidx:
121+
title: CMIP5 southern ITCZ index (Tian 2015)
118122
description: southern ITCZ index
119123
themes:
120124
- EC
@@ -175,6 +179,7 @@ diagnostics:
175179
script: emergent_constraints/ecs_scatter.ncl
176180

177181
cmip5_humidx:
182+
title: CMIP5 humidity index (Tian 2015)
178183
description: tropical mid-tropospheric humidity asymmetry index
179184
themes:
180185
- EC
@@ -237,6 +242,7 @@ diagnostics:
237242
script: emergent_constraints/ecs_scatter.ncl
238243

239244
cmip5_ltmi:
245+
title: CMIP5 LTMI (Sherwood et al., 2014)
240246
description: lower tropospheric mixing index
241247
themes:
242248
- EC
@@ -307,6 +313,7 @@ diagnostics:
307313
script: emergent_constraints/ecs_scatter.ncl
308314

309315
cmip5_covrefl:
316+
title: CMIP5 covariance of shortwave cloud reflection (Brient and Schneider, 2016)
310317
description: covariance of shortwave cloud reflection
311318
themes:
312319
- EC
@@ -418,6 +425,7 @@ diagnostics:
418425
script: emergent_constraints/ecs_scatter.ncl
419426

420427
cmip6_itczidx:
428+
title: CMIP6 southern ITCZ index (Tian 2015)
421429
description: southern ITCZ index
422430
themes:
423431
- EC
@@ -467,6 +475,7 @@ diagnostics:
467475
script: emergent_constraints/ecs_scatter.ncl
468476

469477
cmip6_humidx:
478+
title: CMIP6 humidity index (Tian 2015)
470479
description: tropical mid-tropospheric humidity asymmetry index
471480
themes:
472481
- EC
@@ -518,6 +527,7 @@ diagnostics:
518527
script: emergent_constraints/ecs_scatter.ncl
519528

520529
cmip6_ltmi:
530+
title: CMIP6 LTMI (Sherwood et al., 2014)
521531
description: lower tropospheric mixing index
522532
themes:
523533
- EC
@@ -575,6 +585,7 @@ diagnostics:
575585
script: emergent_constraints/ecs_scatter.ncl
576586

577587
cmip6_shhc:
588+
title: CMIP6 Hadley cell extent (Lipat et al. 2017)
578589
description: climatological Hadley cell extent
579590
themes:
580591
- EC
@@ -615,6 +626,7 @@ diagnostics:
615626
script: emergent_constraints/ecs_scatter.ncl
616627

617628
cmip6_covrefl:
629+
title: CMIP6 covariance of shortwave cloud reflection (Brient and Schneider, 2016)
618630
description: covariance of shortwave cloud reflection
619631
themes:
620632
- EC

esmvaltool/recipes/recipe_flato13ipcc.yml

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ESMValTool
22
# recipe_flato13ipcc.yml
33
---
4-
documentation:
4+
documentation:
5+
title: IPCC AR5, chap. 9 diagnostics
6+
57
description: |
68
Reproducing selected figures from IPCC AR5, chap. 9 (Flato et al., 2013)
79
9.2, 9.3, 9.4, 9.5, 9.6, 9.8, 9.14, 9.24, 9.26, 9.27, 9.42, 9.45a.
@@ -129,6 +131,7 @@ diagnostics:
129131
# **********************************************************************
130132

131133
fig09-2:
134+
title: Fig. 9.2 (near-surface temperature)
132135
description: IPCC AR5 Ch. 9, Fig. 9.2 (near-surface temperature)
133136
themes:
134137
- phys
@@ -243,6 +246,7 @@ diagnostics:
243246
# ***************************************************************************
244247

245248
fig09-3:
249+
title: Fig. 9.3 (near-surface temperature)
246250
description: Calculate seasonality of multi-model mean for tas
247251
themes:
248252
- phys
@@ -318,6 +322,7 @@ diagnostics:
318322
# **********************************************************************
319323

320324
fig09-4:
325+
title: Fig. 9.4 (precipitation)
321326
description: IPCC AR5 Ch. 9, Fig. 9.4 (precipitation)
322327
themes:
323328
- clouds
@@ -431,6 +436,7 @@ diagnostics:
431436
# **********************************************************************
432437

433438
fig09-5a:
439+
title: Fig. 9.5a (shortwave CRE)
434440
description: differences of multi-model mean and reference dataset
435441
themes:
436442
- clouds
@@ -537,6 +543,7 @@ diagnostics:
537543
timemean: annualclim
538544

539545
fig09-5b:
546+
title: Fig. 9.5b (longwave CRE)
540547
description: differences of multi-model mean and reference dataset
541548
themes:
542549
- clouds
@@ -640,6 +647,7 @@ diagnostics:
640647
<<: *fig-9-5_settings
641648

642649
fig09-5c:
650+
title: Fig. 9.5c (net CRE)
643651
description: differences of multi-model mean and reference dataset
644652
themes:
645653
- clouds
@@ -752,6 +760,7 @@ diagnostics:
752760
# ***************************************************************************
753761

754762
fig09-6_tas:
763+
title: Fig. 9.6 (near-surface temperature)
755764
description: Calculate pattern correlation for tas
756765
variables:
757766
tas:
@@ -837,6 +846,7 @@ diagnostics:
837846
script: ipcc_ar5/ch09_fig09_6.ncl
838847

839848
fig09-6_rlut:
849+
title: Fig. 9.6 (TOA longwave radiation)
840850
description: Calculate pattern correlation for all-sky longwave radiation
841851
variables:
842852
rlut:
@@ -921,6 +931,7 @@ diagnostics:
921931
<<: *fig09_6_pattern_cor
922932

923933
fig09-6_pr:
934+
title: Fig. 9.6 (precipitation)
924935
description: Calculate pattern correlation for precipitation
925936
variables:
926937
pr:
@@ -1007,6 +1018,7 @@ diagnostics:
10071018
<<: *fig09_6_pattern_cor
10081019

10091020
fig09-6_swcre:
1021+
title: Fig. 9.6 (shortwave CRE)
10101022
description: Calculate pattern correlation for shortwave cloud radiative effect
10111023
variables:
10121024
swcre:
@@ -1105,6 +1117,7 @@ diagnostics:
11051117
# **********************************************************************
11061118

11071119
fig09-8:
1120+
title: Fig. 9.8 (near-surface temperature)
11081121
description: IPCC AR5 Ch. 9, Fig. 9.8 (near-surface temperature)
11091122
themes:
11101123
- phys
@@ -1211,6 +1224,7 @@ diagnostics:
12111224
# **********************************************************************
12121225

12131226
fig09-14:
1227+
title: Fig. 9.14 (SST)
12141228
description: |
12151229
IPCC AR5 Ch. 9, Fig. 9.14 (sst error, zonal mean and equatorial)
12161230
themes:
@@ -1285,6 +1299,7 @@ diagnostics:
12851299
# ***********************************************************************
12861300

12871301
fig09-24:
1302+
title: Fig. 9.24 (sea ice)
12881303
description: timeseries and trend distributions of sea ice extent
12891304
themes:
12901305
- seaIce
@@ -1388,6 +1403,7 @@ diagnostics:
13881403
# **********************************************************************
13891404

13901405
fig09-26top:
1406+
title: Fig. 9.26a (carbon uptake)
13911407
variables:
13921408
fgco2: &fgco2_settings
13931409
preprocessor: sea_fraction_weighting
@@ -1440,6 +1456,7 @@ diagnostics:
14401456
evolution_plot_ref_dataset: GCP
14411457

14421458
fig09-26bottom:
1459+
title: Fig. 9.26b (carbon uptake)
14431460
variables:
14441461
nbp:
14451462
<<: *fgco2_settings
@@ -1479,6 +1496,7 @@ diagnostics:
14791496
# **********************************************************************
14801497

14811498
fig09-27top:
1499+
title: Fig. 9.27a (CO2 fluxes)
14821500
variables:
14831501
fgco2:
14841502
<<: *fgco2_settings
@@ -1661,6 +1679,7 @@ diagnostics:
16611679
script: climate_metrics/tcr.py
16621680

16631681
fig09-42a_cmip5:
1682+
title: Fig. 9.42a CMIP5 (ECS vs. GMSAT)
16641683
description: Plot ECS vs. GMSAT for CMIP5 models.
16651684
themes:
16661685
- phys
@@ -1738,6 +1757,7 @@ diagnostics:
17381757
ncol: 2
17391758

17401759
fig09-42b_cmip5:
1760+
title: Fig. 9.42b CMIP5 (TCR vs. ECS)
17411761
description: Plot TCR vs. ECS for CMIP5 models.
17421762
themes:
17431763
- phys
@@ -1924,6 +1944,7 @@ diagnostics:
19241944
<<: *tcr_script
19251945

19261946
fig09-42a_cmip6:
1947+
title: Fig. 9.42a CMIP6 (ECS vs. GMSAT)
19271948
description: Plot ECS vs. GMSAT for CMIP6 models.
19281949
themes:
19291950
- phys
@@ -1998,6 +2019,7 @@ diagnostics:
19982019
dataset_style: cmip6
19992020

20002021
fig09-42b_cmip6:
2022+
title: Fig. 9.42b CMIP6 (TCR vs. ECS)
20012023
description: Plot TCR vs. ECS for CMIP6 models.
20022024
themes:
20032025
- phys
@@ -2019,6 +2041,7 @@ diagnostics:
20192041
# ***********************************************************************
20202042

20212043
fig09-45a:
2044+
title: Fig. 9.45a (snow-albedo feedback)
20222045
description: springtime snow-albedo feedback values vs. seasonal cycle
20232046
themes:
20242047
- EC

0 commit comments

Comments
 (0)