Skip to content

Commit f3d9fae

Browse files
committed
automatic fixes
1 parent 49395b8 commit f3d9fae

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

doc/sphinx/source/recipes/recipe_monitor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ datasets (observations, reanalyses) across all months and all reference datasets
151151
limits are shown as red lines. A good model simulations would be expected to not exceed these
152152
limits at any time. The minimum and maximum global averages across all months and all reference datasets is calculated with recipe_create_ranges_obs.yml
153153

154-
.. note::
154+
.. note::
155155

156156
The time frequency used in recipe_create_ranges_obs.yml (monthly, daily, etc. values) to
157157
calculate "reasonable" minimum and maximum values must match the time frequency used in

esmvaltool/recipes/monitor/recipe_create_ranges_obs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ preprocessors:
110110
- operator: max
111111
climate_statistics:
112112
operator: max
113-
113+
114114
pp_min_sum_air_anom:
115115
custom_order: true
116116
convert_units:
@@ -176,8 +176,8 @@ diagnostics:
176176
- {dataset: ISCCP-FH, project: OBS, type: sat, version: v0,
177177
tier: 2, start_year: 1984, end_year: 2016}
178178
scripts: null
179-
180-
179+
180+
181181
air_mass_anom:
182182
description: Calculate range of reasonable monthly values for global air mass anomaly
183183
variables:
@@ -662,7 +662,7 @@ diagnostics:
662662
- {dataset: ERA-Interim, project: OBS6, type: reanaly, version: '1',
663663
tier: 3, start_year: 1979, end_year: 2018}
664664
- {dataset: NOAA-CIRES-20CR-V2, project: OBS6, mip: Amon, tier: 2,
665-
type: reanaly, version: v2, start_year: 1871, end_year: 2012}
665+
type: reanaly, version: v2, start_year: 1871, end_year: 2012}
666666
scripts: null
667667

668668

@@ -685,5 +685,5 @@ diagnostics:
685685
- {dataset: ERA-Interim, project: OBS6, type: reanaly, version: '1',
686686
tier: 3, start_year: 1979, end_year: 2018}
687687
- {dataset: NOAA-CIRES-20CR-V2, project: OBS6, mip: Amon, tier: 2,
688-
type: reanaly, version: v2, start_year: 1871, end_year: 2012}
689-
scripts: null
688+
type: reanaly, version: v2, start_year: 1871, end_year: 2012}
689+
scripts: null

esmvaltool/recipes/monitor/recipe_monitor_sanity_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ preprocessors:
5656
global_sum:
5757
area_statistics:
5858
operator: sum
59-
59+
6060
global_sum_air_anom:
6161
custom_order: true
6262
convert_units:
@@ -79,7 +79,7 @@ diagnostics:
7979
# *******************
8080
# *** global sums ***
8181
# *******************
82-
82+
8383
air_mass_anom:
8484
description: time series of global air mass anomaly
8585
variables:
@@ -1211,4 +1211,4 @@ diagnostics:
12111211
color: blue
12121212
label: null
12131213
linestyle: '--'
1214-
linewidth: 1
1214+
linewidth: 1

0 commit comments

Comments
 (0)