Skip to content

Instantly share code, notes, and snippets.

@kjdoore
Last active December 6, 2024 17:00
Show Gist options
  • Save kjdoore/7b1dc18c5459cb56482278bc8198517e to your computer and use it in GitHub Desktop.
Save kjdoore/7b1dc18c5459cb56482278bc8198517e to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kjdoore
Copy link
Author

kjdoore commented Dec 6, 2024

Ends up the issue is with this code. The calls to open_virtual_dataset need to include the additional key word of loadable_variables=['time']. This loads the coordinate into memory and removes the chunking, thereby allowing the virtual datasets to be concatenated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment