diff options
-rwxr-xr-x | fullswof-utils/makeBoundary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fullswof-utils/makeBoundary b/fullswof-utils/makeBoundary index 8937bab..2c1dbf2 100755 --- a/fullswof-utils/makeBoundary +++ b/fullswof-utils/makeBoundary @@ -241,7 +241,7 @@ for i in range(len(zmin)): # channel overtopping height (minimum of left bank and right bank heights): zmax = min(zregion[panel[0]][0], zregion[panel[0]][-1]) - ztol -print('zmax =', zmax) +print('maximum water elevation in channel, zmax (/m) =', zmax) #print(h_i) |