TurbulentRegionFromThreshold#

class rojak.turbulence.analysis.TurbulentRegionFromThreshold(computed_diagnostic: DataArray | Dataset, severity: TurbulenceSeverity, thresholds: TurbulenceThresholds | Mapping[DiagnosticName, TurbulenceThresholds], threshold_mode: TurbulenceThresholdMode, /, **sel_condition)[source]#

Bases: PostProcessor[DataArray | Dataset]

Parameters:
__init__(computed_diagnostic: DataArray | Dataset, severity: TurbulenceSeverity, thresholds: TurbulenceThresholds | Mapping[DiagnosticName, TurbulenceThresholds], threshold_mode: TurbulenceThresholdMode, /, **sel_condition) None[source]#
Parameters:
Return type:

None

Methods

__init__(computed_diagnostic, severity, ...)

execute()