next up previous contents
Next: vernalization Up: Fortran: Module Interface CNPhenologyMod Previous: CropPhenology   Contents

CropPhenologyInit


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: bigint
ARGUMENTS:
    implicit none
    integer, intent(IN) :: begp, endp ! Beginning and ending PFT index
REVISION HISTORY:
   Created by Erik Kluzek



Erik Kluzek 2011-06-15