Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix 4566 #4569

Merged
merged 15 commits into from
May 12, 2023
3 changes: 2 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ This document explains the changes made to Iris for this release
===========================

#. `@rcomer`_ made :meth:`~iris.cube.Cube.aggregated_by` faster. (:pull:`4970`)
#. `@rsdavies`_ modified the CF complaint standard name for m01s00i023 :issue:`4566`
rsdavies marked this conversation as resolved.
Show resolved Hide resolved

🔥 Deprecations
===============
Expand Down Expand Up @@ -77,7 +78,7 @@ This document explains the changes made to Iris for this release
.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
core dev names are automatically included by the common_links.inc:

.. _@rsdavies: https://github.com/rsdavies



Expand Down
2 changes: 1 addition & 1 deletion lib/iris/fileformats/um_cf_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
'm01s00i012': CFName('mass_fraction_of_cloud_ice_in_air', None, 'kg kg-1'),
'm01s00i013': CFName('convective_cloud_area_fraction', None, '1'),
'm01s00i020': CFName('soil_temperature', None, 'K'),
'm01s00i023': CFName('snowfall_amount', None, 'kg m-2'),
'm01s00i023': CFName('surface_snow_amount', None, 'kg m-2'),
'm01s00i024': CFName('surface_temperature', None, 'K'),
'm01s00i025': CFName('atmosphere_boundary_layer_thickness', None, 'm'),
'm01s00i026': CFName('surface_roughness_length', None, 'm'),
Expand Down