INTERFACE:
subroutine scatter_1darray_int (alocal, aglobal, clmlevel)DESCRIPTION:
Wrapper routine to scatter 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
REVISION HISTORY:
Author: T CraigLOCAL VARIABLES: