INTERFACE:
subroutine DGVMEcosystemDynini()DESCRIPTION:
LPJ and other DGVM related initializationsUSES:
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 noneCALLED FROM:
subroutine initialize in module initializeModREVISION HISTORY:
Author: Sam Levis (adapted from LPJ initialization subroutines)