eradiate.radprops.absorption.interp_p#
- eradiate.radprops.absorption.interp_p(k, thermoprops, error_handler_config=None)[source]#
Interpolate absorption dataset along pressure 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.