mirror of https://github.com/ecmwf/eccodes.git
57 lines
1.3 KiB
Modula-2
57 lines
1.3 KiB
Modula-2
# (C) Copyright 2005- 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 'common/c-1.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 ;
|
|
|
|
|