2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2021-04-29 15:54:04 +00:00
|
|
|
# COSMO local area EPS
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2019-01-02 17:19:16 +00:00
|
|
|
# information about probabilities (they have already probabilities)
|
|
|
|
# information about clustering (they save it as ASCII, at the moment...)
|
2021-12-20 17:28:26 +00:00
|
|
|
constant GRIBEXSection1Problem = 79 - section1Length;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
template mars_labeling "grib1/mars_labeling.def";
|
|
|
|
constant wrongPadding=1 : hidden;
|
|
|
|
|
|
|
|
unsigned[1] perturbationNumber : dump;
|
|
|
|
alias number = perturbationNumber;
|
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] baseDateEPS : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[2] baseTimeEPS : dump;
|
2021-12-20 17:28:26 +00:00
|
|
|
unsigned[1] numberOfRepresentativeMember : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[1] numberOfMembersInCluster : dump;
|
|
|
|
unsigned[1] totalInitialConditions : dump;
|
|
|
|
|
|
|
|
pad padding_loc28_1(19);
|