This file is indexed.

/usr/share/eccodes/definitions/grib2/template.3.100.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copyright 2005-2016 ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
# 
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
#

# TEMPLATE 3.100, Triangular grid based on an icosahedron (see Attachment I.2-GRIB-Att.)

#  n2 - exponent of 2 for the number of intervals on main triangle sides
unsigned[1] n2  : dump ;

#  n3 - exponent of 3 for the number of intervals on main triangle sides
unsigned[1] n3  : dump ;

#  Ni - number of intervals on main triangle sides of the icosahedron
unsigned[2] Ni  : dump ;

#  nd - Number of diamonds
unsigned[1] nd  : dump ;
alias numberOfDiamonds=nd;

#  Latitude of the pole point of the icosahedron on the sphere
signed[4] latitudeOfThePolePoint  : dump ;
meta geography.latitudeOfThePolePointInDegrees scale(latitudeOfThePolePoint,one,grib2divider,truncateDegrees) : dump;

#  Longitude of the pole point of the icosahedron on the sphere
unsigned[4] longitudeOfThePolePoint  : dump ;
meta geography.longitudeOfThePolePointInDegrees g2lon(longitudeOfThePolePoint);

#  Longitude of the centre line of the first diamond of the icosahedron on the sphere
unsigned[4] longitudeOfFirstDiamondCenterLine  : dump ;
meta geography.longitudeOfFirstDiamondCenterLineInDegrees g2lon(longitudeOfFirstDiamondCenterLine);

#  Grid point position
codetable[1] gridPointPosition ('3.8.table',masterDir,localDir);

#  Numbering order of diamonds
flags[1] numberingOrderOfDiamonds 'grib2/tables/[tablesVersion]/3.9.table';

#  Scanning mode for one diamond
flags[1] scanningModeForOneDiamond 'grib2/tables/[tablesVersion]/3.10.table';

#  nt - total number of grid points
unsigned[4] totalNumberOfGridPoints  : dump ;

alias nt  = totalNumberOfGridPoints;