next up previous contents
Next: Fortran: Module Interface CNSetValueMod 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 clm_varpar      , only : numrad
     use decompMod       , only : get_proc_bounds
     use clm_time_manager, only : is_restart
     use ncdio_pio
ARGUMENTS:
     implicit none
     type(file_desc_t)  :: ncid   ! netcdf id
     character(len=*), intent(in) :: flag   !'read' or 'write'
CALLED FROM:
   subroutine restart in module restFileMod
REVISION HISTORY:
   Author: Peter Thornton
LOCAL VARIABLES:




Erik Kluzek 2011-06-15