eccodes/definitions/grib2/template.3.stretching.def

20 lines
716 B
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
2023-08-06 12:57:28 +00:00
# Latitude of the pole of stretching
signed[4] latitudeOfThePoleOfStretching : edition_specific,no_copy;
2013-03-25 12:04:10 +00:00
2023-08-06 12:57:28 +00:00
# Longitude of the pole of stretching
signed[4] longitudeOfThePoleOfStretching : edition_specific,no_copy;
2013-03-25 12:04:10 +00:00
meta geography.latitudeOfStretchingPoleInDegrees
scale(latitudeOfThePoleOfStretching,oneConstant,grib2divider,truncateDegrees) : dump;
meta geography.longitudeOfStretchingPoleInDegrees
scale(longitudeOfThePoleOfStretching,oneConstant,grib2divider,truncateDegrees) : dump;
2023-08-06 12:57:28 +00:00
# Stretching factor
unsigned[4] stretchingFactorScaled : edition_specific,no_copy;
2013-03-25 12:04:10 +00:00
2023-08-06 12:57:28 +00:00
meta geography.stretchingFactor
scale(stretchingFactorScaled,oneConstant,grib2divider) : dump;
2016-05-11 16:51:17 +00:00