I downloaded data from ECMWF for Era interim in grib format. Is there a way to convert a grib file with multiple bands to netCDF4, keeping the bands in the NETCDF format?
I tried using the cdo operations, but the output will be only the first band of the grib file.
cdo -f nc copy input.grib output.nc