Richard Veale
Richard Veale
I have an identical issue (identical laptop). I don't see SOF stuff being loaded at all (which may be the issue?), but the similar laptop (razer blade 15 2022) problem...
I'm realizing that this likely has something to do with the fact that a simple open_dataset() will lazily open dataset without actually reading the contents. Is this the reason for...
A workaround is to simply call load() every time one calls open_dataset() (or accesses a dataset from an open_datatree()). It seems the other attributes etc. are saved properly.
Sorry for the delay, I used my workaround and was doing other things. I'm confused by your "zarr=2" vs "zarr=3". Do you mean that my zarr is version 2 (2.18.3...
Thank you for the responses, however. Yes, I am calling to_zarr using default parameters, and default for compute=True.
I see, that's unfortunate since python 3.10 is the distro in ubuntu 22.04 (I imagine many supercomputer/workstation clusters are still running this), and a lot of other packages still are
Thanks for your work! Yea, I don't really care about zarr=2 or zarr=3 support, it just so happens that in this case it led to my bug. In general I...