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
11# START 1/local.98.3 ----------------------------------------------------------------------
12# LOCAL 98 3
13#
14# localDefinitionTemplate_003
15# ---------------------------
16#
17# Description            Octet    Code    Ksec1    Count
18# -----------            -----    ----    -----    -----
19#localDefinitionNumber       41  I1  37  -
20#class                       42  I1  38  -
21#type                        43  I1  39  -
22#stream                      44  I2  40  -
23#experimentVersionNumber     46  A4  41  -
24#band                        50  I1  42  -
25#functionCode                51  I1  43  -
26#spareSetToZero              52  PAD n/a 1
27#
28
29constant GRIBEXSection1Problem = 52 - section1Length ;
30
31template mars_labeling "grib1/mars_labeling.def";
32constant operStream = "oper";
33alias mars.stream = operStream;
34
35
36unsigned[1] band  : dump;
37alias mars.obstype = band;
38
39meta  marsIdent   sprintf("%d",indicatorOfTypeOfLevel) : dump;
40alias mars.ident = marsIdent;
41
42unsigned[1] functionCode  : dump;
43
44pad padding_loc3_1(1);
45
46# END   1/local.98.3 ----------------------------------------------------------------------
47