This is a package to run MET Norway's data-driven model Bris, which is based on the Anemoi framework.
- Model and data-parallel inference
- Multi encoder/decoder
- Time interpolation
See Wiki
- udunits2 library. On ubuntu available as
libudunits2-0
$ python3 -m venv venv && source venv/bin/activate
$ pip install -e .
$ bris --config config.yaml
pip install ".[tests]"
$ tox
List all tests, and run a single one:
$ tox -a
py311
py312
ruffcheck
typing
bandit
prospector
ruffformat
$ tox -e bandit