next up previous contents index
Next: map_dc2sn_sl_real Up: Module decompMod (File: decompMod.F90) Previous: get_proc_clumps   Contents   Index


get_gcell_xyind


INTERFACE:

    subroutine get_gcell_xyind(lbg, ubg, ixy, jxy)
DESCRIPTION:

Retrieve x,y indices of a gridcell.


ARGUMENTS:

      implicit none
      integer, intent(in) :: lbg
      integer, intent(in) :: ubg
      integer, pointer    :: ixy(:)
      integer, pointer    :: jxy(:)
REVISION HISTORY:
   2003.09.12  Mariana Vertenstein  Creation.



Mariana Vertenstein 2004-06-21