From 8fdcdda535532322fe0d6cc9f11ef7857bba8708 Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Thu, 12 May 2022 16:50:23 +0100 Subject: [PATCH] climatology doc tweak --- docs/src/whatsnew/latest.rst | 3 ++- lib/iris/cube.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 6ed6764cfa..5a0c72f23e 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -61,7 +61,8 @@ This document explains the changes made to Iris for this release #. `@wjbenfold`_ and `@rcomer`_ (reviewer) added a ``climatological`` keyword to :meth:`~iris.cube.Cube.aggregated_by` that causes the climatological flag to be set and the point for each cell to equal its first bound, thereby - preserving the time of year. + preserving the time of year. (:issue:`1422`, :issue:`4098`, :issue:`4665`, + :pull:`4723`) 🐛 Bugs Fixed diff --git a/lib/iris/cube.py b/lib/iris/cube.py index 386e77bdc5..6211f0a727 100644 --- a/lib/iris/cube.py +++ b/lib/iris/cube.py @@ -3874,7 +3874,7 @@ def aggregated_by( Indicates whether the output is expected to be climatological. For any aggregated time coord(s), this causes the climatological flag to be set and the point for each cell to equal its first bound, thereby - preserving the time of year + preserving the time of year. Returns -------