mirror of https://github.com/ecmwf/eccodes.git
GRIB2 Definitions: Add key 'constituentTypeName'
This commit is contained in:
parent
5f0a6311dd
commit
27ce6691a5
|
@ -10,6 +10,7 @@ meta parameterName codetable_title(parameterNumber) : dump;
|
|||
|
||||
# Atmospheric chemical or physical constitutent type
|
||||
codetable[2] constituentType ('4.230.table',masterDir,localDir) : dump;
|
||||
meta constituentTypeName codetable_title(constituentType);
|
||||
|
||||
# Type of generating process
|
||||
codetable[1] typeOfGeneratingProcess ('4.3.table',masterDir,localDir) : dump;
|
||||
|
|
|
@ -10,6 +10,7 @@ meta parameterName codetable_title(parameterNumber) : dump;
|
|||
|
||||
# Atmospheric chemical or physical constitutent type
|
||||
codetable[2] constituentType ('4.230.table',masterDir,localDir) : dump;
|
||||
meta constituentTypeName codetable_title(constituentType);
|
||||
|
||||
# Number of mode(N) of distribution
|
||||
unsigned[2] numberOfModeOfDistribution : dump;
|
||||
|
|
|
@ -10,6 +10,7 @@ meta parameterName codetable_title(parameterNumber) : dump;
|
|||
|
||||
# Atmospheric chemical or physical constitutent type
|
||||
codetable[2] constituentType ('4.230.table',masterDir,localDir) : dump;
|
||||
meta constituentTypeName codetable_title(constituentType);
|
||||
|
||||
# Source, sink or chemical/physical process (Code table 4.238)
|
||||
codetable[1] sourceSinkChemicalPhysicalProcess ('4.238.table',masterDir,localDir) = 255 : dump;
|
||||
|
|
Loading…
Reference in New Issue