libsim Versione 7.1.11
|
◆ griddim_central_lon()
Euristically determine the approximate central longitude of the grid in degrees. The method depends on the projection used.
Definizione alla linea 808 del file grid_class.F90. 809 CALL grib_get_dmiss(gaid,'stretchingFactor', &
810 this%grid%proj%stretched%stretch_factor)
811ELSE 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', &
|