.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.rst
dev-environment.yml
mkdocs.yml
setup.cfg
setup.py
.github/workflows/pythonpackage.yml
.github/workflows/test.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
docs/authors.md
docs/contributing.md
docs/index.md
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