diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-29 18:47:45 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2021-11-29 18:47:45 +0000 |
commit | 657206b940d0749fad435229f8c6db613863aa3f (patch) | |
tree | e8b01ff6ddbcbdf5efd554a7d12a2352d58e97b9 /fullswof-utils/makeBoundary | |
parent | b0048033b870f799531a6540882bad316093b039 (diff) | |
download | fullSWOF-utils-657206b940d0749fad435229f8c6db613863aa3f.tar.gz |
makeBoundary: Update floodmodeller URL.
* fullswof-utils/makeBoundary: Edit comment.
Diffstat (limited to 'fullswof-utils/makeBoundary')
-rwxr-xr-x | fullswof-utils/makeBoundary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fullswof-utils/makeBoundary b/fullswof-utils/makeBoundary index 0a208a6..9d1d9f4 100755 --- a/fullswof-utils/makeBoundary +++ b/fullswof-utils/makeBoundary @@ -148,9 +148,9 @@ target_flow = definition_dict["target_flow"] # imposed discharge plotting = definition_dict["plotting"] # enable or disable plotting printing = definition_dict["printing"] # enable or disable printing n_co = definition_dict["n_co"] # Manning's 'n' coefficients -# TODO: use weighted mean 'n' values. See -# http://help.floodmodeller.com/isis/ISIS/River_Section.htm (Eq. 4) -# Note: weighted mean calculation requires roughness map. +# TODO: use weighted mean 'n' values. See http://help.floodmodeller.com/\ +# floodmodeller/Technical/1D_nodes/River_section/River_Section.htm. Note: +# weighted mean calculation requires roughness map. markers = definition_dict["markers"] # distances from corner point panel = definition_dict["panel"] # panel fill order ztol = definition_dict["ztol"] # tolerance in overtopping height |