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 CraigLOCAL VARIABLES: