dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Reach Mode #32

Closed dvalters closed 3 years ago

dvalters commented 4 years ago

Implements reach mode in HAIL-CAESAR

See the issue at #14

Summary

Reach model requires a DEM in the same format as the catchment model/mode. Water will exit from any edge of the DEM, but as per catchment mode, not be routed in NODATA cells.

Reach mode requires an additional file that contains the water and sediment inputs into the catchment. The format of the file is a standard plain text/ascii file.

dvalters commented 4 years ago

Closes #14

dvalters commented 3 years ago

Reach mode merge

To do later