1# Copyright 2005-2018 ECMWF.
2#
3# This software is licensed under the terms of the Apache Licence Version 2.0
4# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5#
6# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
7# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
8#
9
10# START 1/local.98.21 ----------------------------------------------------------------------
11# LOCAL 98 21
12#
13# localDefinitionTemplate_028
14# ---------------------------
15#
16# Description                Octet    Code    Ksec1    Count
17# -----------                -----    ----    -----    -----
18#localDefinitionNumber           41      I1      37      -
19#class                           42      I1      38      -
20#type                            43      I1      39      -
21#stream                          44      I2      40      -
22#experimentVersionNumber         46      A4      41      -
23#number                          50      I1      42      -
24#total                           51      I1      43      -
25#baseDateEPS                     52      I4      44      -
26#baseTimeEPS                     56      I2      45      -
27#numberOfRepresentativeMember    58      I1      46      -
28#numberOfMembersInCluster        59      I1      47      -
29#totalInitialConditions          60      I1      48      -
30#spareSetToZero                  61      PAD     n/a     19
31#!    + information about probabilities (they have already probabilities)
32#!   + information about clustering    (they save it as ASCII, at the moment...)
33#
34
35constant GRIBEXSection1Problem = 79 - section1Length ;
36
37template mars_labeling "grib1/mars_labeling.def";
38constant wrongPadding=1 : hidden;
39
40unsigned[1] perturbationNumber  : dump;
41alias number = perturbationNumber;
42unsigned[1] numberOfForecastsInEnsemble  : dump     ;
43alias totalNumber=numberOfForecastsInEnsemble;
44unsigned[4] baseDateEPS : dump ;
45unsigned[2] baseTimeEPS  : dump;
46unsigned[1] numberOfRepresentativeMember : dump ;
47unsigned[1] numberOfMembersInCluster  : dump;
48unsigned[1] totalInitialConditions  : dump;
49
50pad padding_loc28_1(19);
51
52
53#!    + information about probabilities (they have already probabilities)
54#!    + information about clustering    (they save it as ASCII, at the moment...)
55