generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 64
Routing
Justin Singh-M. - NOAA edited this page Oct 18, 2023
·
11 revisions
In addition to general modeling, model engine also supports integrating with t-route for channel routing. To do this, a few additional requirements are necessary:
-
Model engine must be built with
-DNGEN_WITH_PYTHON=ON
and-DNGEN_WITH_ROUTING=ON
. -
t-route
must be installed in either the system-wide Python packages, or a virtual environment. -
The realization configuration file used must include the
routing
key in the document root, and a YAML routing configuration file is required.Note You can find examples of routing configuration files in the t-route repository.
With these requirements met, compiling and running ngen
will automatically perform channel routing.
Warning TODO
Tutorial
Getting Started
Configuration
Technical References