eccodes/definitions/grib2/template.3.1000.def

57 lines
1.9 KiB
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
# TEMPLATE 3.1000, Cross-section grid, with points equally spaced on the horizontal
# This template is simply experimental, was not validated at the time of publication
# and should be used only for bilateral previously agreed tests
transient template_is_experimental = 1 : hidden ;
2024-01-16 12:40:17 +00:00
include "grib2/template.3.shape_of_the_earth.def"
2013-03-25 12:04:10 +00:00
constant isGridded = true;
2013-03-25 12:04:10 +00:00
# Number of horizontal points
unsigned[4] numberOfHorizontalPoints : dump ;
2013-03-25 12:04:10 +00:00
# Basic angle of the initial production domain
2013-03-25 12:04:10 +00:00
unsigned[4] basicAngleOfTheInitialProductionDomain = 0;
# Subdivisions of basic angle used to define extreme longitudes and latitudes
2024-01-16 12:40:17 +00:00
unsigned[4] subdivisionsOfBasicAngle = missing() : can_be_missing;
2013-03-25 12:04:10 +00:00
2024-01-16 12:40:17 +00:00
# Latitude of first grid point
2013-03-25 12:04:10 +00:00
signed[4] latitudeOfFirstGridPoint : edition_specific ;
alias La1 = latitudeOfFirstGridPoint;
2013-03-25 12:04:10 +00:00
2024-01-16 12:40:17 +00:00
# Longitude of first grid point
unsigned[4] longitudeOfFirstGridPoint : edition_specific;
alias Lo1 = longitudeOfFirstGridPoint;
2013-03-25 12:04:10 +00:00
2024-01-16 12:40:17 +00:00
include "grib2/template.3.scanning_mode.def"
2013-03-25 12:04:10 +00:00
2024-01-16 12:40:17 +00:00
# Latitude of last grid point
2013-03-25 12:04:10 +00:00
signed[4] latitudeOfLastGridPoint : edition_specific;
alias La2 = latitudeOfLastGridPoint;
2024-01-16 12:40:17 +00:00
# Longitude of last grid point
unsigned[4] longitudeOfLastGridPoint: edition_specific ;
2013-03-25 12:04:10 +00:00
alias Lo2 = longitudeOfLastGridPoint;
2024-01-16 12:40:17 +00:00
# Type of horizontal line
2013-03-25 12:04:10 +00:00
codetable[1] typeOfHorizontalLine ('3.20.table',masterDir,localDir) : dump ;
# Number of vertical points
unsigned[2] numberOfVerticalPoints : dump ;
2013-03-25 12:04:10 +00:00
# Physical meaning of vertical coordinate
2013-03-25 12:04:10 +00:00
codetable[1] meaningOfVerticalCoordinate ('3.15.table',masterDir,localDir) : dump ;
# Vertical dimension coordinate values definition
2013-03-25 12:04:10 +00:00
codetable[1] verticalCoordinate ('3.21.table',masterDir,localDir) : dump ;
2024-01-16 12:40:17 +00:00
# Number of coefficients or values used to specify vertical coordinates
unsigned[2] NC : dump ;
2013-03-25 12:04:10 +00:00
2024-01-16 12:40:17 +00:00
# Octets 67-(66+NC*4): Coefficients to define vertical dimension coordinate values in functional form, or the explicit coordinate values
2013-03-25 12:04:10 +00:00
# (IEEE 32-bit floating-point values)