libsim Versione 7.2.1
|
◆ griddim_set_central_lon()
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.
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
|