imod.flow.Boundary#

class imod.flow.Boundary(ibound)[source]#

Specify the locations of active, inactive, and specified head in cells

Parameters

ibound (xr.DataArray of ints) –

is the boundary variable with dimensions ("layer", "y", "x").

  • If IBOUND(J,I,K) < 0, cell J,I,K has a constant head.

  • If IBOUND(J,I,K) = 0, cell J,I,K is inactive.

  • If IBOUND(J,I,K) > 0, cell J,I,K is active.

__init__(ibound)[source]#

Methods

__init__(ibound)

compose(directory, globaltimes, nlayer[, ...])

Composes package, not useful for boundary conditions

from_file(path, **kwargs)

Loads an imod-flow package from a file (currently only netcdf and zarr are supported).

isel()

save(directory)

sel()