ClimoAccessor.interp

ClimoAccessor.interp(indexers=None, method='linear', assume_sorted=False, kwargs=None, drop_cell_measures=True, **indexers_kwargs)[source]

Call interp with support for units and indexer aliases. Also preserve coordinate attributes, perform extrapolation for out-of-range coordinates by default, permit interpolating to different points as a function of other coordinates, and drop cell measures associated with the interpolated dimension.

Parameters

*args, **kwargs – Passed to interp.