ECC-1417 replace aerosolType by constituentType, keep an alias for ocmpatibility

This commit is contained in:
Sebastien Villaume 2022-06-28 11:37:14 +01:00
parent 19e6600e28
commit de76cebac5
1 changed files with 7 additions and 3 deletions

View File

@ -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;