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.24 ----------------------------------------------------------------------
11# LOCAL 98 24
12#
13# localDefinitionTemplate_024
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#satelliteIdentifier         50  I2  42  -
24#instrumentIdentifier        52  I2  43  -
25#channelNumber               54  I2  44  -
26#functionCode                56  I1  45  -
27#
28
29constant GRIBEXSection1Problem = 56  - section1Length ;
30
31unsigned[2] satelliteIdentifier  : dump;
32alias mars.ident = satelliteIdentifier;
33
34unsigned[2] instrumentIdentifier  : dump;
35alias mars.instrument = instrumentIdentifier;
36
37unsigned[2] channelNumber : dump ;
38alias mars.channel = channelNumber;
39
40unsigned[1] functionCode : dump ;
41
42
43# END   1/local.98.24 ----------------------------------------------------------------------
44