Versions Compared

Key

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

...

Some users are interested on the height geopotential (z) of the different model levels (ml). This Python script will allow you to compute the geopotential on each oneit. 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 geopotential in meters m^2/s^2 for each level. (Note that you can get the heigh in meters if you divide the geopotential by the gravity of Earth (9.80665 m/s^2))

...