Skip to content

Documented CDC and deprecated estimated coagulant stock concentrations

Compare
Choose a tag to compare
@HannahSi HannahSi released this 21 Jan 02:11
· 9 commits to master since this release
9d42df4

This release:

  • adds the cdc.py module to the Sphinx documentation
  • deprecates estimated coagulant stock concentration and flow rate (coag_stock_conc_est and coag_q_max_est) in cdc.py and replaces them with exact concentration and flow rate (coag_stock_conc and coag_q_max)
  • updates the utilities.ceil_nearest and utilities.floor_nearest functions to handle unsorted arrays and raise errors when values are out of range
  • updates the environmental_processes_analysis.E_Advective_Dispersion function to return 0 instead of NaN when t=0
  • updates the physchem viscosity functions to accept temperatures of 0ºC