First, compute geopotential on model levels using the mvl_geopotential_on_ml function. Then divide by g, the standard gravity. Example code |
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 appear here based on the labels you select. Click to edit the macro and add or change labels.