next up previous contents
Next: scatter_1darray_real Up: Fortran: Module Interface spmdGathScatMod Previous: scatter_1darray_int   Contents

gather_1darray_int


INTERFACE:

   subroutine gather_1darray_int (alocal, aglobal, clmlevel, missing)
DESCRIPTION:

Wrapper routine to gather int 1d array


USES:

ARGUMENTS:
     implicit none
     integer , pointer            :: alocal(:)       ! local  data (output)
     integer , pointer            :: aglobal(:)      ! global data (input)
     character(len=*) ,intent(in) :: clmlevel    ! type of input grid
     integer ,optional,intent(in) :: missing     ! missing value
REVISION HISTORY:
   Author: T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15