aboutsummaryrefslogtreecommitdiff
path: root/fullswof-utils/makeBoundary
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22makeBoundary: Format output of total flows.Paul Garlick1-1/+3
* fullswof-utils/makeBoundary: Add format to print command.
2021-12-02makeBoundary: Ensure panel regions overlap.Paul Garlick1-11/+3
* fullswof-utils/makeBoundary: Adjust array slicing. Remove unnecessary checks for dry nodes.
2021-12-02makeBoundary: Use slope value to determine elevations at boundary cells.Paul Garlick1-5/+6
* fullswof-utils/makeBoundary: Re-define yin and zin variables at top and bottom boundaries. Specifying the local gradient allows a smoother transition between the one-dimensional exterior region and the two-dimensional interior domain.
2021-12-02makeBoundary: Use absolute value of slope in discharge calculation.Paul Garlick1-2/+2
* fullswof-utils/makeBoundary: Move abs() function.
2021-12-01makeBoundary: Describe zmax variable.Paul Garlick1-1/+1
* fullswof-utils/makeBoundary: Edit print command.
2021-12-01makeBoundary: Format output of minimum panel heights.Paul Garlick1-1/+2
* fullswof-utils/makeBoundary: Add format to print command.
2021-12-01makeBoundary: Describe dX variable.Paul Garlick1-1/+1
* fullswof-utils/makeBoundary: Edit print command.
2021-11-29makeBoundary: Update floodmodeller URL.Paul Garlick1-3/+3
* fullswof-utils/makeBoundary: Edit comment.
2020-08-14fullswof-utils: Rename code directory.Paul Garlick1-0/+376
* python/makeBoundary: Move to... * fullswof-utils/makeBoundary: ...here. * python/slope.py: Move to... * fullswof-utils/slope.py: ...here.