aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08python: slope.py: Deduce grid dimensions from file data.Paul Garlick1-9/+15
* python/slope.py: Import math module. Use file data instead of file header.
2020-07-08python: slope.py: Re-define filename of height data file.Paul Garlick1-1/+1
* python/slope.py: Read data from 'topography.txt' file.
2020-07-08python: Add slope.py.Paul Garlick1-0/+206
* python/slope.py: New file.
2020-06-18python: Enable writing rating curve data to file.Paul Garlick1-0/+12
* python/makeBoundary: Add 'printing' definition. demo/boundaryBottom.txt: Add 'printing' parameter. demo/boundaryTop.txt: Add 'printing' parameter.
2019-11-25extrapolate topography from interior to fictitious cells.Paul Garlick1-8/+8
2019-11-12move makeBoundary script to python subdirectory.Paul Garlick1-0/+364