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

bin_2darray_int


INTERFACE:

   subroutine bin_2darray_int (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
     integer, 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