The ClearWater-modules package is a collection of water quality and vegetation process simulation modules written in modern Python and designed to flexibily couple with a variety of water transport models, such as RAS-2D, GSSHA, CE-Qual-W2, AdH, and others. These modules have been developed by the U.S. Army Engineer Research and Development Center (ERDC), Environmental Laboratory (EL).
This release adds the newly refactored and fully tested Nutrient Simulation Module (NSM) , which was originally developed in Fortran 95 by Zhong and Johnson (2016a, 2016b, 2016c) and released as version 1.0 in 2021.
What's Changed
- Implementation of
use_sed_temp
options by @xaviernogueira in #59 - Adding
examples/dev_sandbox/prof.py
by @xaviernogueira in #60 - Phosphorus, N2, and Pathogens and a very incomplete SedFlux by @kewalak in #61
- KW_Variables by @kewalak in #67
- Moving global variables and removing repeats by @kewalak in #73
- Pre-Initialize model xarray with timesteps by @sjordan29 in #77
- Algae Module Tests by @kewalak in #78
- Balgae Testing (and one Nitrogen Test) by @kewalak in #85
- Nitrogen Test by @kewalak in #86
- Ijm nsm v2 by @imscw95 in #87
- Phosphorus, N2, POM, and PX by @kewalak in #88
- Add
dt
to TSM by @sjordan29 in #89 - Create cprofile_tsm.py by @aufdenkampe in #91
Full Changelog: v0.2.0...v0.3.0