next up previous contents
Next: bin_2darray_int Up: Routine/Function Prologues Previous: initSurfalb (Source File: initSurfAlbMod.F90)   Contents

Fortran: Module Interface iobinary (Source File: iobinary.F90)

Set of wrappers to write binary I/O


USES:

   use shr_kind_mod, only: r8 => shr_kind_r8
   use spmdMod        , only : masterproc, mpicom, MPI_REAL8, MPI_INTEGER, &
                               MPI_LOGICAL
   use spmdGathScatMod, only : scatter_data_from_master, gather_data_to_master
   use decompMod      , only : get_clmlevel_gsize
   use abortutils     , only : endrun
   use clm_varctl     , only : iulog
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   interface bin_iolocal
      module procedure bin_2darray_int
      module procedure bin_2darray_real
   end interface
REVISION HISTORY:
   Created by Mariana Vertenstein
   Updated by tcraig, 3/2007
PRIVATE MEMBER FUNCTIONS:




Subsections

Erik Kluzek 2010-06-21