.gitignore
.pre-commit-config.yaml
.release-please-config.json
.release-please-manifest.json
CHANGELOG.md
LICENSE
NOTICE
README.md
REUSE.toml
pyproject.toml
.github/dependabot.yml
.github/labeler.yml
.github/pull_request_template.md
.github/workflows/codeql.yml
.github/workflows/pr-conventional-commit.yml
.github/workflows/pr-label-conventional-commits.yml
.github/workflows/pr-label-file-based.yml
.github/workflows/pr-label-public.yml
.github/workflows/python-publish.yml
.github/workflows/python-pull-request.yml
.github/workflows/release-please.yml
.github/workflows/reuse.yml
.github/workflows/security-scan.yml
LICENSES/Apache-2.0.txt
configs/forcings/distance.yaml
configs/mars/README.md
configs/mars/combined.yaml
configs/mars/emars.yaml
configs/mars/macda.yaml
configs/mars/openmars.yaml
configs/mars/regrid/README.md
configs/mars/regrid/combined.yaml
configs/mars/regrid/macda.yaml
src/anemoi/plugins/extraterrestrial/__init__.py
src/anemoi/plugins/extraterrestrial/_version.py
src/anemoi/plugins/extraterrestrial/distance_forcing.py
src/anemoi/plugins/extraterrestrial/mars/__init__.py
src/anemoi/plugins/extraterrestrial/mars/forcings.py
src/anemoi/plugins/extraterrestrial/mars/revert_time.py
src/anemoi/plugins/extraterrestrial/mars/source.py
src/anemoi_plugins_extraterrestrial.egg-info/PKG-INFO
src/anemoi_plugins_extraterrestrial.egg-info/SOURCES.txt
src/anemoi_plugins_extraterrestrial.egg-info/dependency_links.txt
src/anemoi_plugins_extraterrestrial.egg-info/entry_points.txt
src/anemoi_plugins_extraterrestrial.egg-info/requires.txt
src/anemoi_plugins_extraterrestrial.egg-info/scm_file_list.json
src/anemoi_plugins_extraterrestrial.egg-info/scm_version.json
src/anemoi_plugins_extraterrestrial.egg-info/top_level.txt
static/matrices/.gitignore
static/matrices/mars/5deg_to_o16.npz
static/matrices/mars/5deg_to_o18.npz
static/matrices/mars/5deg_to_o24.npz
static/matrices/mars/o16_to_5deg.npz
static/matrices/mars/o18_to_5deg.npz
static/matrices/mars/o24_to_5deg.npz
tests/__init__.py
tests/test_distance_forcing.py
tests/mars/__init__.py
tests/mars/test_forcings.py
tests/mars/test_revert_time.py
tests/mars/test_source.py
tests/mars/validate_forcings.py