next up previous contents
Next: is_restart Up: Fortran: Module Interface CNrestMod Previous: Fortran: Module Interface CNrestMod   Contents

CNRest


INTERFACE:

   subroutine CNRest ( ncid, flag )
DESCRIPTION:

Read/write CN restart data


USES:

     use clmtype
     use clm_atmlnd, only : clm_a2l
     use ncdio
     use clm_varpar, only : numrad
     use decompMod , only : get_proc_bounds
ARGUMENTS:
     implicit none
     integer, intent(in) :: ncid            ! restart unit 
     character(len=*), intent(in) :: flag   !'read' or 'write'
CALLED FROM:
   subroutine restart in module restFileMod
REVISION HISTORY:
   Author: Peter Thornton
LOCAL VARIABLES:




Erik Kluzek 2010-06-21