NOAA-OWP / t-route

Tree based hydrologic and hydraulic routing
Other
43 stars 48 forks source link

Diffusive tailwater latitude/longitude information #731

Closed shorvath-noaa closed 8 months ago

shorvath-noaa commented 8 months ago

t-route will now read the 'nexus' attribute table from the HYFeatures geopackage if diffusive routing is enabled. From this table, the latitude and longitude of all diffusive domain tailwater nexus points are determined and stored in the values BMI dictionary. These will be used to advertise geospatial locations to the model engine which can then determine the closest coastal model nodes to be used for diffusive boundary conditions.

Additions

HYFeaturesNetwork.py

AbstractNetwork.py

bmi_troute.py

troute_model.py

Removals

-

Changes

-

Testing

  1. I've verified that this information is processed and stored correctly, but have not tested passing it through BMI functions

Screenshots

Notes

-

Todos

-

Checklist

Testing checklist

Target Environment support

Accessibility

Other