libsim  Versione6.3.0

◆ griddim_steps()

subroutine grid_class::griddim_steps ( type(griddim_def), intent(in)  this,
integer, intent(in)  nx,
integer, intent(in)  ny,
double precision, intent(out)  dx,
double precision, intent(out)  dy 
)
private

Compute and return grid steps.

Parametri
[in]thisgeneric grid descriptor
[in]nxnumber of points along x direction
[in]nynumber of points along y direction
[out]dxgrid step along x direction
[out]dygrid step along y direction

Definizione alla linea 921 del file grid_class.F90.

921  this%grid%grid%ymax = y1
922  this%grid%grid%ymin = y1 - this%grid%grid%dy*dble(this%dim%ny - 1)
923  ELSE
924  this%grid%grid%ymin = y1
925  this%grid%grid%ymax = y1 + this%grid%grid%dy*dble(this%dim%ny - 1)
926  ENDIF
927 ! keep these values for personal pleasure
928  this%grid%proj%polar%lon1 = lofirst

Generated with Doxygen.