libsim Versione 7.2.4

◆ griddim_central_lon()

double precision function, public griddim_central_lon ( type(griddim_def), intent(inout) this)

Euristically determine the approximate central longitude of the grid in degrees.

The method depends on the projection used.

Parametri
[in,out]thisgrid descriptor

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)

Generated with Doxygen.