.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
README.md
pyproject.toml
tox.ini
.github/pull_request_template.md
.github/pull_request_template.md.license
.github/workflows/build-and-test.yaml
.github/workflows/flake8.yaml
.github/workflows/mypy.yaml
.github/workflows/release.yaml
.github/workflows/reuse.yaml
.github/workflows/ruff.yaml
.github/workflows/test.yml
LICENSES/BSD-3-Clause.txt
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/LGPL-3.0-only.txt
docs/ReleaseGuide.md
examples/dem_and_mask.mat
examples/dem_and_mask.mat.license
src/EBFM.egg-info/PKG-INFO
src/EBFM.egg-info/SOURCES.txt
src/EBFM.egg-info/dependency_links.txt
src/EBFM.egg-info/entry_points.txt
src/EBFM.egg-info/requires.txt
src/EBFM.egg-info/top_level.txt
src/ebfm/main.py
src/ebfm/reader.py
src/ebfm/core/FINAL_create_restart_file.py
src/ebfm/core/INIT.py
src/ebfm/core/LOOP_EBM.py
src/ebfm/core/LOOP_EBM_GHF.py
src/ebfm/core/LOOP_EBM_LHF.py
src/ebfm/core/LOOP_EBM_LWin.py
src/ebfm/core/LOOP_EBM_LWout.py
src/ebfm/core/LOOP_EBM_SHF.py
src/ebfm/core/LOOP_EBM_SWin.py
src/ebfm/core/LOOP_EBM_SWout.py
src/ebfm/core/LOOP_EBM_insolation.py
src/ebfm/core/LOOP_SNOW.py
src/ebfm/core/LOOP_climate_forcing.py
src/ebfm/core/LOOP_general_functions.py
src/ebfm/core/LOOP_mass_balance.py
src/ebfm/core/LOOP_write_to_file.py
src/ebfm/core/__init__.py
src/ebfm/core/config.py
src/ebfm/core/constants.py
src/ebfm/core/grid.py
src/ebfm/core/logger.py
src/ebfm/coupling/__init__.py
src/ebfm/coupling/components/__init__.py
src/ebfm/coupling/components/base.py
src/ebfm/coupling/components/elmer_ice.py
src/ebfm/coupling/components/icon_atmo.py
src/ebfm/coupling/couplers/__init__.py
src/ebfm/coupling/couplers/base.py
src/ebfm/coupling/couplers/dummyCoupler.py
src/ebfm/coupling/couplers/fakeCoupler.py
src/ebfm/coupling/couplers/helpers.py
src/ebfm/coupling/couplers/oasisCoupler.py
src/ebfm/coupling/couplers/yacCoupler.py
src/ebfm/coupling/fields/__init__.py
src/ebfm/coupling/fields/base.py
src/ebfm/coupling/fields/fakeField.py
src/ebfm/coupling/fields/yacField.py
src/ebfm/elmer/mesh.py
src/ebfm/elmer/parser.py
tests/test_core.py
tests/coupling/test_components.py
tests/coupling/test_couplers.py