libsim  Versione7.2.1

◆ griddim_setsteps()

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

Compute and set grid steps.

Parametri
[in,out]thisgeneric grid descriptor

Definizione alla linea 928 del file grid_class.F90.

928  CALL proj(this, lofirst, lafirst, x1, y1)
929  IF (iscansnegatively == 0) THEN
930  this%grid%grid%xmin = x1
931  this%grid%grid%xmax = x1 + this%grid%grid%dx*dble(this%dim%nx - 1)

Generated with Doxygen.