mesmer.core.volc.fit_volcanic_influence#
- mesmer.core.volc.fit_volcanic_influence(tas_residuals, hist_period, *, dim='time', version='2022')#
estimate volcanic influence on temperature residuals using aerosol optical depth observations as proxy
- Parameters:
tas_residuals (xr.DataArray) – DataArray containing global mean temperature residual to estimate the volcanic influence from.
hist_period (slice) – Slice object indicating the years of the historical period. E.g.
slice("1850", "2014")
.dim (str, default: “time”) – Dimension along which to estimate the volcanic influence.
version (str, default: “2022”) – Which version of the aerosol optical depth observations to use. Currently only “2022” is valid.
- Returns:
parmams (xr.Dataset) – Parameters of the linear regression fit to the residuals.