libsim Versione 7.2.0

◆ griddim_setsteps()

subroutine, public griddim_setsteps ( type(griddim_def), intent(inout)  this)

Compute and set grid steps.

Parametri
[in,out]thisgeneric grid descriptor

Definizione alla linea 917 del file grid_class.F90.

918 CALL grib_get(gaid,'latitudeOfFirstGridPointInDegrees',lafirst)
919 CALL long_reset_0_360(lofirst)
920 CALL long_reset_to_cart_closest(this%grid%proj%lov, lofirst)
921#ifdef DEBUG

Generated with Doxygen.