libsim  Versione 7.1.9

◆ griddim_central_lon()

double precision function, public grid_class::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 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', &

Generated with Doxygen.