eccodes/definitions/grib1/local.98.28.def

22 lines
738 B
Modula-2
Raw Permalink Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
# 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);