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


wrtout_2d_array_int


INTERFACE:

   subroutine wrtout_2darray_int (iu, iarr, clmlevel)
DESCRIPTION:

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



Mariana Vertenstein 2004-06-21