Skip to content

t-route v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jameshalgren jameshalgren released this 02 Sep 15:17
· 82 commits to fdb3ee6d486c2597d290bc458fe16ea08993310b since this release

An initial release with capability to simulate Muskingum Cunge Routing using NWM data.

Two tests are available in the src/python_routing_v01/ folder:
compute_nhd_routing_SingleSeg.py --test -v to run a small test case with all output options enabled
... and ...
compute_nhd_routing_SingleSeg.py --test-full-pocono -v for a slightly larger test case with reservoir simulation .

other options that are compatible with the test cases include:
--parallel to run the simulation using parallel processes for the different independent networks in each test domain.
--sts simulate using the short-time-step assumption currently used in the WRF-Hydro version of the Muskingum Cunge routing code.