You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

How do I compute geopotential height on model levels?

Step-by-step guide

First, compute geopotential on model levels using the mvl_geopotential_on_ml function. Then divide by g, the standard gravity. Example code:

g = 9.80665
z_ml = mvl_geopotential_on_ml(t, q, lnsp, zs)
z_height = z_ml / g




  • No labels