.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/comet.rst
docs/reference/index.rst
src/comet/__init__.py
src/comet/__main__.py
src/comet/cli.py
src/comet/file_utils.py
src/comet/metrics/__init__.py
src/comet/metrics/constants.py
src/comet/metrics/convective_triggering.py
src/comet/metrics/coupling_indices.py
src/comet/metrics/heated_condensation.py
src/comet/metrics/mixing_diagram.py
src/comet/metrics/utils.py
src/comet/metrics/fortran/__init__.py
src/comet/metrics/fortran/ctp_hilow.f90
src/comet/metrics/fortran/hcfcalc.f90
src/comet/metrics/fortran/rh_tendency.f90
src/coupling_metrics.egg-info/PKG-INFO
src/coupling_metrics.egg-info/SOURCES.txt
src/coupling_metrics.egg-info/dependency_links.txt
src/coupling_metrics.egg-info/entry_points.txt
src/coupling_metrics.egg-info/not-zip-safe
src/coupling_metrics.egg-info/requires.txt
src/coupling_metrics.egg-info/top_level.txt
tests/test_comet.py