This file is indexed.

/usr/share/eccodes/definitions/grib2/local.98.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
#local section ECMWF

template mars_labeling "grib2/mars_labeling.def";
transient productDefinitionTemplateNumberInternal=-1;

meta localDefinitionNumber local_definition(grib2LocalSectionNumber,
                                            productDefinitionTemplateNumber,
                                            productDefinitionTemplateNumberInternal,
                                            type,
                                            stream,
                                            class,
                                            eps,
                                            stepType,
                                            derivedForecast);

meta eps g2_eps(productDefinitionTemplateNumber,
                type,
                stream,
                stepType,
                derivedForecast);

template  localSection  "grib2/local.98.[grib2LocalSectionNumber:l].def";
position offsetAfterLocalSection;
transient addExtraLocalSection=0;
transient deleteExtraLocalSection=0;
#transient extraLocalSectionPresent=section2Length - offsetAfterLocalSection + offsetSection2 ;
meta extraLocalSectionPresent evaluate (section2Length - offsetAfterLocalSection + offsetSection2 > 0 );
if (  ( extraLocalSectionPresent || addExtraLocalSection )  && ! deleteExtraLocalSection) {
    # extra local section present
    codetable[2] extraLocalSectionNumber 'grib2/grib2LocalSectionNumber.[centreForLocal:l].table' = 300 : dump;
    template  localSection  "grib2/local.98.[extraLocalSectionNumber:l].def";
}