eradiate.radprops.absorption.interp_t

Contents

eradiate.radprops.absorption.interp_t#

eradiate.radprops.absorption.interp_t(k, thermoprops, error_handler_config=None)[source]#

Interpolate absorption coefficient data set along temperature dimension.

Parameters:
  • k (xr.DataArray) – Absorption coefficient data array.

  • thermoprops (xr.Dataset) – Atmosphere’s thermophysical properties.

  • error_handler_config (dict[str, str], optional) – Configuration of the error handler, by default DEFAULT_X_ERROR_HANDLER_CONFIG

Returns:

xr.DataArray – Interpolated absorption coefficient data array.