oscarbranson / cbsyst

Python module for calculating carbon and boron solution chemistry.
MIT License
29 stars 17 forks source link

Fails under high pH + high TA #31

Open oscarbranson opened 2 years ago

oscarbranson commented 2 years ago

CO2 can become negative under high pH, high TA:

cb.Csys(pHtot=10.5, TA=2300).CO2

# array([-9.01237887e-06])

Csys hangs if pH is too high:

cb.Csys(pHtot=11, TA=2300)

# does not run