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( begc, endc, begp, endp )
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_varcon  , only : istcrop
     use clm_varpar  , only : numveg, numpft
     use pftvarcon   , only : pconv, pprod10, pprod100
 #if (defined C13)
     use clm_varcon  , only : c13ratio
 #endif
     use clm_time_manager, only : get_step_size
ARGUMENTS:
     implicit none
     integer, intent(IN)  :: begp, endp    ! proc beginning and ending pft indices
     integer, intent(IN)  :: begc, endc    ! proc beginning and ending column indices
LOCAL VARIABLES:




Erik Kluzek 2011-06-15