libsim  Versione 7.2.6

◆ 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 914 del file grid_class.F90.

915 
916 ! compute projected extremes from lon and lat of first point
917  CALL grib_get(gaid,'longitudeOfFirstGridPointInDegrees',lofirst)
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
922  CALL l4f_category_log(this%category,l4f_debug, &

Generated with Doxygen.