xoa.regrid.extrap_modes

class xoa.regrid.extrap_modes(value=None, *args, **kwargs)[source]

Supported extrapolation modes

__init__()

Attributes

no

No extrapolation (default)

none

false

top

Toward the top (after)

above

after

bottom

Toward the bottom (before)

below

both

Both below and above

all

yes

true