shift_and_combine#

rojak.core.indexing.shift_and_combine(target_array: T, *, combine_func: ~collections.abc.Callable[[T, T], T] = <function <lambda>>, shift_dim: str = 'pressure_level', offset_start: int = 1, offset_end: int = 1, shift_fill: ~typing.Any = nan) T[source]#
Parameters:
  • target_array (T)

  • combine_func (Callable[[T, T], T])

  • shift_dim (str)

  • offset_start (int)

  • offset_end (int)

  • shift_fill (Any)

Return type:

T