-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate T/S/P input & output conditions. #3
Comments
@oscarbranson I could work on implementing this, as a step toward comparing with CO2SYS. Is separate input/output needed for S? I would expect T and P to differ between lab and in situ conditions, but not S. |
Probably not in practice - but it's no extra work, so might as well add it for completeness? Just pushed an updated cbsyst.py to the co2sys_compare branch (9110fd3), which contains my notes on this so far. I'm also heading towards re-factoring the |
Needs testing, but I think this deals with #3.
Currently, input and output conditions are the same.
It would be good to be able to separate input/output T, S, P conditions.
This should be relatively simple and inexpensive, and involve a second call to MyAMI_get_Ks and re-calculating the final speciations.
Suggest wrapping this in a separate function which takes Ks, and outputs all conditions from a single parameter combination (e.g. DIC and H for Csys).
The text was updated successfully, but these errors were encountered: