This file is indexed.

/usr/share/eccodes/definitions/grib3/local.85.1.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
transient defaultFaFieldName = "";
transient defaultFaLevelName = "";
transient defaultFaModelName = "";

concept faFieldName (defaultFaFieldName,"faFieldName.def",conceptsMasterDir,conceptsLocalDirAll) : no_copy;
concept faLevelName (defaultFaLevelName,"faLevelName.def",conceptsMasterDir,conceptsLocalDirAll) : no_copy;
concept faModelName (defaultFaModelName,"faModelName.def",conceptsMasterDir,conceptsLocalDirAll) : no_copy;

# 0 = Accumulation or time range from last event
# 1 = Accumulation or time range from the start 
transient LSTCUM = 0;

# Scaling factor for levels
transient ZLMULT = 1.;
# Base value for levels
transient ZLBASE = 0.;

# Name in FA
ascii[16]     CLNOMA : dump;
# Encoding method
unsigned[8]   INGRIB : dump;
# Spectral/grid-point
unsigned[8]   LLCOSP : dump;
# Number of bits used to encode each value
unsigned[8]   INBITS : dump;

# FA scaling factor
signed[8]     FMULTM = 1 : dump;
signed[8]     FMULTE = 0 : dump;