This file is indexed.

/usr/share/eccodes/definitions/grib1/local.98.21.def is in libeccodes-data 2.0.2-5.

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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Copyright 2005-2016 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.21 ----------------------------------------------------------------------
# LOCAL 98 21
#
# localDefinitionTemplate_021
# ---------------------------
#
# 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  -
#forecastOrSingularVectorNumber      50  I2  42  -
#numberOfIterations                  52  I2  43  -
#numberOfSingularVectorsComputed     54  I2  44  -
#normAtInitialTime                   56  I1  45  -
#normAtFinalTime                     57  I1  46  -
#multiplicationFactorForLatLong      58  I4  47  -
#northWestLatitudeOfVerficationArea  62  S4  48  -
#northWestLongitudeOfVerficationArea 66  S4  49  -
#southEastLatitudeOfVerficationArea  70  S4  50  -
#southEastLongitudeOfVerficationArea 74  S4  51  -
#accuracyMultipliedByFactor          78  I4  52  -
#numberOfSingularVectorsEvolved      82  I2  53  -
#!Ritz numbers:
#NINT(LOG10(RITZ)-5)                 84  S4  54  -
#NINT(RITZ/(EXP(LOG(10.0*KSEC1(54))  88  S4  55  -
#optimisationTime                    92  I1  56  -
#forecastLeadTime                    93  I1  57  -
#domain                              94  A1  58  -
#methodNumber                        95  I2  59  -
#totalNumberOfForecastsInEnsemble    97  I2  60  -
#shapeOfVerificationArea             99  I1  61  -
#spareSetToZero                      100 PAD n/a 1
#

constant GRIBEXSection1Problem = 100 - section1Length ;

template mars_labeling "grib1/mars_labeling.def";

unsigned[2] forecastOrSingularVectorNumber  : dump;

unsigned[2] numberOfIterations  : dump;

unsigned[2] numberOfSingularVectorsComputed  : dump;

unsigned[1] normAtInitialTime  : dump;

unsigned[1] normAtFinalTime  : dump;

unsigned[4] multiplicationFactorForLatLong  : dump;

signed[4] northWestLatitudeOfVerficationArea  : dump;

signed[4] northWestLongitudeOfVerficationArea  : dump;

signed[4] southEastLatitudeOfVerficationArea  : dump;

signed[4] southEastLongitudeOfVerficationArea  : dump;

unsigned[4] accuracyMultipliedByFactor  : dump;

unsigned[2] numberOfSingularVectorsEvolved  : dump;

# Ritz numbers:
signed[4] NINT_LOG10_RITZ  : dump;

signed[4] NINT_RITZ_EXP  : dump;

unsigned[1] optimisationTime  : dump;
alias mars.opttime = optimisationTime;

unsigned[1] forecastLeadTime  : dump;
alias mars.leadtime = forecastLeadTime;

ascii[1] marsDomain  : dump;

unsigned[2] methodNumber  : dump;

unsigned[2] numberOfForecastsInEnsemble  : dump;

unsigned[1] shapeOfVerificationArea  : dump;

# spareSetToZero
pad padding_loc21_1(1);


# concept sensitiveAreaDomain(unknown,"sensitive_area_domain.def",conceptsMasterDir,conceptsLocalDir);
alias mars.domain = marsDomain;