diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-06-18 10:55:26 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-06-18 10:55:26 +0100 |
commit | 8df96d05a4e1d10a6f43ba538d2608537c5192bf (patch) | |
tree | 7d04cb57e8e163c09f4f44da2ca0a134f9938cc3 /demo | |
parent | 946d73283475036ad59baeef2fabdefdaf720a62 (diff) | |
download | fullSWOF-utils-8df96d05a4e1d10a6f43ba538d2608537c5192bf.tar.gz |
python: Enable writing rating curve data to file.
* python/makeBoundary: Add 'printing' definition.
demo/boundaryBottom.txt: Add 'printing' parameter.
demo/boundaryTop.txt: Add 'printing' parameter.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/boundaryBottom.txt | 3 | ||||
-rw-r--r-- | demo/boundaryTop.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/demo/boundaryBottom.txt b/demo/boundaryBottom.txt index c06623e..71389e7 100644 --- a/demo/boundaryBottom.txt +++ b/demo/boundaryBottom.txt @@ -8,6 +8,9 @@ type: 1 # Enable plotting (True or False): plotting: False +# Enable printing (True or False): +printing: False + # Local gradient: slope: -0.003646 diff --git a/demo/boundaryTop.txt b/demo/boundaryTop.txt index ebcb5f7..789a6e3 100644 --- a/demo/boundaryTop.txt +++ b/demo/boundaryTop.txt @@ -8,6 +8,9 @@ type: 5 # Enable plotting (True or False): plotting: True +# Enable printing (True or False): +printing: False + # Local gradient: slope: -0.003646 |