next up previous contents index
Next: getnum Up: Module iobinary (File: iobinary.F90) Previous: wrtout_2d_array_int   Contents   Index


wrtout_2darray_real


INTERFACE:

   subroutine wrtout_2darray_real (iu, rarr, clmlevel)
DESCRIPTION:

   Wrapper routine to write real array to restart binary file
ARGUMENTS:
     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



Mariana Vertenstein 2004-06-21