imod.flow.SpecificStorage#
- class imod.flow.SpecificStorage(specific_storage)[source]#
Specific storage [L-1]. Be careful, this is not the same as the storage coefficient.
From wikipedia (https://en.wikipedia.org/wiki/Specific_storage):
The specific storage is the amount of water that a portion of an aquifer releases from storage, per unit mass or volume of aquifer, per unit change in hydraulic head, while remaining fully saturated.
- Parameters:
specific_storage (float or xr.DataArray) – Specific storage, dims
("layer", "y", "x")
.
Methods
__init__
(specific_storage)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
()