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

pftdyn_wbal_init (Source File: pftdynMod.F90)


INTERFACE:

   subroutine pftdyn_wbal_init( begc, endc )
DESCRIPTION:

initialize the column-level mass-balance correction term. Called in every timestep.


USES:

ARGUMENTS:
     implicit none
     integer, intent(IN)  :: begc, endc    ! proc beginning and ending column indices
LOCAL VARIABLES:




Erik Kluzek 2011-06-15