Skip to content

Commit

Permalink
Update MOD_BGC_Veg_CNPhenology.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
CoLM-SYSU authored Jan 25, 2024
1 parent 2e3ca59 commit c54e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNPhenology.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ SUBROUTINE vernalization(i,m,deltim)

tc = tref_p(m)-tfrz
IF(tc >=vtmin .and. tc <= vtmax) THEN
cumvd_p(m)=cumvd_p(m) + (2._r8*((tc-vtmin)**alpha)*(vtopt-vtmin)**alpha &
cumvd_p(m)=cumvd_p(m) + (2._r8*((tc-vtmin)**alpha)*(vtopt-vtmin)**alpha &
- (tc-vtmin)**(2._r8*alpha))/(vtopt-vtmin)**(2._r8*alpha)*(dt/24._r8)
ENDIF

Expand Down

0 comments on commit c54e370

Please sign in to comment.