.gitignore
.prospector.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
bris/__init__.py
bris/__main__.py
bris/callbacks.py
bris/checkpoint.py
bris/ddp_strategy.py
bris/forcings.py
bris/inference.py
bris/inspect.py
bris/model.py
bris/observations.py
bris/predict_metadata.py
bris/projections.py
bris/routes.py
bris/units.py
bris/utils.py
bris/writer.py
bris.egg-info/PKG-INFO
bris.egg-info/SOURCES.txt
bris.egg-info/dependency_links.txt
bris.egg-info/entry_points.txt
bris.egg-info/requires.txt
bris.egg-info/top_level.txt
bris/conventions/__init__.py
bris/conventions/anemoi.py
bris/conventions/cf.py
bris/conventions/metno.py
bris/data/__init__.py
bris/data/datamodule.py
bris/data/dataset.py
bris/data/grid_indices.py
bris/data/legacy/__init__.py
bris/data/legacy/dataset.py
bris/data/legacy/utils.py
bris/data/legacy/distributed/__init__.py
bris/data/legacy/distributed/strategy.py
bris/outputs/__init__.py
bris/outputs/intermediate.py
bris/outputs/netcdf.py
bris/outputs/verif.py
bris/schema/schema.json
bris/sources/__init__.py
bris/sources/anemoidataset.py
bris/sources/azurestorage.py
bris/sources/frost.py
bris/sources/verif.py
config/multi_decoder_template.yaml
config/stretched_grid_template.yaml
config/tox_test_inference.yaml
config/tox_test_train.yaml
config/working_example.yaml
tests/.gitignore
tests/test_cf.py
tests/test_checkpoints.py
tests/test_inspect.py
tests/test_model.py
tests/test_outputs.py
tests/test_outputs_intermediate.py
tests/test_outputs_netcdf.py
tests/test_outputs_netcdf_variable_list.py
tests/test_outputs_verif.py
tests/test_routes.py
tests/test_sources.py
tests/test_sources_verif.py
tests/test_utils.py
tests/files/checkpoint.ckpt
tests/files/multiencdec.ckpt
tests/files/verif_input.nc
tests/files/verif_input_logits.nc
tests/files/verif_input_no_leadtime.nc
tests/files/verif_input_with_units.nc