Project

General

Profile

Problem with converting ctl to netcdf files

Added by Giora Gershtein about 8 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


Replies (1)

RE: Problem with converting ctl to netcdf files - Added by Uwe Schulzweida about 8 years ago

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

    (1-1/1)