bayspar.predict_tex

bayspar.predict_tex(seatemp, lat, lon, temptype, nens=5000)

Predict TEX86 from sea temperature

Parameters:
seatemp : ndarray

n-length array of sea temperature observations (°C) from a single location.

lat : float

Site latitude from -90 to 90.

lon : float

Site longitude from -180 to 180.

temptype : str

Type of sea temperature used. Either ‘sst’ for sea-surface or ‘subt’.

nens : int

Size of MCMC ensemble draws to use for calculation.

Returns:
output : Prediction
Raises:
EnsembleSizeError