Last active
December 6, 2024 17:00
-
-
Save kjdoore/7b1dc18c5459cb56482278bc8198517e to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ends up the issue is with this code. The calls to
open_virtual_dataset
need to include the additional key word ofloadable_variables=['time']
. This loads the coordinate into memory and removes the chunking, thereby allowing the virtual datasets to be concatenated.