imod.wq.OutputControl#
- class imod.wq.OutputControl(save_head_idf=False, save_concentration_idf=False, save_budget_idf=False, save_head_tec=False, save_concentration_tec=False, save_budget_tec=False, save_head_vtk=False, save_concentration_vtk=False, save_budget_vtk=False)[source]#
The Output Control Option is used to specify if head, drawdown, or budget data should be saved and in which format.
- Parameters:
save_head_idf (bool, optional) – Save calculated head values in IDF format. Default value is False.
save_concentration_idf (bool, optional) – Save calculated concentration values in IDF format. Default value is False.
save_budget_idf (bool, optional) – Save calculated budget in IDF format. Default value is False.
save_head_tec (bool, optional) – Save calculated head values in a format compatible with Tecplot. Default value is False.
save_concentration_tec (bool, optional) – Save calculated concentration values in a format compatible with Tecplot. Default value is False.
save_budget_tec (bool, optional) – Save calculated budget in a format compatible with Tecplot. Default value is False.
save_head_vtk (bool, optional) – Save calculated head values in a format compatible with ParaView (VTK). Default value is False.
save_concentration_vtk (bool, optional) – Save calculated concentration values in a format compatible with ParaView (VTK). Default value is False.
save_budget_vtk (bool, optional) – Save calculated budget in a format compatible with ParaView (VTK). Default value is False.
- __init__(save_head_idf=False, save_concentration_idf=False, save_budget_idf=False, save_head_tec=False, save_concentration_tec=False, save_budget_tec=False, save_head_vtk=False, save_concentration_vtk=False, save_budget_vtk=False)[source]#
Methods
__init__
([save_head_idf, ...])from_file
(path, **kwargs)Loads an imod-wq package from a file (currently only netcdf and zarr are supported).
isel
()save
(directory)sel
()