Skip to content

Commit

Permalink
added min time off criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiealice committed Sep 27, 2019
1 parent 6efbee4 commit 5f27116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ subroutine phenology( currentSite, bc_in )
if ( (currentSite%cstatus == phen_cstat_iscold .or. &
currentSite%cstatus == phen_cstat_nevercold) .and. &
(currentSite%grow_deg_days > gdd_threshold) .and. &
(dayssincecleafoff > ED_val_phen_mindayson) .and. &
(currentSite%nchilldays >= 1)) then
currentSite%cstatus = phen_cstat_notcold ! Set to not-cold status (leaves can come on)
currentSite%cleafondate = model_day_int
Expand Down

0 comments on commit 5f27116

Please sign in to comment.