Skip to content

Commit

Permalink
Subtract paddy_h_add from runoff
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed May 13, 2024
1 parent ba8e679 commit 783a089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ function update_after_subsurfaceflow(sbm::SBM, zi, exfiltsatwater)
exfiltsatwater[i] +
sbm.excesswater[i] +
sbm.runoff_land[i] +
sbm.infiltexcess[i]
sbm.infiltexcess[i] - paddy_h_add

# volumetric water content per soil layer and root zone
vwc = sbm.vwc[i]
Expand Down

0 comments on commit 783a089

Please sign in to comment.