You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful to save drainage area as an model output diagnostic, even though an alternative method (e.g., using non-uniform surface runoff) used for computing flow accumulation.
However, it's difficult (not possible) to use both the DrainageArea process and another FlowAccumulator subclass in the same model.
Drainage area should be thus implemented in FlowAccumulator as an on-demand variable, so that it is available in all FlowAccumulator subclasses.
The text was updated successfully, but these errors were encountered:
It might be useful to save drainage area as an model output diagnostic, even though an alternative method (e.g., using non-uniform surface runoff) used for computing flow accumulation.
However, it's difficult (not possible) to use both the
DrainageArea
process and anotherFlowAccumulator
subclass in the same model.Drainage area should be thus implemented in
FlowAccumulator
as an on-demand variable, so that it is available in allFlowAccumulator
subclasses.The text was updated successfully, but these errors were encountered: