earthkit.meteo.wind.array.w_from_omega

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

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

Parameters:
  • omega (array-like) – Hydrostatic pressure velocity (Pa/s)

  • t (array-like) – Temperature (K)

  • p (array-like) – Pressure (Pa)

Returns:

Hydrostatic vertical velocity (m/s)

Return type:

array-like

Notes

The computation is based on the following hydrostatic formula:

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

where