Replies: 2 comments
-
Hi @selipot, I don't have that much experience with creating field sets from (very large) zarr stores; but it seems that the So I'm sorry, but I can't help you here. This is not something that we've tested or planned for. Is it an option to go back to the netcdf version of creating the |
Beta Was this translation helpful? Give feedback.
-
Not really. Creating zarr stores for the velocity and ssh data allowed me to reduce the model dataset from 28TB to 5.6TB so I moved to a slow storage the original NetCDF files ... |
Beta Was this translation helpful? Give feedback.
-
I am using ocean parcels version 2.4.1.dev9 (because this is what I have set up on my HPC). I am trying something new which is to advect some particles in a fieldset built from zarr stores (instead of NetCDF files as previously). But I am getting a memory error when initializing the fieldset (see below) because the job is not able to allocate the necessary memory, see below. My previous code used
fieldset = FieldSet.from_netcdf
with all the NetCDF files as input and the optiondeferred_load=True
. So what's the strategy when using huge zarr stores opened as xarray datasets to build the fieldset?Code snippet that fails at
fieldset
initialization :Beta Was this translation helpful? Give feedback.
All reactions