libsim Versione 7.1.11
|
◆ griddim_unproj()
Computes the geographical coordinates of all the grid points in the griddim_def object and stores them in the object itself. The this::dim::lon and this::dim:lat arrays are allocated, and upon return they will contain the coordinates' values. These arrays can be directly accessed by the user, and their association status should be checked with the ASSOCIATED() intrinsic before using them.
Definizione alla linea 636 del file grid_class.F90. 637DOUBLE PRECISION,INTENT(out) :: dy
638
639CALL grid_rect_steps(this%grid%grid, nx, ny, dx, dy)
640
641END SUBROUTINE griddim_steps
642
|