earthkit.meteo.extreme.array.sot_func¶
- earthkit.meteo.extreme.array.sot_func(qc_tail, qc, qf, eps=-0.0001, lower_bound=-10, upper_bound=10)¶
Compute basic Shift of Tails (SOT) using already computed percentiles.
- Parameters:
qc_tail (
array-like (npoints)) – Tail percentile value (99% or 1%) Model climatologyqc (
array-like (npoints)) – Upper or lower percentile (at 90% or 10%) Model climatologyqf (
array-like(npoints)) – Upper or lower percentile (at 90% or 10%) Ensemble forecasteps (
(float)) – Epsilon factor for zero valuesmissing (
(float)) – missing points values where denominator is zero
- Returns:
SOT values
- Return type:
array-like (npoints)