INTERFACE:
subroutine wrtout_2darray_int (iu, iarr, clmlevel)DESCRIPTION:
Wrapper routine to write integer array to restart binary fileARGUMENTS:
implicit none
integer, intent(in) :: iu !output unit
integer, pointer :: iarr(:,:) !output data
character(len=*), intent(in) :: clmlevel !output data 1d type
REVISION HISTORY:
Created by Mariana Vertenstein