Converting netcdf file to csv (.dat) file
Added by Nur Nur over 5 years ago
Hello everyone!
I have just started studied on file formats for modelling and, I'm kind of new in this area. I have netcdf file that include lat,lon,time (10 years-00-06-12-18 UTC), u-v wind and geopotantial values. I would like conver this file to csv (.dat). I have use this command "ncdump -v u,v -f fortran -n dat vol1-10years.nc > test.dat", but wind values does not seem right. I need to convert this file to csv(.dat) like in the example (winds.dat). I would be grateful if you could help me in this case. Thank you.
Best regards,
winds.dat (499 KB) winds.dat | |||
vol1-10years.nc (12.4 MB) vol1-10years.nc |
Replies (1)
RE: Converting netcdf file to csv (.dat) file - Added by Ralf Mueller over 5 years ago
hi!
you might check the operator outputtap
with
cdo -h outputtab
hth
ralf