Skip to main content

Python implementation of CO2SYS

Project description

PyCO2SYS

PyPI version DOI Docs Build Status Coverage License: GPL v3 Code style: black

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

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. 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

The citation for PyCO2SYS alone is:

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

The DOI above refers to all versions of PyCO2SYS. Please update the version number if necessary. You can find the current version that you are using in Python with:

import PyCO2SYS as pyco2
pyco2.say_hello()

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

Installation

Install from the Python Package Index:

pip install PyCO2SYS

Update an existing installation:

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

Basic use

The default API has been kept as close to the MATLAB version as possible, although the first output is now a dict for convenience. If you want the MATLAB-like experience, simplest recommended usage is therefore:

from PyCO2SYS import CO2SYS
CO2dict = CO2SYS(PAR1, PAR2, PAR1TYPE, PAR2TYPE, SAL, TEMPIN, TEMPOUT, PRESIN, PRESOUT,
    SI, PO4, pHSCALEIN, K1K2CONSTANTS, KSO4CONSTANTS, NH3=0.0, H2S=0.0)

Each field in the output CO2dict corresponds to a column in the original MATLAB output DATA. The keys to the dict come from the original MATLAB output HEADERS. Vector inputs should be provided as Numpy arrays. Everything gets flattened with ravel(). Single-value inputs are fine - they are automatically cast into correctly-sized arrays. The extra inputs not present in the MATLAB version are all optional and explained in the documentation.

It is also possible to provide Pandas Series and Xarray DataArrays using the wrapper functions provided. For this and a more detailed explanation of all the inputs and outputs, see the Pythonic API documentation.

You can also look at the example scripts here in the repo, or there are also some examples as Jupyter Notebooks that you can try out without needing to install anything on your computer.

About

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

License

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

Project details


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.4.0.tar.gz (78.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyCO2SYS-1.4.0-py3-none-any.whl (100.2 kB view details)

Uploaded Python 3

File details

Details for the file PyCO2SYS-1.4.0.tar.gz.

File metadata

  • Download URL: PyCO2SYS-1.4.0.tar.gz
  • Upload date:
  • Size: 78.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for PyCO2SYS-1.4.0.tar.gz
Algorithm Hash digest
SHA256 f6d5a5b88d816fa68d25e16497194cadaaf8596f36b22e4898a868962e925d36
MD5 f12a02a5aad37c115f29efcb2f0e18f4
BLAKE2b-256 552ecb6fa0ba7ab4491d843b28cf917c1c5656d70eca9aac4c9e0bd2bbf4ae67

See more details on using hashes here.

File details

Details for the file PyCO2SYS-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: PyCO2SYS-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for PyCO2SYS-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d3acd4b0496116f3afbbe8fb1be6d390a10161278fa3233957a32aa0b2580691
MD5 2b5796e5c967cd5fa9aa6937b8dfe777
BLAKE2b-256 96a7e34b964dda9bce94951abd8ad058cc0e83e32a121c2cb3a44e2bac26edfd

See more details on using hashes here.

Supported by

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