.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.md
environment-dev.yml
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/release.yml
.github/workflows/test.yml
ci/environment-py3.7.yml
ci/environment-py3.8.yml
docs/Makefile
docs/api.rst
docs/authors.md
docs/conf.py
docs/contributing.rst
docs/data_product.ipynb
docs/environment.yml
docs/favicon.ico
docs/index.rst
docs/_static/css/custom.css
docs/img/seaflux_csir_era5_avg_flux_map.png
docs/img/seaflux_csir_era5_integrated_fluxes.png
docs/img/seaflux_csir_pco2_filling.png
docs/img/seaflux_logo.png
seaflux/__init__.py
seaflux/_version.py
seaflux/area.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/vapour_pressure.py
seaflux.egg-info/PKG-INFO
seaflux.egg-info/SOURCES.txt
seaflux.egg-info/dependency_links.txt
seaflux.egg-info/not-zip-safe
seaflux.egg-info/requires.txt
seaflux.egg-info/top_level.txt
seaflux/data/__init__.py
seaflux/data/aux_vars.py
seaflux/data/config.py
seaflux/data/download_zenodo_files.py
seaflux/data/pco2atm.py
seaflux/data/spco2.py
seaflux/data/utils.py
seaflux/data/zenodo.yml
tests/__init__.py
tests/test_PyCO2SYS.py
tests/test_checks.py
tests/test_conversions.py
tests/test_fluxes.py