/usr/share/eccodes/definitions/mars/grib.enfo.fp.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 | #TODO assert(localDefinitionNumber == 5);
# This is obsolete. Here for backward compatibility
if(startStep == endStep)
{
alias mars.step = endStep;
}
else
{
if((paramId == 131228) && (class == 1))
{
if(startStep == endStep - 24)
{
alias mars.step = endStep;
}
else
{
transient patch_precip_fp = 24;
meta stepRange g1step_range(P1,P2,timeRangeIndicator,unitOfTimeRange,stepUnits,stepType,patch_precip_fp) : dump,read_only;
alias mars.step = stepRange;
}
}
else
{
alias mars.step = stepRange;
}
}
alias mars.number = forecastProbabilityNumber;
|