JamiePringle

Results 40 comments of JamiePringle

Attached is the output of conda list. Cheers, Jamie [conda_list.txt](https://github.com/zarr-developers/zarr-python/files/8762951/conda_list.txt) t

I am running a very large particle tracking simulation of global connectivity in the Mercator 1/12 degree model, and this is a problem I am running into. It is best...

@nvogtvincent Thank you. In the meantime, I will try to convert the output to a netCDF file with ragged rows, to see how practical that is to use. I shall...

@daanreijnders See my netCDF code in "ragged netCDF output #1157" I am intrigued by Zarr, but do not have experience with it yet. One comment -- even if it can...

@erikvansebille, @nvogtvincent and @CKehl are there any plans to merge the chunking patch ( #1092 ) into the development branch, or is there an issue with it that I can...

@nvogtvincent ok, thanks. I am writing now a *.npy to netCDF converter in which no portion of any variable is fully in memory at any one time. It is possible...

@nvogtvincent @erikvansebille I have created a stand alone python code that takes the output in the out-XXXXX directory and converts it into a netCDF file which is, as far as...

Great -- will look at in a few days. Jamie

I have a working version of a decompositions that results in equal number of particles in each area, and roughly equal lat/lon extents. It saves (in my, perhaps odd, case)...

@erikvansebille Yes, that should work well. Thank you.