-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New runoff method for single column #544
Conversation
@juliasloan25
and I am not sure why it happens... (very similar code just above in boundary_conditions.jl to define the TOPMODELRunoff methods do not have this error). |
Hi Alexis! Usually when the error points to the start of a docstring, the error is actually in the line of code immediately after that docstring. In this case, the error is coming up because you dispatch on |
@braghiere @kmdeck Do we still want to do this? Or should we close this PR? |
Well, we need the runoff term for site level runs. Can we quickly finish it and merge it? |
completed following this PR's approach in PR #702 |
Purpose
This PR adds a method of runoff specifically for single site runs, which assumes that water at the top of the soil column (from precipitation or snow melt) which is in excess relative to infiltration capacity is runoff.
To-do
Content