NegativeVorticityAdvection#
- class rojak.turbulence.diagnostic.NegativeVorticityAdvection(u_wind: DataArray, v_wind: DataArray, vorticity: DataArray)[source]#
Bases:
Diagnostic
Negative vorticity advection CAT diagnostic
Negative vorticity advection diagnostic defined in [Sharman2006] as,
\[\text{NVA} = \max \left\{ \left[ -u \frac{ \partial }{ \partial x } (\zeta + f) - v \frac{ \partial }{ \partial y } (\zeta + f) \right] , 0 \right \}\]where \(\zeta\) is the vertical component of vorticity and \(f\) is the Coriolis parameter
- Parameters:
Methods
__init__
(u_wind, v_wind, vorticity)Attributes
computed_value
name