earthkit.meteo.extreme.array.sot_unsorted
- earthkit.meteo.extreme.array.sot_unsorted(clim, ens, perc, eps=-10000.0)
Compute Shift of Tails (SOT) from climatology percentiles (sorted) and ensemble forecast (not sorted)
- Parameters:
clim (
array-like (nclim,npoints)) – Model climatology (percentiles)ens (
array-like (nens,npoints)) – Ensemble forecastperc (
int) – Percentile value (typically 10 or 90)eps (
(float)) – Epsilon factor for zero values
- Returns:
SOT values
- Return type:
array-like (npoints)