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:
MFPackageModflowUtlhpc defines a HPC package.
- Parameters:
parent_package – Parent_package that this package is a part of. Package is automatically added to parent_package when it is initialized.
loading_package (bool, default False) – Do not set this parameter. It is intended for debugging and internal processing purposes only.
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 ([(mname, mrank)]) –
is the list of zero-based partition numbers. * mname : string
is the unique model name.
- mrankinteger
is the zero-based partition number (also: MPI rank or processor id) to which the model will be assigned.
- filenamestr or PathLike, optional
Name or path of file where this package is stored.
- pnamestr, optional
Package name.
- **kwargs
Extra keywords for
flopy.mf6.mfpackage.MFPackage.
- 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>