nc to binary *dat
Added by T. Tob over 11 years ago
Hallo CDO,
I have an nc file having dimension [time, lev, lat ], then I'd like to
convert it to binary file *dat but with "reoreder" dimension [lat, lev, time].
Could you please to help me how
Thank you,
Thomas,
Replies (1)
RE: nc to binary *dat - Added by Jaison-Thomas Ambadan over 11 years ago
Hi,
I don't think it is possible to convert to simple binary format using CDO. You can convert to "reorderd" ASCII like:
cdo outputkey,lat,lev,time,value ifile > ofile.dat
OR you may use other softwares like the NCAR NCL: http://www.ncl.ucar.edu/Applications/o-binary.shtml
Cheers,
J