next up previous contents
Next: CNPhenologyClimate Up: Fortran: Module Interface CNPhenologyMod Previous: CNPhenology   Contents

CNPhenologyInit


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.F90
REVISION HISTORY:
   3/28/11: Created by Erik Kluzek
LOCAL VARIABLES:




Erik Kluzek 2011-06-15