libsim Versione 7.2.1
|
◆ griddim_central_lon()
Euristically determine the approximate central longitude of the grid in degrees. The method depends on the projection used.
Definizione alla linea 802 del file grid_class.F90. 803! # TODO: Is it a float? Is it signed?
804IF (editionnumber == 1) THEN
805 CALL grib_get_dmiss(gaid,'longitudeOfStretchingPoleInDegrees', &
806 this%grid%proj%stretched%longitude_stretch_pole)
807 CALL grib_get_dmiss(gaid,'latitudeOfStretchingPoleInDegrees', &
808 this%grid%proj%stretched%latitude_stretch_pole)
|