flopy.mf6.modflow.mfutlhpc module

class ModflowUtlhpc(parent_package, loading_package=False, dev_log_mpi=None, partitions=None, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowUtlhpc defines a hpc package within a utl model.

Parameters:
  • parent_package (MFSimulation) – Parent_package that this package is a part of. Package is automatically added to parent_package when it is initialized.

  • loading_package (bool) – Do not set this parameter. It is intended for debugging and internal processing purposes only.

  • dev_log_mpi (boolean) –

    • dev_log_mpi (boolean) keyword to enable (extremely verbose) logging of mpi traffic to file.

  • partitions ([mname, mrank]) –

    • mname (string) is the unique model name.

    • mrank (integer) is the zero-based partition number (also: MPI rank or processor id) to which the model will be assigned.

  • 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'], ['block options', 'name dev_log_mpi', 'type keyword', 'reader urword', 'optional true'], ['block partitions', 'name partitions', 'type recarray mname mrank', 'reader urword', 'optional'], ['block partitions', 'name mname', 'in_record true', 'type string', 'tagged false', 'reader urword'], ['block partitions', 'name mrank', 'in_record true', 'type integer', 'tagged false', 'reader urword']]
dfn_file_name = 'utl-hpc.dfn'
package_abbr = 'utlhpc'
partitions = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>