flopy.mf6.modflow.mfgwfgwe module
- class ModflowGwfgwe(simulation, loading_package=False, exgtype='GWF6-GWE6', exgmnamea=None, exgmnameb=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowGwfgwe defines a GWFGWE package.
- Parameters:
simulation (MFSimulation) – Simulation that this package is a part of. Package is automatically added to simulation when it is initialized.
loading_package (bool, default False) – Do not set this parameter. It is intended for debugging and internal processing purposes only.
exgtype (str, default "GWF6-GWE6") – The exchange type (GWF-GWF or GWF-GWT).
exgmnamea (str, optional) – The name of the first model that is part of this exchange.
exgmnameb (str, optional) – The name of the second model that is part of this exchange.
filename (str or PathLike, optional) – Name or path of file where this package is stored.
pname (str, optional) – Package name.
**kwargs – Extra keywords for
flopy.mf6.mfpackage.MFPackage.
- dfn = [['header']]
- dfn_file_name = 'exg-gwfgwe.dfn'
- package_abbr = 'gwfgwe'