diff options
-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 |