libsim Versione 7.2.0

◆ griddim_steps()

subroutine 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 904 del file grid_class.F90.

905! WMO says: Grid lengths are in units of metres, at the secant cone
906! intersection parallel nearest to the pole on the projection plane.
907 this%grid%proj%polar%lad = this%grid%proj%polar%latin1
908 ELSE IF (editionnumber == 2) THEN
909 CALL grib_get(gaid,'LaDInDegrees',this%grid%proj%polar%lad)
910 ENDIF
911#ifdef DEBUG
912 CALL l4f_category_log(this%category,l4f_debug, &

Generated with Doxygen.