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

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



Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.