problem with netcdf using ymonmean
Added by edith shin over 13 years ago
Dear CDO manager
I've been using CDO for handling my climate data.
It's really powerful! I love CDO
Yesterday when i handled the data for getting climatological monthly value,
i had a problem with netcdf data.
To calculate the climatological monthly mean of multi years, I used
cdo -f nc ymonmean amip2_ua1979-1988.nc amip2_test.nc
amip2_test.nc was well produced, but i had an error reading this nc file.
But when i did
cdo -f grb ymonmean amip2_ua1979-1988.nc amip2_test.grb
the produced grib data was successful. There is no problem using produced grib data.
So i tried to make every efforts changing several options, such as -f nc2 or nc4, -r ,
but i failed to produce the correct nc file:'(
Pls tell me what did i wrong using cdo for netcdf file.
Thank you,
Edith
amip2_test.nc (6.43 MB) amip2_test.nc | using cdo -f nc ymonmean -> climatological monthly mean netcdf | ||
amip2_test.grb (3.21 MB) amip2_test.grb | using cdo -f grb ymonmean -> climatological monthly mean grb |
Replies (1)
RE: problem with netcdf using ymonmean - Added by Uwe Schulzweida over 13 years ago
I compared both files and found not difference in the data section (it has the same contents).
In which application do you observe an error for reading the netCDF file?