libsim  Versione6.3.0

◆ griddim_unproj()

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

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.

Parametri
[in,out]thisdefinition of projection and grid

Definizione alla linea 656 del file grid_class.F90.

656 ELEMENTAL FUNCTION griddim_eq(this, that) RESULT(res)
657 TYPE(griddim_def),INTENT(IN) :: this, that
658 LOGICAL :: res
659 
660 res = this%grid == that%grid .AND. &
661  this%dim == that%dim

Generated with Doxygen.