flopy.mf6.modflow.mfutlsfrtab module
- class ModflowUtlsfrtab(model, loading_package=False, nrow=None, ncol=None, table=None, filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowUtlsfrtab defines a SFRTAB package.
- Parameters:
nrow (integer) – integer value specifying the number of rows in the reach cross-section table. there must be nrow rows of data in the table block.
ncol (integer) – integer value specifying the number of columns in the reach cross-section table. there must be ncol columns of data in the table block. ncol must be equal to 2 if manfraction is not specified or 3 otherwise.
table ([list]) –
- dfn = [['header', 'multi-package'], ['block dimensions', 'name nrow', 'type integer', 'reader urword', 'optional false'], ['block dimensions', 'name ncol', 'type integer', 'reader urword', 'optional false'], ['block table', 'name table', 'type recarray xfraction height manfraction', 'shape (nrow)', 'reader urword'], ['block table', 'name xfraction', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword'], ['block table', 'name height', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword'], ['block table', 'name manfraction', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword', 'optional true']]
- dfn_file_name = 'utl-sfrtab.dfn'
- package_abbr = 'utlsfrtab'
- table = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>