Skip to content

Commit

Permalink
Merge pull request #290 from chrislxj/CoLM202X-test20240803
Browse files Browse the repository at this point in the history
fix a bug in WUE model
  • Loading branch information
CoLM-SYSU authored Aug 15, 2024
2 parents 67edb40 + 91f2291 commit 5a78adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/MOD_AssimStomataConductance.F90
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ SUBROUTINE stomata (vmax25,effcon,slti,hlti,shti, &
assmt = max( 1.e-12, assimn )

!IF(DEF_USE_WUEST .and. epar .ge. 1.e-12)THEN
IF(DEF_USE_WUEST)THEN
IF(DEF_USE_WUEST .and. .not. abs(c4 - 1) .lt. 0.001)THEN
IF(omc .lt. ome)THEN
pco2i = pco2i_c
ELSE
Expand Down

0 comments on commit 5a78adc

Please sign in to comment.