oscarbranson / cbsyst

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

Negative TA when low pHtot and pCO2 are given #21

Closed oscarbranson closed 5 years ago

oscarbranson commented 5 years ago
import cbsyst as cb

cb.Csys(pHtot=5., pCO2=300, T_in=26, S_in=33)

Yields a TA of -8.92526313.

oscarbranson commented 5 years ago

Never mind... negative TA is totally fine! See here..