Euristically determine the approximate central longitude of the grid in degrees.
The method depends on the projection used.
- Parametri
-
[in,out] | this | grid descriptor |
Definizione alla linea 808 del file grid_class.F90.
809 CALL grib_get_dmiss(gaid,
'stretchingFactor', &
810 this%grid%proj%stretched%stretch_factor)
811 ELSE IF (editionnumber == 2)
THEN
812 CALL grib_get_dmiss(gaid,
'longitudeOfThePoleOfStretching', &
813 this%grid%proj%stretched%longitude_stretch_pole)
814 CALL grib_get_dmiss(gaid,
'latitudeOfThePoleOfStretching', &