imod.mf6.GroundwaterFlowModel.purge_empty_packages#
- GroundwaterFlowModel.purge_empty_packages(model_name: str | None = '', ignore_time: bool = False) None #
This method removes empty packages from the model in place.
- Parameters:
model_name (str, optional) – Name of the model, used for logging.
ignore_time (bool, optional) – If False, packages are considered empty if they have no data at all timesteps. If True, packages are considered empty if they have no data at the first time step. The latter can increase performance considerably.