earthkit.meteo.extreme.array.sot

earthkit.meteo.extreme.array.sot(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 forecast

  • perc (int) – Percentile value (typically 10 or 90)

  • eps ((float)) – Epsilon factor for zero values

Returns:

SOT values

Return type:

array-like (npoints)