imod.flow.Recharge#

class imod.flow.Recharge(rate)[source]#

Recharge provides a fixed flux boundary condition to the top layer of the groundwater system. Note that unlike in iMOD-WQ, there is only the option in iMODFLOW to apply the recharge package to the top layer.

Parameters

rate (float or xr.DataArray of floats) – recharge rate in mm/day (NOTA BENE!), dims ("time", "y", "x").

__init__(rate)[source]#

Methods

__init__(rate)

compose(directory, globaltimes, nlayer)

Composes all variables for one system.

from_file(path, **kwargs)

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

isel()

periodic_stress(periods[, use_cftime])

Periodic stress periods.

repeat_stress([use_cftime])

Repeat stress periods.

save(directory)

sel()