INTERFACE:
subroutine CropPhenologyInit( begp, endp )DESCRIPTION:
Initialization of CropPhenology. Must be called after time-manager is initialized, and after pftcon file is read in.
USES:
use pftvarcon , only: nwcereal, nsoybean, ncorn, nscereal, & npcropmin, npcropmax, mnNHplantdate, & mnSHplantdate, mxNHplantdate, & mxSHplantdate use clm_time_manager, only: get_calday use nanmod , only: bigintARGUMENTS:
implicit none integer, intent(IN) :: begp, endp ! Beginning and ending PFT indexREVISION HISTORY:
Created by Erik Kluzek