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

control_print


INTERFACE:

   subroutine control_print ()
DESCRIPTION:

Write out the clm namelist run control variables


USES:

     use clm_varctl,      only : source, rpntdir, rpntfil, nsrStartup, nsrBranch, &
                                 nsrContinue
 #ifdef CN
     use CNAllocationMod, only : suplnitro, suplnNon
 #endif
 #ifdef RTM
     use clm_varctl,      only : ice_runoff
 #endif
ARGUMENTS:
     implicit none
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15