You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work with a Large-Eddy simulation model which decomposes the 3D simulation domain into horizontal 2D grid of columns, one for each CPU to handle during simulation. The output netCDF files are stored in the same way, so that I have one file for each CPU used during execution. I was thinking I might be able to use pangeo-forge-recipes to produce a single zarr-based datastore for my simulation output (rather than the individual netCDF files).
Unfortunately, I get an exception from the XarrayZarrRecipe recipe that it doesn't currently support multiple concat dims.
Is this the wrong kind of idea for the purpose of this package?
Note that kerchunk's MultiZarrToZarr does support multiple dimensions, so it may be possible to plumb it into pangeo-forge without too much of a rewrite. Of course, it's still on us to get that done :)
I work with a Large-Eddy simulation model which decomposes the 3D simulation domain into horizontal 2D grid of columns, one for each CPU to handle during simulation. The output netCDF files are stored in the same way, so that I have one file for each CPU used during execution. I was thinking I might be able to use
pangeo-forge-recipes
to produce a single zarr-based datastore for my simulation output (rather than the individual netCDF files).Unfortunately, I get an exception from the
XarrayZarrRecipe
recipe that it doesn't currently support multiple concat dims.Is this the wrong kind of idea for the purpose of this package?
Below is what I've done so far:
The text was updated successfully, but these errors were encountered: