mirror of https://github.com/ecmwf/eccodes.git
ECC-1766: Implementation will be done via new local template (43).
This commit is contained in:
parent
5e6be438a4
commit
45d7f659f8
|
@ -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;
|
|
@ -63,8 +63,7 @@ if (productDefinitionTemplateNumber >= 32768) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defined(marsStream) && defined(marsType)) {
|
if (defined(marsStream) && defined(marsType)) {
|
||||||
template_nofail marsKeywordsByClass "mars/grib.[marsClass:s].def";
|
template_nofail marsKeywords1 "mars/grib.[marsStream:s].[marsType:s].def";
|
||||||
template_nofail marsKeywordsByStreamAndType "mars/grib.[marsStream:s].[marsType:s].def";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template parameters "grib2/parameters.def";
|
template parameters "grib2/parameters.def";
|
||||||
|
|
Loading…
Reference in New Issue