mirror of https://github.com/ecmwf/eccodes.git
ECC-1766: Added class ed for testing and implemented the grib.class.def structure.
This commit is contained in:
parent
c7930a6dd1
commit
e0398e03d8
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
Loading…
Reference in New Issue