I'm testing 'nccopy' to compress a ~ 3 GB netCDF-3 file.
On a local server with nccopy from netCDF library version 4.6.1, "time" reports about a minute to compress the file:
prompt> time nccopy -d1 -s 3test.nc ncc_out.nc
55.618u 4.231s 1:00.89 98.2% 0+0k 6115200+2831800io 30pf+0w
On the NCAR CISL DAV cluster, nccopy is from netCDF library version 4.7.4. The same command
prompt> time nccopy -d1 -s 3test.nc ncc_out.nc
Has now been running for more than 30 minutes with the expected output file 15% done.
I've seen reports of this behavior here and the solution seemed to be getting rid of any UNLIMITED dimensions. That doesn't seem like a good solution to me.
Any guidance/suggestions most welcome! Thanks!
I'm testing 'nccopy' to compress a ~ 3 GB netCDF-3 file.
On a local server with nccopy from netCDF library version 4.6.1, "time" reports about a minute to compress the file:
prompt> time nccopy -d1 -s 3test.nc ncc_out.nc
55.618u 4.231s 1:00.89 98.2% 0+0k 6115200+2831800io 30pf+0w
On the NCAR CISL DAV cluster, nccopy is from netCDF library version 4.7.4. The same command
prompt> time nccopy -d1 -s 3test.nc ncc_out.nc
Has now been running for more than 30 minutes with the expected output file 15% done.
I've seen reports of this behavior here and the solution seemed to be getting rid of any UNLIMITED dimensions. That doesn't seem like a good solution to me.
Any guidance/suggestions most welcome! Thanks!