NestedGridModel2#

class rojak.turbulence.diagnostic.NestedGridModel2(temperature: DataArray, geopotential: DataArray, total_deformation: DataArray)[source]#

Bases: Diagnostic

Nested Grid Model 2 CAT Diagnostic

Nested Grid Model 2 was introduced in [Reap1996]. The equation implemented here is as defined in [Sharman 2016]_

\[\text{NGM2} = \left| \frac{ \partial T }{ \partial z } \right| \times \text{DEF}\]
Parameters:
  • temperature (DataArray) – Temperature in kelvin

  • geopotential (DataArray) – Geopotential in m^2/s

  • total_deformation (DataArray) – Total deformation in m/s

__init__(temperature: DataArray, geopotential: DataArray, total_deformation: DataArray) None[source]#
Parameters:
Return type:

None

Methods

__init__(temperature, geopotential, ...)

Attributes

computed_value

name