aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2021-12-01 16:05:59 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2021-12-01 16:05:59 +0000
commit400e9f411879ee3db58a83b5e8778193847c4a86 (patch)
tree3fbb0cd6b9462abfa3eebd43d259ba1d182dcd8b
parent1337d0a00f377ccc8372378e18357bda9895d043 (diff)
downloadfullSWOF-utils-400e9f411879ee3db58a83b5e8778193847c4a86.tar.gz
makeBoundary: Describe zmax variable.
* fullswof-utils/makeBoundary: Edit print command.
-rwxr-xr-xfullswof-utils/makeBoundary2
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)