/usr/share/eccodes/definitions/grib3/template.component.7.0.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 | # Observable Property Template Component 7.0 - Observable property by discipline, category and number
# Parameter discipline
codetable[1] parameterDiscipline('7.1.table',masterDir,localDir) : dump;
alias discipline = parameterDiscipline;
# Parameter category
codetable[1] parameterCategory ('7.2.[discipline:i].table',masterDir,localDir) : dump;
# Parameter number
codetable[2] parameterNumber ('7.3.[discipline:i].[parameterCategory:i].table',masterDir,localDir) : dump;
meta parameterUnits codetable_units(parameterNumber) : dump;
meta parameterName codetable_title(parameterNumber) : dump;
|