Skip to main content

PyCO2SYS: marine carbonate system calculations in Python

Project description

PyCO2SYS

Tests pypi badge DOI Docs Coverage License: GPL v3 Code style: black

Contents:

Introduction

PyCO2SYS is a Python implementation of CO2SYS, based on the MATLAB v2.0.5 but also including the updates made for MATLAB CO2SYS v3 as well as some additional related calculations. PyCO2SYS solves the full marine carbonate system from the values of any two of its parameters.

Every combination of input parameters has been tested, with differences in the results small enough to be attributable to floating point errors and iterative solver endpoint differences (i.e. negligible). See the scripts in validate to see how and check this for yourself, and their discussion in the online docs. Please let us know ASAP if you discover a discrepancy that we have not spotted!

Documentation is available online at PyCO2SYS.readthedocs.io.

There are also some usage examples that you can either download or run live in your web browser (with no Python installation required) at PyCO2SYS-examples.

Citation

A paper describing PyCO2SYS is freely available:

Humphreys, M. P., Lewis, E. R., Sharp, J. D., and Pierrot, D. (2022). PyCO2SYS v1.8: marine carbonate system calculations in Python. Geoscientific Model Development 15, 15-43. doi:10.5194/gmd-15-15-2022.

The citation for the PyCO2SYS code is:

Humphreys, M. P., Schiller, A. J., Sandborn, D. E., Gregor, L., Pierrot, D., van Heuven, S. M. A. C., Lewis, E. R., and Wallace, D. W. R. (2022). PyCO2SYS: marine carbonate system calculations in Python. Zenodo. doi:10.5281/zenodo.3744275.

The DOI above refers to all versions of PyCO2SYS. Please also specify the version number that you used. You can find this in Python with:

import PyCO2SYS as pyco2
pyco2.hello()

As per the instructions in the the CO2SYS-MATLAB repo, you should also consider citing the original work by Lewis and Wallace (1998).

Installation

If you manage Python with conda, we recommend that you first install NumPy, pandas and xarray into the environment where PyCO2SYS is to be installed with conda.

Then, you can install from the Python Package Index:

pip install PyCO2SYS

Update an existing installation:

pip install PyCO2SYS --upgrade --no-cache-dir

Documentation

Documentation for the current release, based on the main branch, is available at PyCo2SYS.readthedocs.io. The documentation for the in-development next version, based on the develop branch, is rendered at mvdh.xyz/PyCO2SYS.

Basic use

The only function you need is pyco2.sys. To solve the marine carbonate system from two of its parameters (par1 and par2), just use:

import PyCO2SYS as pyco2
results = pyco2.sys(par1, par2, par1_type, par2_type, **kwargs)

The keys to the results dict are described in the documentation. Arguments should be provided as scalars or NumPy arrays in any mutually broadcastable combination. A large number of optional kwargs can be provided to specify everything beyond the carbonate system parameters — read the docs!.

You can also look at the examples Notebooks that you can try out without needing to install anything on your computer.

About

PyCO2SYS is maintained by Dr Matthew Humphreys at the NIOZ (Royal Netherlands Institute for Sea Research) with the support of the main developers of all previous versions of CO2SYS.

Contributions are welcome - please check the guidelines before setting to work.

License

PyCO2SYS is licensed under the GNU General Public License version 3 (GPLv3).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyCO2SYS-1.8.2.tar.gz (97.7 kB view hashes)

Uploaded Source

Built Distribution

PyCO2SYS-1.8.2-py3-none-any.whl (107.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page