Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleConvert to regular grid: GRIB-2
cdo setgridtype,regular        <input grib> <output grib>
cdo -f nc setgridtype,regular  <input grib> <output netcdf>
Info

If you have files with a mix of GRIB-1 and GRIB-2, then either split the file first or compile cdo with "--disable-cgribex --with-grib_api"

If variable names are lost, add the  "-t ecmwf" option.

If these steps do not work, see workarounds below.

...