The ClearWater-riverine package is a 2D water quality transporter model to calculate conservative advection and diffusion of constituents from an unstructured grid of flows. It is written in modern Python, leveraging high-performance libraries such as xarray, and developed by the the U.S. Army Engineer Research and Development Center (ERDC), Environmental Laboratory (EL).
This release demonstrates the coupling of the newly refactored Nutrient Simulation Module (NSM) in Clearwater-Modules with a HEC-RAS 2D model, adding two new Jupyter Notebooks to the examples. This release also improves on our recent multi-constituent modeling capabilities.
What's Changed
- Empty Cell Bug Fix by @sjordan29 in #88
- Load mesh for plotting and post-processing by @sjordan29 in #90
- Updates to loading constituents by @sjordan29 in #91
- Read additional output from hdf5 file by @jrutyna in #92
- Add NSM demo notebooks by @jrutyna with #93
- Add NSM demo notebooks by @jrutyna with #93
- Update demo notebooks by @sjordan29 with #94
Full Changelog: v0.6.0...v0.7.0