next up previous contents
Next: control_spmd Up: Fortran: Module Interface controlMod Previous: control_setNL   Contents

control_init


INTERFACE:

   subroutine control_init( )
DESCRIPTION:

Initialize CLM run control information


USES:

     use clm_time_manager , only : set_timemgr_init, is_perpetual, get_timemgr_defaults
 #if (defined CASA)
     use CASAMod          , only : lnpp, lalloc, q10, spunup, fcpool
 #endif
     use fileutils        , only : getavu, relavu
     use shr_string_mod   , only : shr_string_getParentDir
     use clm_varctl       , only : clmvarctl_init, set_clmvarctl, nsrBranch, nsrStartup, &
                                   nsrContinue
 
     implicit none
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15