.gitattributes
.gitignore
LICENSE
README.md
pixi.lock
pyproject.toml
.github/workflows/python-publish.yml
.vscode/settings.json
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/apple-touch-icon.png
docs/source/_static/favicon-16x16.png
docs/source/_static/favicon-32x32.png
docs/source/_static/logo.png
docs/source/logging/index.rst
docs/source/routines/best_intermediates.rst
docs/source/routines/general.rst
docs/source/routines/index.rst
docs/source/routines/io.rst
docs/source/routines/matrices.rst
docs/source/routines/modelling.rst
docs/source/routines/plotting.rst
rattler-build/build.bat
rattler-build/recipe.yaml
src/wsp_balsa/__init__.py
src/wsp_balsa/_version.py
src/wsp_balsa/logging.py
src/wsp_balsa.egg-info/PKG-INFO
src/wsp_balsa.egg-info/SOURCES.txt
src/wsp_balsa.egg-info/dependency_links.txt
src/wsp_balsa.egg-info/requires.txt
src/wsp_balsa.egg-info/top_level.txt
src/wsp_balsa/routines/__init__.py
src/wsp_balsa/routines/best_intermediates.py
src/wsp_balsa/routines/general.py
src/wsp_balsa/routines/matrices.py
src/wsp_balsa/routines/modelling.py
src/wsp_balsa/routines/plotting.py
src/wsp_balsa/routines/io/__init__.py
src/wsp_balsa/routines/io/common.py
src/wsp_balsa/routines/io/fortran.py
src/wsp_balsa/routines/io/inro.py
src/wsp_balsa/routines/io/nwp.py
src/wsp_balsa/routines/io/omx.py
tests/test_best_intermediates.py
tests/test_matrices.py