Answered by
dof1985
Aug 12, 2025
Replies: 1 comment 1 reply
|
Dear @huangwm29 Thank you for this post. You have spotted this mistake correctly. It should actually be written as you have suggested: The infiltration capacity is calculated twice in CWatM:
It follows that this error affects the irrigation withdrawal estimates. We have already identified this error and provided a fix in the develop branch which will be made publicly available in the next release. I hope this makes it clear. Best |
1 reply
Answer selected by
huangwm29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Dear @huangwm29
Thank you for this post. You have spotted this mistake correctly. It should actually be written as you have suggested:
satAreaFrac = np.maximum(1 - (1 - relSat) ** self.var.arnoBeta[No], 0)
The infiltration capacity is calculated twice in CWatM:
It follows that this error affects the irrigation withdrawal estimates. We have already identified this error and provided a fix in the develop branch which will be made publicly available in the next release.
I hope this makes it clear.
Best
Dor Fridman