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
I am using the Wflow model and from the derived Local Drain Direction it is checking if there are issues in cyclic, by using is_cyclic . I am writing to determine if it may be possible to determine which cells are causing issues?
Many thanks for any help you may provide,
Joseph
if is_cyclic(graph)
error("""One or more cycles detected in flow graph.
The provided local drainage direction map may be unsound.
Verify that each active flow cell flows towards a pit.
""")
end