ECC-1766: Implementation will be done via new local template (43).

This commit is contained in:
Matthew Griffith 2024-03-11 12:27:08 +00:00
parent 5e6be438a4
commit 45d7f659f8
2 changed files with 11 additions and 2 deletions

View File

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

View File

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