Hello, I am trying to diagnose a possible file corruption problem. I have a large number of .nc files that we have created, but in random checking I have found that one file is throwing errors when I try to read a variable from it in python. I decided to take python out of the pipeline and I've tried just using "ncdump -v var_name file.nc", which works successfully for the 3 coordinate variables in the file, but only works for 3 of the 5 data variables in the file. For the 2 data variables that fail,...
Ah, I get it now. Thanks again.
Charlie, Thanks! That's exactly what I needed. I even figured out how to use -d to...
I want to extract a variable from a netCDF file to a flat binary file in order to...