This file is indexed.

/usr/share/eccodes/definitions/mars/grib.edmm.fc.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
# assert(local=1)
meta verificationDate         g1verificationdate(dataDate, dataTime, endStep) : read_only;
meta monthlyVerificationDate  g1monthlydate(verificationDate) : dump,no_copy;
alias mars.date             = monthlyVerificationDate;

# class e4
# constant six = 6;

# There was some forecast data produced incorrectly for stream=edmm with class=em
# An exception is required for backward compatibility for the wrongly encoded data
# See GRIB-422, GRIB-497, GRIB-833
#
if (class is "em" || class is "e2" || class is "ea" || class is "ep")
{
   alias mars.step = endStep;
}
else
{
   alias mars.step = startStep;
}

alias mars.number=perturbationNumber;