Skip to content

Routing

Justin Singh-M. - NOAA edited this page Oct 18, 2023 · 11 revisions

Channel Routing Integration

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:

  1. Model engine must be built with -DNGEN_WITH_PYTHON=ON and -DNGEN_WITH_ROUTING=ON.

  2. t-route must be installed in either the system-wide Python packages, or a virtual environment.

  3. 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.

Using the latest version of t-route

Warning TODO

Clone this wiki locally