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.40 ----------------------------------------------------------------------
11# LOCAL 98 40
12#
13# localDefinitionTemplate_040
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#model                           52      I2
26#domain                          54      I2
27#spareSetToZero                  56
28
29constant GRIBEXSection1Problem = 56 - section1Length ;
30
31template mars_labeling "grib1/mars_labeling.def";
32
33unsigned[1] perturbationNumber           : dump;
34alias number = perturbationNumber;
35
36unsigned[1] numberOfForecastsInEnsemble  : dump;
37alias totalNumber=numberOfForecastsInEnsemble;
38
39#1->2
40alias grib2LocalSectionPresent=present;
41constant grib2LocalSectionNumber=1;
42
43codetable[2] marsModel "mars/model.[centre:l].table" = "cosmo" : dump,lowercase ;
44alias mars.model = marsModel;
45
46codetable[2] marsDomain "mars/domain.[centre:l].table" = "s" : dump,lowercase ;
47alias mars.domain = marsDomain;
48
49pad padding_local40_1(1);
50
51# END   1/local.98.40 ----------------------------------------------------------------------
52
53