From 400e9f411879ee3db58a83b5e8778193847c4a86 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 1 Dec 2021 16:05:59 +0000 Subject: makeBoundary: Describe zmax variable. * fullswof-utils/makeBoundary: Edit print command. --- fullswof-utils/makeBoundary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit