.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
HOWTOCONTRIBUTE.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
.github/workflows/main.yml
SeaFlux.egg-info/PKG-INFO
SeaFlux.egg-info/SOURCES.txt
SeaFlux.egg-info/dependency_links.txt
SeaFlux.egg-info/requires.txt
SeaFlux.egg-info/top_level.txt
ci/environment-dev-3.7.yml
ci/run-linter.sh
docs/conf.py
docs/contributing.rst
docs/documentation.md
docs/index.rst
docs/installation.md
docs/img/logo.png
docs/static/css/custom.css
seaflux/__init__.py
seaflux/atmospheric.py
seaflux/auxiliary_equations.py
seaflux/check_units.py
seaflux/fco2_pco2_conversion.py
seaflux/flux_calculations.py
seaflux/gas_transfer_velocity.py
seaflux/solubility.py
seaflux/utils.py
seaflux/vapour_pressure.py
seaflux/xr_accessor.py
tests/__init__.py
tests/pytest.ini
tests/test_checks.py
tests/test_conversions.py
tests/test_fluxes.py