diff options
Diffstat (limited to 'makeBoundary.py')
-rwxr-xr-x | makeBoundary.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makeBoundary.py b/makeBoundary.py index 646af68..f874f05 100755 --- a/makeBoundary.py +++ b/makeBoundary.py @@ -32,6 +32,7 @@ height_data = definition_dict["height_data"] # topography markers = definition_dict["markers"] # distances from corner point channel = definition_dict["channel"] # identifier of channel panel ztol = definition_dict["ztol"] # tolerance in overtopping height +numH = definition_dict["numH"] # number of height intervals # print(len(markers)) @@ -120,8 +121,6 @@ print(zmin[1]) # overtopping height (minimum of left bank and right bank heights): zmax = min(zregion[channel][0], zregion[channel][-1]) - ztol -numH = 50 # number of height intervals - def conveyance(numH, n_co, xregion, zregion, zmin, zmax): p_i = [] # wetted perimeter A_i = [] # area |