This file is indexed.

/usr/share/eccodes/definitions/grib1/local.82.83.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
#!
#!Description                    Octet   Code    Ksec1   Count
#!-----------                    -----   ----    -----   -----
#!
# OCTETS 41-52 ARE DESCRIBED in local.82.0.def
#! Supplementary search-able keys
#Sort                            53      I1      45      -
#TimeRepres                      54      I1      46      -
#Landtype                        55      I1      47      -
#AerosolBinNumber                56-57   I2      48      -
#MolarMass                       58-59   I2      49      -
#! Info on log transformed fields
#LogTransform                    60      I1      50      -
#Threshold                       61-62   S2      51      -
#Reserved                        63      I1      52      -
#! Info for aerosols
#TotalAerosolBinsNumbers         64      I1      53      -
#IntegerScaleFactor              65      S1      54      -
#LowerRange                      66-67   I2      55      -
#UpperRange                      68-69   I2      56      -
#MeanSize                        70-71   I2      57      -
#StandardDeviation               72-73   I2      58      -
#PartDef                         74      PAD     n/a     7
################################################################
#
# author: Sebastien Villaume <Sebastien.Villaume@smhi.se>
# created: 6 Oct 2011
# modified: 20 Feb 2014
#
#########################
### LOCAL SECTION 83 ###
#########################

constant GRIBEXSection1Problem = 80 - section1Length;

# base file: contains keywords always present
include "grib1/local.82.0.def";

# extra keywords specific to local definition 83 (MATCH)
codetable[1]    matchSort	        "grib1/localConcepts/eswi/sort.table"              : dump,long_type;
codetable[1]	matchTimeRepres	        "grib1/localConcepts/eswi/timerepres.table"        : dump,long_type;
codetable[1]	matchLandType	        "grib1/localConcepts/eswi/landtype.table"          : dump,long_type;
codetable[2]	matchAerosolBinNumber	"grib1/localConcepts/eswi/aerosolbinnumber.table"  : dump,long_type;
unsigned[2]		molarMass               : dump;
unsigned[1]		logTransform            :dump;
signed[2]		threshold               : dump;
unsigned[1]		reserved                : dump;
unsigned[1]		totalAerosolBinsNumbers	: dump;
signed[1]		integerScaleFactor      : dump;
unsigned[2]		lowerRange              : dump;
unsigned[2]		upperRange              : dump;
unsigned[2]		meanSize                : dump;
unsigned[2]		standardDeviation       : dump;
pad padding_local1_1(7);