next up previous contents
Next: CNEcosystemDyn Up: Fortran: Module Interface CNEcosystemDynMod Previous: Fortran: Module Interface CNEcosystemDynMod   Contents

CNEcosystemDynInit


INTERFACE:

   subroutine CNEcosystemDynInit(lbc, ubc, lbp, ubp )
DESCRIPTION:

Initialzation of the CN Ecosystem dynamics.


USES:

     use CNAllocationMod, only : CNAllocationInit
     use CNPhenologyMod , only : CNPhenologyInit
ARGUMENTS:
     implicit none
     integer, intent(in) :: lbc, ubc        ! column bounds
     integer, intent(in) :: lbp, ubp        ! pft bounds
CALLED FROM:
REVISION HISTORY:
   04/05/11, Erik Kluzek creation
LOCAL VARIABLES:




Erik Kluzek 2011-06-15