2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2021-04-29 15:54:04 +00:00
|
|
|
# MARS labelling or ensemble forecast data (with hindcast support)
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2021-12-20 17:28:26 +00:00
|
|
|
constant GRIBEXSection1Problem = 69 - section1Length;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
#used in local definition 13
|
|
|
|
transient localFlag=2 : hidden;
|
|
|
|
|
|
|
|
template mars_labeling "grib1/mars_labeling.def";
|
|
|
|
#1->2
|
|
|
|
alias grib2LocalSectionPresent=present;
|
|
|
|
constant grib2LocalSectionNumber=26;
|
|
|
|
|
|
|
|
if (stepType is "instant" ) {
|
2021-04-29 15:54:04 +00:00
|
|
|
alias productDefinitionTemplateNumber=epsPoint;
|
2013-03-25 12:04:10 +00:00
|
|
|
} else {
|
2024-09-03 15:51:06 +00:00
|
|
|
alias productDefinitionTemplateNumber=epsContinuous;
|
2013-03-25 12:04:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
constant wrongPadding=1 : hidden;
|
|
|
|
|
|
|
|
unsigned[1] number : dump;
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[1] numberOfForecastsInEnsemble : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
alias totalNumber=numberOfForecastsInEnsemble;
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[4] referenceDate : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[4] climateDateFrom : dump;
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[4] climateDateTo : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
pad padding_loc26_1(6);
|
|
|
|
alias perturbationNumber=number;
|
|
|
|
|
2021-12-20 17:28:26 +00:00
|
|
|
alias local.referenceDate= referenceDate;
|
|
|
|
alias local.climateDateFrom= climateDateFrom;
|
|
|
|
alias local.climateDateTo= climateDateTo;
|