Chunksizes along time dimension
Added by Esteban Alonso almost 5 years ago
Hi,
I like to know if there is any way to customize the chunksizes of a netcdf using CDO. I know using the -k option it is possible to change the chunksizes to grid, lines and default but I would like to chunk my data along the time dimension. Something like -k lines, but trough the time instead of a spatial dimension. Is there any way to do it?
Thanks
My attempt:
cdo -f nc4 -z zip_6 -k lines copy test.nc test_chunk.nc
Replies (2)
RE: Chunksizes along time dimension - Added by Uwe Schulzweida almost 5 years ago
Hi Alonso,
There is no way to set the chunksize along the time dimension with CDO, sorry.
Cheers,
Uwe
RE: Chunksizes along time dimension - Added by Esteban Alonso almost 5 years ago
Hi Uwe,
Thanks for your answer, those are bad news.
Cheers,
Esteban