next up previous contents
Next: pftwt_init (Source File: pftdynMod.F90) Up: Fortran: Module Interface pftdynMod Previous: pftdyn_wbal (Source File: pftdynMod.F90)   Contents

pftdyn_cnbal (Source File: pftdynMod.F90)


INTERFACE:

   subroutine pftdyn_cnbal()
DESCRIPTION:

modify pft-level state and flux variables to maintain carbon and nitrogen balance with dynamic pft-weights.


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use shr_const_mod,only : SHR_CONST_PDB
     use decompMod   , only : get_proc_bounds
     use clm_varcon  , only : istsoil
     use clm_varpar  , only : numveg, numpft
 #if (defined C13)
     use clm_varcon  , only : c13ratio
 #endif
     use clm_time_manager, only : get_step_size
ARGUMENTS:
     implicit none
LOCAL VARIABLES:




Erik Kluzek 2010-06-21