From 17b2d6ffa6aa0de1ced4ca2a44d60f7a7aefa50c Mon Sep 17 00:00:00 2001 From: tv3141 Date: Mon, 23 Jul 2018 15:14:05 +0100 Subject: [PATCH 1/2] Add stash mapping changes to v2.1.0 changelog --- docs/iris/src/whatsnew/2.1.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/iris/src/whatsnew/2.1.rst b/docs/iris/src/whatsnew/2.1.rst index 5e106e9daf..f4e2f587e2 100644 --- a/docs/iris/src/whatsnew/2.1.rst +++ b/docs/iris/src/whatsnew/2.1.rst @@ -78,3 +78,30 @@ Incompatible Changes * The deprecated :mod:`iris.experimental.um` was removed. Please use consider using `mule `_ as an alternative. +* Stash-to-name mapping changes in :mod:`ib/iris/fileformats/um_cf_map.py`: + * m01s00i121: tendency_of_atmosphere_mass_content_of_sulfur_dioxide_expressed_as_sulfur_due_to_volcanic_emission -> "3D NATURAL SO2 EMISSIONS" + * m01s02i207: surface_downwelling_longwave_flux -> surface_downwelling_longwave_flux_in_air + * m01s02i208: surface_downwelling_longwave_flux_assuming_clear_sky -> surface_downwelling_longwave_flux_in_air_assuming_clear_sky + * m01s04i203: stratiform_rainfall_rate -> stratiform_rainfall_flux + * m01s04i204: stratiform_snowfall_rate -> stratiform_snowfall_flux + * m01s05i181: tendency_of_air_temperature_due_to_convection -> change_over_time_in_air_temperature_due_to_convection + * m01s05i182: tendency_of_specific_humidity_due_to_convection -> change_over_time_in_specific_humidity_due_to_convection + * m01s05i185: tendency_of_eastward_wind_due_to_convection -> change_over_time_in_x_wind_due_to_convection + * m01s05i186: tendency_of_northward_wind_due_to_convection -> change_over_time_in_y_wind_due_to_convection + * m01s05i205: convective_rainfall_rate -> convective_rainfall_flux + * m01s05i233: mass_fraction_of_convective_cloud_liquid_water_in_air -> undilute_cape + * m01s12i181': tendency_of_air_temperature_due_to_advection -> change_over_time_in_air_temperature_due_to_advection + * m01s12i182': tendency_of_specific_humidity_due_to_advection -> change_over_time_in_specific_humidity_due_to_advection + * m01s12i183': tendency_of_mass_fraction_of_cloud_liquid_water_in_air_due_to_advection -> change_over_time_in_mass_fraction_of_cloud_liquid_water_in_air_due_to_advection + * m01s12i184': tendency_of_mass_fraction_of_cloud_ice_in_air_due_to_advection -> change_over_time_in_mass_fraction_of_cloud_ice_in_air_due_to_advection + * m01s12i185': tendency_of_eastward_wind_due_to_advection -> change_over_time_in_x_wind_due_to_advection + * m01s12i186': tendency_of_northward_wind_due_to_advection -> change_over_time_in_y_wind_due_to_advection + * m01s30i218: product_of_eastward_wind_and_omega -> product_of_x_wind_and_omega + * m01s30i228: product_of_northward_wind_and_omega -> product_of_y_wind_and_omega + * m01s34i101: number_of_soluble_nucleation_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_soluble_nucleation_mode_aerosol_in_air + * m01s34i103: number_of_soluble_Aitken_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_soluble_aitken_mode_aerosol_in_air + * m01s34i107: number_of_soluble_accumulation_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_soluble_accumulation_mode_aerosol_in_air + * m01s34i113: number_of_soluble_coarse_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_soluble_coarse_mode_aerosol_in_air + * m01s34i119: number_of_insoluble_Aitken_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_insoluble_aitken_mode_aerosol_in_air + * m01s34i122: number_of_insoluble_accumulation_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_insoluble_accumulation_mode_aerosol_in_air + * m01s34i124: number_of_insoluble_coarse_mode_particles_per_molecule_of_air -> number_of_particles_per_air_molecule_of_insoluble_coarse_mode_aerosol_in_air From bddaba16618cd98a51107054be8551cff455afde Mon Sep 17 00:00:00 2001 From: tv3141 Date: Mon, 23 Jul 2018 15:14:05 +0100 Subject: [PATCH 2/2] Add stash mapping changes to v2.1.0 changelog replaced list with link of stash mappings --- docs/iris/src/whatsnew/2.1.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/iris/src/whatsnew/2.1.rst b/docs/iris/src/whatsnew/2.1.rst index 5e106e9daf..00f7115431 100644 --- a/docs/iris/src/whatsnew/2.1.rst +++ b/docs/iris/src/whatsnew/2.1.rst @@ -78,3 +78,6 @@ Incompatible Changes * The deprecated :mod:`iris.experimental.um` was removed. Please use consider using `mule `_ as an alternative. +* This release of Iris contains a number of updated metadata translations. + See [this changelist](https://github.com/SciTools/iris/commit/69597eb3d8501ff16ee3d56aef1f7b8f1c2bb316#diff-1680206bdc5cfaa83e14428f5ba0f848) + for further information.