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.245 ----------------------------------------------------------------------
11# LOCAL 214 98 245
12#
13#!
14#!       localDefinitionTemplate_245
15#!       ---------------------------
16#!
17#! # Members iformation of
18#! # SREPS Short-Range EPS
19#!
20#! Last update: 20070323
21#!
22#!Description                    Octet   Code    Ksec1   Count
23#!-----------                    -----   ----    -----   -----
24#!
25#localDefinitionNumber           41      I1      37      -
26#class                           42      I1      38      -
27#type                            43      I1      39      -
28#stream                          44      I2      40      -
29#experimentVersionNumber         46      A4      41      -
30#number                          50      I1      42      -
31#total                           51      I1      43      -
32#Model_Identifier                52      A8      44      -
33#LBC_Initial_Conditions          60      A8      46      -
34#Model_LBC_Member_Identifier     68      A4      48      -
35#Model_Additional_Information    72      A8      49      -
36#zeroForFutureDevelopments       80      PAD     51      20
37#Extra_Data_FreeFormat_(0=none)  100     I2      71      -
38#Data_Descriptor_Bytes           102     BYTES   72      Extra_Data_FreeFormat_(0=none)
39#padToAMultipleOf80Bytes         103     PADFROM n/a     80
40#!
41#
42
43template mars_labeling "grib1/mars_labeling.def";
44
45unsigned[1] perturbationNumber : dump;
46alias number = perturbationNumber;
47
48unsigned[1] numberOfForecastsInEnsemble : dump ;
49
50ascii[8]    'Model_Identifier' ;
51ascii[8]    'LBC_Initial_Conditions' ;
52ascii[4]    'Model_LBC_Member_Identifier' ;
53ascii[8]    'Model_Additional_Information' ;
54
55pad padding_loc245_1(20);
56
57unsigned[2]  Extra_Data_FreeFormat_0_none  : dump ;
58position offsetFreeFormData;
59unsigned[1] freeFormData[Extra_Data_FreeFormat_0_none] : dump ;
60
61#
62padtomultiple padding_loc245_2(offsetSection1,80);
63#
64
65# END   1/local.98.245 ----------------------------------------------------------------------
66