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 813 del file grid_class.F90.
813 this%grid%proj%stretched%longitude_stretch_pole)
814 CALL grib_get_dmiss(gaid,
'latitudeOfThePoleOfStretching', &
815 this%grid%proj%stretched%latitude_stretch_pole)
816 CALL grib_get_dmiss(gaid,
'stretchingFactor', &
817 this%grid%proj%stretched%stretch_factor)
818 IF (c_e(this%grid%proj%stretched%stretch_factor)) &