flopy.mf6.modflow.mfems module

class ModflowEms(simulation, loading_package=False, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowEms defines a ems 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) – Do not set this parameter. It is intended for debugging and internal processing purposes only.

  • filename (String) – File name for this package.

  • pname (String) – Package name for this package.

  • parent_file (MFPackage) – Parent package file that references this package. Only needed for utility packages (mfutl*). For example, mfutllaktab package must have a mfgwflak package parent_file.

dfn = [['header', ['solution_package', '*']]]
dfn_file_name = 'sln-ems.dfn'
package_abbr = 'ems'