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


map_dc2sn_ml1_int


INTERFACE:

    subroutine map_dc2sn_ml1_int(arraydc, arraysn, type1d, lb1, ub1, revord)
DESCRIPTION:

Maps a decomposition (dc) multilevel integer array into a south->north (sn) multilevel level integer array


USES:

     use clmtype, only : nameg, namel, namec, namep
ARGUMENTS:
      implicit none
      integer, pointer :: arraydc(:,:)
      integer, pointer :: arraysn(:,:)
      character(len=*), intent(in) :: type1d
      integer, intent(in) :: lb1
      integer, intent(in) :: ub1
      logical, intent(in), optional :: revord
REVISION HISTORY:
   2003.12.01  Mariana Vertenstein  Creation.



Mariana Vertenstein 2004-06-21