This file is indexed.

/usr/share/eccodes/definitions/tide/section.1.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
50
51
52
53
54
# 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.
#

section_length[3] section1Length ;
unsigned[1] gribTablesVersionNo ;
codetable[1] centre 'grib1/0.table';
alias ls.centre=centre;

unsigned[1] generatingProcessIdentifier ;

unsigned[1] gridDefinition ;

flags[1] flag 'grib1/1.table';

codetable[1] indicatorOfParameter 'grib1/2.[centre:l].[gribTablesVersionNo:l].table';

codetable[1] indicatorOfTypeOfLevel 'grib1/3.table' : string_type,edition_specific;
alias ls.levelType = indicatorOfTypeOfLevel;
codetable[2] heightPressureEtcOfLevels 'grib1/3.table';

#  Year of century
# NOTE 6 NOT FOUND
unsigned[1] yearOfCentury ;

#  Month
unsigned[1] month ;

#  Day
unsigned[1] day;

#  Hour
unsigned[1] hour ;

#  Minute
unsigned[1] minute ;

#  Indicator of unit of time range
codetable[1] indicatorOfUnitOfTimeRange 'grib1/4.table';

#  P1 - Period of time
# (number of time units)
unsigned[1] periodOfTime ;

alias   P1  = periodOfTime ;

#  P2 - Period of time
# (number of time units)
unsigned[1] periodOfTimeIntervals ;