This file is indexed.

/usr/share/eccodes/definitions/grib1/local.214.245.def is in libeccodes-data 2.6.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Copyright 2005-2017 ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
# 
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
#

# START 1/local.98.245 ----------------------------------------------------------------------
# LOCAL 214 98 245
#
#!
#!       localDefinitionTemplate_245
#!       ---------------------------
#!
#! # Members iformation of
#! # SREPS Short-Range EPS
#!
#! Last update: 20070323
#!
#!Description                    Octet   Code    Ksec1   Count
#!-----------                    -----   ----    -----   -----
#!
#localDefinitionNumber           41      I1      37      -
#class                           42      I1      38      -
#type                            43      I1      39      -
#stream                          44      I2      40      -
#experimentVersionNumber         46      A4      41      -
#number                          50      I1      42      -
#total                           51      I1      43      -
#Model_Identifier                52      A8      44      -
#LBC_Initial_Conditions          60      A8      46      -
#Model_LBC_Member_Identifier     68      A4      48      -
#Model_Additional_Information    72      A8      49      -
#zeroForFutureDevelopments       80      PAD     51      20
#Extra_Data_FreeFormat_(0=none)  100     I2      71      -
#Data_Descriptor_Bytes           102     BYTES   72      Extra_Data_FreeFormat_(0=none)
#padToAMultipleOf80Bytes         103     PADFROM n/a     80
#!
#

template mars_labeling "grib1/mars_labeling.def";

unsigned[1] perturbationNumber : dump;
alias number = perturbationNumber;

unsigned[1] numberOfForecastsInEnsemble : dump ;

ascii[8]    'Model_Identifier' ;
ascii[8]    'LBC_Initial_Conditions' ;
ascii[4]    'Model_LBC_Member_Identifier' ;
ascii[8]    'Model_Additional_Information' ;

pad padding_loc245_1(20);

unsigned[2]  Extra_Data_FreeFormat_0_none  : dump ;
position offsetFreeFormData;
unsigned[1] freeFormData[Extra_Data_FreeFormat_0_none] : dump ;

#
padtomultiple padding_loc245_2(offsetSection1,80);
#

# END   1/local.98.245 ----------------------------------------------------------------------