ecmwf / anemoi-datasets

Apache License 2.0
12 stars 6 forks source link

Help the user debugging stores.py #4

Closed MeraX closed 1 month ago

MeraX commented 1 month ago

The code crashed with DEBUG_ZARR_LOADING=1 and it took me a while to figure out what was going on until I realized, that the debugging assumes DirectoryStore while other formats are supported by zarr.convenience.open in principle.