INTERFACE:
subroutine readin_2darray_int (iu, iarr, clmlevel)DESCRIPTION:
Wrapper routine to read integer 2d array from restart binary fileARGUMENTS:
implicit none
integer, intent(in) :: iu !input unit
integer, pointer :: iarr(:,:) !input data
character(len=*), intent(in) :: clmlevel !type of input data
REVISION HISTORY: