Added by Giora Gershtein about 9 years ago
Dear all,
I was trying to convert a ctl file to a netcdf file.
Applying the command cdo -f import_binary APHRO_ISR_005deg_V0902.ctl APHRO_ISR_005deg_V0902.nc
I got:
Unsupported filetype import_binary!
Available filetypes: grb/grb2/nc/nc2/nc4/nc4c/srv/ext/ieg
How can it be solved?
Thank you,
Giora
The filetype for the CDO option -f is missing. You have to add nc for NetCDF output:
cdo -f nc import_binary APHRO_ISR_005deg_V0902.ctl APHRO_ISR_005deg_V0902.nc