next up previous contents
Next: mkarbinit Up: Fortran: Module Interface iobinary Previous: bin_2darray_int   Contents

bin_2darray_real


INTERFACE:

   subroutine bin_2darray_real (iu, arrayin, clmlevel, flag)
DESCRIPTION:

Wrapper routine to read/write integer 2d array from restart binary file


ARGUMENTS:

     implicit none
     integer, intent(in) :: iu                  !input unit
     real(r8), pointer   :: arrayin(:,:)        !input data
     character(len=*), intent(in) :: clmlevel   !type of input data
     character(len=*), intent(in) :: flag       !'read' or 'write'
REVISION HISTORY:
   Created by Mariana Vertenstein
   Updated by tcraig, 3/2007
LOCAL VARIABLES:




Erik Kluzek 2010-06-21