Skip to content

Commit

Permalink
Merge pull request #312 from CoLM-SYSU/master
Browse files Browse the repository at this point in the history
Update from master
  • Loading branch information
CoLM-SYSU authored Oct 1, 2024
2 parents bf8dfc1 + 10e79c8 commit 8579103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/MOD_Runoff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ SUBROUTINE Runoff_XinAnJiang ( &

ELSE

btopo = (topostd - sigmin) / (topostd - sigmax)
btopo = (topostd - sigmin) / (topostd + sigmax)
btopo = min(max(btopo, 0.01), 0.5)

w_int = sum(vol_liq (1:6) * dz_soisno(1:6))
Expand Down

0 comments on commit 8579103

Please sign in to comment.