mirror of https://github.com/ecmwf/eccodes.git
ECC-1417 replace aerosolType by constituentType, keep an alias for ocmpatibility
This commit is contained in:
parent
19e6600e28
commit
de76cebac5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue