/usr/share/eccodes/definitions/grib3/template.component.7.3.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 | # Observable Property Template Component 7.3 - Aerosol size
codetable[1] typeOfSizeInterval ('7.4.table',masterDir,localDir) : dump;
alias typeOfIntervalForFirstAndSecondSize=typeOfSizeInterval;
signed[1] scaleFactorOfFirstSize : dump;
signed[4] scaledValueOfFirstSize :dump; # in metres
signed[1] scaleFactorOfSecondSize = missing() : can_be_missing,dump;
signed[4] scaledValueOfSecondSize = missing() : can_be_missing,dump; # in metres
|