earthkit.meteo.wind.xarray.w_from_omega

earthkit.meteo.wind.xarray.w_from_omega(omega, t, p)

Compute the hydrostatic vertical velocity from pressure velocity, temperature and pressure.

Parameters:
Returns:

Hydrostatic vertical velocity (m/s)

Return type:

xarray.DataArray

Notes

The computation is based on the following hydrostatic formula:

\[w = - \frac{\omega t R_{d}}{p g}\]

where