Versions Compared

Key

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

...

Code Block
titleConvert to regular Gaussian grid
 cdo -R copy <input grib> <output grib>
Info

If the -R option does not work, use 'cdo setgridtype,regular' instead.

 

Before converting to netCDF separate the different vertical axes:

...