wrf.omega

wrf.omega(qv, tkel, w, pres, meta=True)

Return omega.

This function calculates omega (dp/dt) [Pa s-1].

This is the raw computational algorithm and does not extract any variables from WRF output files. Use wrf.getvar() to both extract and compute diagnostic variables.

Parameters:

Warning

The input arrays must not contain any missing/fill values or numpy.nan values.

Returns:Omega. If xarray is enabled and the meta parameter is True, then the result will be an xarray.DataArray object. Otherwise, the result will be a numpy.ndarray object with no metadata.
Return type:xarray.DataArray or numpy.ndarray

See also

wrf.getvar(), uvmet()