libsim  Versione7.2.1

◆ 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 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)) &

Generated with Doxygen.