From 45d7f659f80f9edf4a20e3503cf7c412ff5b838e Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Mon, 11 Mar 2024 12:27:08 +0000 Subject: [PATCH] ECC-1766: Implementation will be done via new local template (43). --- definitions/grib2/local.98.43.def | 10 ++++++++++ definitions/grib2/section.4.def | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 definitions/grib2/local.98.43.def diff --git a/definitions/grib2/local.98.43.def b/definitions/grib2/local.98.43.def new file mode 100644 index 000000000..e7141c91e --- /dev/null +++ b/definitions/grib2/local.98.43.def @@ -0,0 +1,10 @@ +# Class ed EERIE project climate keywords + +codetable[2] activity "grib2/destine_activity.table" ; +alias mars.activity = activity; + +codetable[2] experiment "grib2/destine_experiment.table" ; +alias mars.experiment = experiment; + +unsigned[1] realization = 255 ; +alias mars.realization = realization; \ No newline at end of file diff --git a/definitions/grib2/section.4.def b/definitions/grib2/section.4.def index a966bbc1e..512544da4 100644 --- a/definitions/grib2/section.4.def +++ b/definitions/grib2/section.4.def @@ -63,8 +63,7 @@ if (productDefinitionTemplateNumber >= 32768) { } if (defined(marsStream) && defined(marsType)) { - template_nofail marsKeywordsByClass "mars/grib.[marsClass:s].def"; - template_nofail marsKeywordsByStreamAndType "mars/grib.[marsStream:s].[marsType:s].def"; + template_nofail marsKeywords1 "mars/grib.[marsStream:s].[marsType:s].def"; } template parameters "grib2/parameters.def";