2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2023-06-01 15:44:32 +00:00
|
|
|
signed[3] latitudeOfSouthernPole : edition_specific, no_copy;
|
|
|
|
meta geography.latitudeOfSouthernPoleInDegrees scale(latitudeOfSouthernPole ,oneConstant,grib1divider,truncateDegrees): dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2023-06-01 15:44:32 +00:00
|
|
|
signed[3] longitudeOfSouthernPole : edition_specific, no_copy;
|
|
|
|
meta geography.longitudeOfSouthernPoleInDegrees scale(longitudeOfSouthernPole ,oneConstant,grib1divider,truncateDegrees): dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
ibmfloat geography.angleOfRotationInDegrees : dump;
|
|
|
|
|
2023-11-22 10:51:00 +00:00
|
|
|
alias angleOfRotation = angleOfRotationInDegrees;
|
|
|
|
alias isRotatedGrid = true;
|