.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
.yamllint.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
.github/workflows/ci.yml
.github/workflows/testpypi-release.yaml
ci/requirements/docs.yml
ci/requirements/environment.yml
ci/requirements/requirements.txt
ci/requirements/requirements_dev.txt
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/indices.rst
docs/installation.rst
docs/make.bat
docs/newindex.rst
docs/newproject.rst
docs/notebooks.nblink
docs/readme.rst
docs/usage.rst
index_calculator/__init__.py
index_calculator/_ci_netcdfattrs.py
index_calculator/_climate_indicator.py
index_calculator/_consts.py
index_calculator/_indices.py
index_calculator/_outputwriter.py
index_calculator/_postprocessing.py
index_calculator/_preprocessing.py
index_calculator/_processing.py
index_calculator/_tables.py
index_calculator/_utils.py
index_calculator/_variable_conversion.py
index_calculator/_version.py
index_calculator/cli.py
index_calculator/index_calculator.py
index_calculator.egg-info/PKG-INFO
index_calculator.egg-info/SOURCES.txt
index_calculator.egg-info/dependency_links.txt
index_calculator.egg-info/entry_points.txt
index_calculator.egg-info/requires.txt
index_calculator.egg-info/top_level.txt
index_calculator/tables/cf_conversion.json
index_calculator/tables/convert_to_frequency.json
index_calculator/tables/input_vars.json
index_calculator/tables/metadata.json
index_calculator/tables/projects.json
index_calculator/tables/xcalc.json
notebooks/TG_computation.ipynb
notebooks/how_to_calculate_scd.ipynb
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_index_calculator.py
tests/test_indices.py
tests/test_xcalc.py