imod.flow.EvapoTranspiration#

class imod.flow.EvapoTranspiration(rate, top_elevation, extinction_depth)[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) – evaporation rate in mm/day (NOTA BENE!), dims ("time", "y", "x").

  • top_elevation (floats or xr.DataArray of floats) – Top elevation in m+MSL for maximal evapotranspiration strength.

  • extinction_depth (float or xr.Datarray of floats) – Depth [m] in which evapotranspiration strength reduced to zero.

__init__(rate, top_elevation, extinction_depth)[source]#

Methods

__init__(rate, top_elevation, extinction_depth)

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()