next up previous contents
Next: Fortran: Module Interface clm_driver Up: Fortran: Module Interface clm_comp Previous: clm_run1   Contents

clm_run2


INTERFACE:

   subroutine clm_run2( nextsw_cday, rstwr, nlend, rdate )
DESCRIPTION:

land model run2 phase


USES:

     use shr_orb_mod     , only : shr_orb_decl
     use clm_time_manager, only : get_nstep, get_step_size, get_curr_calday
     use clm_varorb      , only : eccen, mvelpp, lambm0, obliqr
     use clm_driver      , only : clm_driver2
ARGUMENTS:
     real(r8)                 ,intent(in) :: nextsw_cday ! calendar day for nextsw_cday
     logical                  ,intent(in) :: rstwr    ! true => write restart file this step
     logical                  ,intent(in) :: nlend    ! true => end run this step
     character(len=*)         ,intent(in) :: rdate    ! time stamp for restart file names
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21