INTERFACE:
subroutine wrtout_2darray_real (iu, rarr, clmlevel)DESCRIPTION:
Wrapper routine to write real array to restart binary fileARGUMENTS:
implicit none
integer, intent(in) :: iu !input unit
real(r8), pointer :: rarr(:,:) !output data
character(len=*), intent(in) :: clmlevel !type of input data
REVISION HISTORY:
Created by Mariana Vertenstein