From 9694581116a8f19f2e6615ed790343815bfdcf9d Mon Sep 17 00:00:00 2001 From: Katja Weigel Date: Tue, 18 Nov 2025 15:56:47 +0100 Subject: [PATCH 1/3] Add missing preprocessor name rolling_window_statistics to example. --- doc/recipe/preprocessor.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/recipe/preprocessor.rst b/doc/recipe/preprocessor.rst index c0dcb03bb5..9ebc399a6f 100644 --- a/doc/recipe/preprocessor.rst +++ b/doc/recipe/preprocessor.rst @@ -2527,9 +2527,10 @@ precipitation sum. preprocessors: preproc_rolling_window: - coordinate: time - operator: sum - window_length: 2 + rolling_window_statistics: + coordinate: time + operator: sum + window_length: 2 See also :func:`esmvalcore.preprocessor.rolling_window_statistics`. From 32ba0e3095bac12a2b99c76616b570feb337ab20 Mon Sep 17 00:00:00 2001 From: Katja Weigel Date: Tue, 18 Nov 2025 16:22:52 +0100 Subject: [PATCH 2/3] Fix some indentation. --- doc/recipe/preprocessor.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/recipe/preprocessor.rst b/doc/recipe/preprocessor.rst index 9ebc399a6f..55134ac334 100644 --- a/doc/recipe/preprocessor.rst +++ b/doc/recipe/preprocessor.rst @@ -2030,15 +2030,15 @@ Examples: .. code-block:: yaml extract_shape: - shapefile: NaturalEarth/Countries/ne_110m_admin_0_countries.shp - decomposed: True - method: contains - ids: - - Spain - - France - - Italy - - United Kingdom - - Taiwan + shapefile: NaturalEarth/Countries/ne_110m_admin_0_countries.shp + decomposed: True + method: contains + ids: + - Spain + - France + - Italy + - United Kingdom + - Taiwan * Extract European AR6 regions: From c533761e7ab4b1fea3c6ffeff5e478276b67336f Mon Sep 17 00:00:00 2001 From: katjaweigel Date: Wed, 19 Nov 2025 11:26:54 +0100 Subject: [PATCH 3/3] Update doc/recipe/preprocessor.rst Co-authored-by: Bouwe Andela --- doc/recipe/preprocessor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/recipe/preprocessor.rst b/doc/recipe/preprocessor.rst index 55134ac334..5c3a08b82e 100644 --- a/doc/recipe/preprocessor.rst +++ b/doc/recipe/preprocessor.rst @@ -2031,7 +2031,7 @@ Examples: extract_shape: shapefile: NaturalEarth/Countries/ne_110m_admin_0_countries.shp - decomposed: True + decomposed: true method: contains ids: - Spain