2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
signed[3] latitudeOfSouthernPole : edition_specific;
|
|
|
|
meta geography.latitudeOfSouthernPoleInDegrees scale(latitudeOfSouthernPole ,oneConstant,grib1divider,truncateDegrees) : dump;
|
|
|
|
|
|
|
|
signed[3] longitudeOfSouthernPole : edition_specific ;
|
|
|
|
meta geography.longitudeOfSouthernPoleInDegrees scale(longitudeOfSouthernPole ,oneConstant,grib1divider,truncateDegrees) : dump;
|
|
|
|
|
|
|
|
ibmfloat geography.angleOfRotationInDegrees : dump;
|
|
|
|
|
2015-08-14 13:23:48 +00:00
|
|
|
alias angleOfRotation =angleOfRotationInDegrees;
|
2020-03-14 12:20:54 +00:00
|
|
|
alias isRotatedGrid = one;
|