PyCO2SYS v2 beta version

PyCO2SYS v2 beta version

To get an update when a new version is released, ‘watch’ this topic!

PyCO2SYS v2 is currently still being developed but a beta version is publicly available for you to try out. Please do so and post any feedback (good or bad) here! The beta release is updated when certain milestones are reached, I’ll post an update here when that happens.

You can find the documentation (including install instructions) for PyCO2SYS v2 at mvdh.xyz/PyCO2SYS

At present the core carbonate system calculator is robust and ready to use in production. Other more advanced aspects are still being developed and may still change (see below).

The last update to the beta version was back in August 2025, and then other things intervened (PyCO2SYS is a hobby, not a funded project!). But I’ve been making a lot more progress again in the last few weeks, thanks to a boost from the recent Ocean Sciences Meeting in Glasgow, so another update should not be too far away.


In progress

Adding additional parameterisations with @mmartinmayor
Uncertainty propagation with covariances
Simplify back-end for easier development
Finalise validity checker
Allow adding arbitrary extra (simple) alkalinity components
Integrate NICA-Donnan for organic alkalinity (probably won’t be in the initial v2 release)

For the first time since last August(!), I’ve just released an updated beta version, v2.0.0-b6.

Please give it a try and report back here with any feedback! Even if you just tried it and didn’t run into any problems, that’s still very useful to know.

2 Likes

Awesome! I’ll put @mmartinmayor’s K2 on my to-do list.

2 Likes

Another update has just landed, v2.0.0b7. As per usual, you can install or update to this with pip following the docs at mvdh.xyz/PyCO2SYS.

What’s changed?

  • The store_steps kwarg and functionality has been re-enabled (this was dropped during revisions for the previous beta version). Some intermediate parameters rarely need to be stored, and with store_steps they can be automatically forgotten, saving memory.