TransformToEDR#
- class rojak.turbulence.analysis.TransformToEDR(computed_diagnostic: DataArray, mean: float, variance: float, has_parent: bool = False)[source]#
Bases:
PostProcessor
Transforms turbulence diagnostic values into EDR
Using the mean and variance of the log-normal distribution of the turbulence diagnostic from the calibration dataset, converts turbulence diagnostic values into EDR. An implementation of the methodology described in [Sharman2017].
- __init__(computed_diagnostic: DataArray, mean: float, variance: float, has_parent: bool = False) None [source]#
Methods
__init__
(computed_diagnostic, mean, variance)execute
()