ECC-1766: Added class ed for testing and implemented the grib.class.def structure.

This commit is contained in:
Matthew Griffith 2024-03-08 09:12:15 +00:00
parent c7930a6dd1
commit e0398e03d8
3 changed files with 13 additions and 1 deletions

View File

@ -63,7 +63,8 @@ if (productDefinitionTemplateNumber >= 32768) {
}
if (defined(marsStream) && defined(marsType)) {
template_nofail marsKeywords1 "mars/grib.[marsStream:s].[marsType:s].def";
template_nofail marsKeywordsByClass "mars/grib.[marsClass:s].def";
template_nofail marsKeywordsByStreamAndType "mars/grib.[marsStream:s].[marsType:s].def";
}
template parameters "grib2/parameters.def";

View File

@ -50,6 +50,7 @@
49 gh C3S Global hydrology
50 ci CERISE project
51 ai Operational AIFS
52 ed EERIE project
99 te Test
100 at Austria
101 be Belgium

View File

@ -0,0 +1,10 @@
# Class ed EERIE project climate keywords
codetable[2] activity "grib2/destine_activity.table" : dump;
alias mars.activity = activity;
codetable[2] experiment "grib2/destine_experiment.table" : dump;
alias mars.experiment = experiment;
unsigned[1] realization = 255 : dump;
alias mars.realization = realization;