INTERFACE:
subroutine CNPhenologyInit( begp, endp )DESCRIPTION:
Initialization of CNPhenology. Must be called after time-manager is initialized, and after pftcon file is read in.
USES:
use clm_time_manager, only: get_step_size
use surfrdMod , only: crop_prog
use clm_varcon , only: secspday
ARGUMENTS:
implicit none
integer, intent(IN) :: begp, endp ! Beginning and ending PFT index
CALLED FROM:
subroutine initialize2 in module clm_initializeMod.F90REVISION HISTORY:
3/28/11: Created by Erik KluzekLOCAL VARIABLES: