From de76cebac593512abcf8abf00d43e5c32da57945 Mon Sep 17 00:00:00 2001 From: Sebastien Villaume Date: Tue, 28 Jun 2022 11:37:14 +0100 Subject: [PATCH] ECC-1417 replace aerosolType by constituentType, keep an alias for ocmpatibility --- definitions/grib2/template.4.aerosol.def | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/definitions/grib2/template.4.aerosol.def b/definitions/grib2/template.4.aerosol.def index 681f3fdc1..3fc832e97 100644 --- a/definitions/grib2/template.4.aerosol.def +++ b/definitions/grib2/template.4.aerosol.def @@ -1,5 +1,9 @@ # (C) Copyright 2005- ECMWF. -# Aerosol type -codetable[2] aerosolType ('4.233.table',masterDir,localDir) : dump; -meta aerosolTypeName codetable_title(aerosolType); +# Aerosol type - now replaced by constituent type +codetable[2] constituentType ('4.233.table',masterDir,localDir) : dump; +meta constituentTypeName codetable_title(constituentType); + + +alias aerosolType = constituentType; +alias aerosolTypeName = constituentTypeName;