File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Seawater properties with primarily biological consequences."""
4
4
5
5
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Calculate various buffer factors of the marine carbonate system."""
4
4
5
5
from jax import numpy as np
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Define universal constants."""
4
4
5
5
from jax import numpy as np
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""
4
4
PyCO2SYS.convert
5
5
================
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
import itertools
4
4
import warnings
5
5
from collections import UserDict
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Calculate equilibrium constants from temperature, salinity and pressure."""
4
4
5
5
from . import p1atm , pcx
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""
4
4
PyCO2SYS.equilibria.p1atm
5
5
=========================
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""
4
4
PyCO2SYS.equilibria.pcx
5
5
=======================
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""
4
4
PyCO2SYS.gas
5
5
============
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Define metadata about PyCO2SYS."""
4
4
5
5
import jax
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""
4
4
PyCO2SYS.salts
5
5
==============
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Calculate saturation states of soluble solids."""
4
4
5
5
from jax import numpy as np
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Calculate one new carbonate system variable from various input pairs."""
4
4
5
5
import warnings
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
"""Define standard uncertainties for propagation."""
4
4
5
5
# Define default uncertainties in pK values following OEDG18
Original file line number Diff line number Diff line change 1
1
# PyCO2SYS: marine carbonate system calculations in Python.
2
- # Copyright (C) 2020--2024 Matthew P. Humphreys et al. (GNU GPLv3)
2
+ # Copyright (C) 2020--2025 Matthew P. Humphreys et al. (GNU GPLv3)
3
3
from jax import numpy as np
4
4
5
5
from . import constants
Original file line number Diff line number Diff line change 2
2
site_name : PyCO2SYS
3
3
site_author : Matthew P. Humphreys
4
4
site_description : Marine carbonate system calculations in Python
5
- copyright : Copyright © 2020-2024 Matthew P. Humphreys (GNU GPLv3)
5
+ copyright : Copyright © 2020-2025 Matthew P. Humphreys (GNU GPLv3)
6
6
7
7
# Github repo info
8
8
repo_name : mvdh7/PyCO2SYS
You can’t perform that action at this time.
0 commit comments