eccodes/definitions/grib2/templates/template.3.rotation.def

22 lines
839 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-16 14:03:40 +00:00
# Latitude of the southern pole of projection
2013-03-25 12:04:10 +00:00
signed[4] latitudeOfSouthernPole : no_copy;
alias latitudeOfTheSouthernPoleOfProjection=latitudeOfSouthernPole;
2023-08-16 14:03:40 +00:00
# Longitude of the southern pole of projection
2013-03-25 12:04:10 +00:00
unsigned[4] longitudeOfSouthernPole : no_copy;
alias longitudeOfTheSouthernPoleOfProjection=longitudeOfSouthernPole;
2023-08-16 14:03:40 +00:00
meta geography.latitudeOfSouthernPoleInDegrees scale(latitudeOfSouthernPole
2013-03-25 12:04:10 +00:00
,one,grib2divider,truncateDegrees) : dump;
2023-08-16 14:03:40 +00:00
meta geography.longitudeOfSouthernPoleInDegrees g2lon(longitudeOfSouthernPole) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Angle of rotation of projection
2013-03-25 12:04:10 +00:00
ieeefloat angleOfRotation : dump,edition_specific ;
alias geography.angleOfRotationInDegrees=angleOfRotation;
alias angleOfRotationOfProjection=angleOfRotation;
alias isRotatedGrid = true;