This file is indexed.

/usr/share/eccodes/definitions/grib3/template.component.7.1.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.1 - Units conversion

ieeefloat unitsConversionScaleFactor : dump, edition_specific,no_copy;
ieeefloat unitsConversionOffset : dump, edition_specific,no_copy;

alias ucs = unitsConversionScaleFactor;
alias uco = unitsConversionOffset;

# Notes:
# Units conversion scale factor (ucs) and offset (uco) shall be used to encode fields in units different
# from the units reported in table 7.3.
# If the values encoded in the GRIB message are 've', then the values 'v' in the units provided in table 7.3
# shall be: v = ucs*ve + uco