From 27ce6691a5c9d20f125e1a9bba0ab49c2e0a1d1d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 2 Oct 2020 14:57:16 +0100 Subject: [PATCH] GRIB2 Definitions: Add key 'constituentTypeName' --- definitions/grib2/template.4.parameter_chemical.def | 1 + definitions/grib2/template.4.parameter_chemical_distribution.def | 1 + definitions/grib2/template.4.parameter_chemical_source.def | 1 + 3 files changed, 3 insertions(+) diff --git a/definitions/grib2/template.4.parameter_chemical.def b/definitions/grib2/template.4.parameter_chemical.def index 767daf9cf..6b29f1591 100644 --- a/definitions/grib2/template.4.parameter_chemical.def +++ b/definitions/grib2/template.4.parameter_chemical.def @@ -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; diff --git a/definitions/grib2/template.4.parameter_chemical_distribution.def b/definitions/grib2/template.4.parameter_chemical_distribution.def index 9a4265f0c..203b468d0 100644 --- a/definitions/grib2/template.4.parameter_chemical_distribution.def +++ b/definitions/grib2/template.4.parameter_chemical_distribution.def @@ -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; diff --git a/definitions/grib2/template.4.parameter_chemical_source.def b/definitions/grib2/template.4.parameter_chemical_source.def index 94dc3c4a9..3b78cf330 100644 --- a/definitions/grib2/template.4.parameter_chemical_source.def +++ b/definitions/grib2/template.4.parameter_chemical_source.def @@ -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;