Versions Compared

Key

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

...

Some users are interested on the height of the different model levels. This Python script will allow you to compute the geopotential on each one. The starting point is the geopotential and the pressure (z and lnsp) on the surface. The output will be written in grib format, providing the height in meters for each level.

  • It requires Python and GRIB-API
  • The script is based on code from Nils Wedi, the IFS documentation:

...