Skip to content

Releases: NOAA-OWP/t-route

v2.4.0

02 Oct 17:04
d0982a5
Compare
Choose a tag to compare

Summary

This update represents the efforts to make t-route compatible with the NextGen framework. Most of the updates have focused on making sure routing features from NWMv3.0 work in the NextGen framework. The major features are listed here:

  • Integration of t-route and the coastal total water level models (SCHISM and DFLOW) via the NextGen Framework
  • Data Assimilation methodology (e.g. nudging) integrated into t-route at all locations where USGS gauge data is currently available
  • Reservoir routing methodologies integrated with t-route at all locations available in NWM v.3.0
  • Diffusive Wave routing capability integrated into t-route for approximately 10,000 river miles where bathymetric data is currently available
  • Capability for the user to specify the most appropriate routing technique from Muskingum-Cunge and Diffusive Wave options where appropriate integrated into t-route

Initial BMI modules were created and tested, but t-route has not been connected to the model engine via BMI yet. The existing BMI modules/functions in t-route will need major updates as both t-route and model engine have progressed beyond the initial creation of these modules.

What's Changed

Read more

t-route v2.3.0

21 Jul 15:14
0c9ec38
Compare
Choose a tag to compare
t-route v2.3.0 Pre-release
Pre-release

Add diffusive routing computation kernel and a hybrid runtime configuration to enable additional diffusive routing computations. This release includes the required diffuse domain data for 10 main stem CONUS channel segments, and the the related configuration files to enable these computations. Not included are the lateral flow forcing data or the initial condition files, as these are scenario specific.

Note This change log also includes the changes from the calibration release.

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.3.0

calibration release

16 Mar 14:57
8f6048d
Compare
Choose a tag to compare
v2.2.2

update logic becuase the waterbody_types_df_sub may be empty for sims…

t-route v2.2.0

14 Feb 13:42
49d0563
Compare
Choose a tag to compare
t-route v2.2.0 Pre-release
Pre-release

Benchmarking codebase February 14, 2022.

t-route v2.1.0

21 Dec 13:37
51dc687
Compare
Choose a tag to compare
t-route v2.1.0 Pre-release
Pre-release
Write flow at gage locations to netCDF (CHANOBS) file (#505)

* create chanobs draft

* move writing sequence to function in nhd_io

* yaml documentation

Co-authored-by: awlostowski-noaa <[email protected]>

t-route v 2.0.0

28 May 20:40
e24d032
Compare
Choose a tag to compare
t-route v 2.0.0 Pre-release
Pre-release

This release updated all methods for network traversal and provides a prototype diffusive routing capability..

t-route v1.0.0

02 Sep 15:17
Compare
Choose a tag to compare
t-route v1.0.0 Pre-release
Pre-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.