From 657206b940d0749fad435229f8c6db613863aa3f Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 29 Nov 2021 18:47:45 +0000 Subject: makeBoundary: Update floodmodeller URL. * fullswof-utils/makeBoundary: Edit comment. --- fullswof-utils/makeBoundary | 6 +++--- 1 file 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 -- cgit