Hi Charlie, First, I converted netCDF3 to netCDF4, and then permuted the dimension in lat, lon, time order. By using ncdump -h, I see that time is the only record (UNLIMITED) dimension. However, when I try to open it on ncview, the lat dimension is the record dimension. So, the maps couldn't be displayed correctly. I also checked if the file (in this form) can be used for the analysis, and it doesn't work. What should I do? Thank you for helping me. Kindly,
Thank you Charlie. Yes my files are netCDF3. Kindly,
Hello Everyone, Allow me to add a question to this discussion. I am working on precipitation data. I need to rearrange dimensions in a NetCDF file. The dimensions in my file are in (time, lat, lon) order. I need them in (lat, lon, time) order. I tried the following: ncpdq -a lat,lon,time infile.nc outfile.nc now, I got order of dimension I wanted which is (lat, lon, time). However, the lat dimension becomes UNLIMITED which is wrong. The time dimension should be the UNLIMITED dimension. This is what...