GRIB2 Definitions: Add key 'constituentTypeName'

This commit is contained in:
Shahram Najm 2020-10-02 14:57:16 +01:00
parent 5f0a6311dd
commit 27ce6691a5
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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