Documented CDC and deprecated estimated coagulant stock concentrations
This release:
- adds the
cdc.py
module to the Sphinx documentation - deprecates estimated coagulant stock concentration and flow rate (
coag_stock_conc_est
andcoag_q_max_est
) incdc.py
and replaces them with exact concentration and flow rate (coag_stock_conc
andcoag_q_max
) - updates the
utilities.ceil_nearest
andutilities.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