Skip to content

Commit f2143f7

Browse files
committed
updated recipe_consistency_checks_scatterplot.yml
1 parent 6612993 commit f2143f7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

esmvaltool/recipes/iconevalpaper/recipe_consistency_checks_scatterplot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ supplementary_variables: &supplementary_variables
2222
datasets:
2323
# - {dataset: JRA-55, project: OBS6, mip: Amon, tier: 2, type: reanaly, version: 1, start_year: 1993, end_year: 2021}
2424
# - {dataset: MERRA2, project: OBS6, type: reanaly, version: '5.12.4', tier: 3, start_year: 1993, end_year: 2021}
25-
# - {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3, timerange: '1993/2021', alias: 'ERA5'}
26-
- {dataset: ICON-XPP, project: ICON, exp: historical-202510p1, start_year: 1993, end_year: 2014, component: atm, var_type: atm_2d_ml, alias: 'ICON-XPP'}
25+
- {dataset: ERA5, project: native6, type: reanaly, version: v1, tier: 3, timerange: '1993/2021', alias: 'ERA5'}
26+
# - {dataset: ICON-XPP, project: ICON, exp: historical-202510p1, start_year: 1993, end_year: 2014, component: atm, var_type: atm_2d_ml, alias: 'ICON-XPP'}
2727

2828

2929
preprocessors:
@@ -113,8 +113,10 @@ diagnostics:
113113
y: prw
114114
plot_object_methods:
115115
set:
116-
xlabel: Delta 2m temperature [K]
117-
ylabel: Delta water vapor [%]
116+
xlabel: '$\Delta$T$_{2m}$ [K]'
117+
xlim: [-0.45, 0.45]
118+
ylabel: '$\Delta$prw [%]'
119+
ylim: [-3.75, 3.75]
118120
seaborn_settings:
119121
style: ticks
120122
suptitle: Temperature - water vapor mass

0 commit comments

Comments
 (0)