next up previous contents index
Next: DGVMEcosystemDyn Up: Module DGVMEcosystemDynMod (File: DGVMEcosystemDynMod.F90) Previous: Module DGVMEcosystemDynMod (File: DGVMEcosystemDynMod.F90)   Contents   Index


EcosystemDynini


INTERFACE:

   subroutine DGVMEcosystemDynini()
DESCRIPTION:

   LPJ and other DGVM related initializations
USES:
     use shr_kind_mod, only: r8 => shr_kind_r8
     use nanMod
     use clmtype
     use decompMod    , only : get_proc_bounds, get_proc_global
     use clm_varpar   , only : numpft, npftpar, maxpatch_pft
     use shr_const_mod, only : SHR_CONST_PI, SHR_CONST_TKFRZ
     use pftvarcon    , only : pftpar, tree, summergreen, raingreen, sla, &
                               lm_sapl, sm_sapl, hm_sapl, rm_sapl, latosa, &
                               allom1, allom2, allom3, reinickerp, wooddens, &
                               noveg
ARGUMENTS:
     implicit none
CALLED FROM:
   subroutine initialize in module initializeMod
REVISION HISTORY:
   Author: Sam Levis (adapted from LPJ initialization subroutines)



Mariana Vertenstein 2004-06-21