.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/BedMachineGreenland-v5_lo.nc
examples/BedMachineGreenland-v5_lo.nc.license
examples/README.md
examples/dem_and_mask.mat
examples/dem_and_mask.mat.license
examples/greenland_mesh_v0/MESH/mesh.boundary
examples/greenland_mesh_v0/MESH/mesh.boundary.license
examples/greenland_mesh_v0/MESH/mesh.elements
examples/greenland_mesh_v0/MESH/mesh.elements.license
examples/greenland_mesh_v0/MESH/mesh.header
examples/greenland_mesh_v0/MESH/mesh.header.license
examples/greenland_mesh_v0/MESH/mesh.nodes
examples/greenland_mesh_v0/MESH/mesh.nodes.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/scm_file_list.json
src/EBFM.egg-info/scm_version.json
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_SNOW_kernels.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/cli.py
src/ebfm/core/compute_backend.py
src/ebfm/core/constants.py
src/ebfm/core/grid.py
src/ebfm/core/logger.py
src/ebfm/core/comm/__init__.py
src/ebfm/core/comm/mpi.py
src/ebfm/core/comm/mpi_handshake.py
src/ebfm/core/config/__init__.py
src/ebfm/core/config/coupling.py
src/ebfm/core/config/grid.py
src/ebfm/core/config/time.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/core/test_cli.py
tests/core/comm/mpi_handshake_dummy.py
tests/core/config/test_time.py
tests/coupling/test_components.py
tests/coupling/test_couplers.py
tools/README.md
tools/compare_snapshots.py
tools/nc_2_vtk.py
tools/nc_reduce_size.py