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
We've on the AVISO catalogue folder of lumi catalogue a utility used to create a json file from a list of netcdf.
We want to adapt it to speed up data of ERA5 and maybe to long LRA.
The text was updated successfully, but these errors were encountered:
I have been doing some tests and there seem to be an important limitation in zarr which might be a bottleneck for our implementation. The size of the chunks must be always the same for the MultiZarr, which means that we cannot create a single file for the LRA which has both 1 timestep and 12 timesteps files.
Feature request
We've on the AVISO catalogue folder of lumi catalogue a utility used to create a json file from a list of netcdf.
We want to adapt it to speed up data of ERA5 and maybe to long LRA.
The text was updated successfully, but these errors were encountered: