libsim Versione 7.2.1

◆ griddim_set_central_lon()

subroutine, public griddim_set_central_lon ( type(griddim_def), intent(inout) this,
double precision, intent(in) lonref )

Euristically reset the approximate central longitude of the grid to a value compatible to the provided longitude lonref.

The method depends on the projection used.

Parametri
[in,out]thisgrid descriptor
[in]lonrefreference longitude

Definizione alla linea 815 del file grid_class.F90.

816 CALL grib_get_dmiss(gaid,'stretchingFactor', &
817 this%grid%proj%stretched%stretch_factor)
818 IF (c_e(this%grid%proj%stretched%stretch_factor)) &
819 this%grid%proj%stretched%stretch_factor = this%grid%proj%stretched%stretch_factor*1.0d-6
820ENDIF
821
822! Projection-dependent keys

Generated with Doxygen.