flopy.mf6.modflow.mfutlhpc module

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

Bases: MFPackage

ModflowUtlhpc defines a HPC package.

Parameters:
  • print_table (keyword) – keyword to indicate that the partition table will be printed to the listing file.

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

  • partitions (list) – is the list of zero-based partition numbers.

dfn = [['header'], ['block options', 'name print_table', 'type keyword', 'reader urword', 'optional true'], ['block options', 'name dev_log_mpi', 'type keyword', 'reader urword', 'optional true'], ['block partitions', 'name partitions', 'type recarray mname mrank', 'reader urword', 'optional true'], ['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>