flopy.mf6.modflow.mfutllaktab module

class ModflowUtllaktab(model, loading_package=False, nrow=None, ncol=None, table=None, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowUtllaktab defines a LAKTAB package.

Parameters:
  • nrow (integer) – integer value specifying the number of rows in the lake table. there must be nrow rows of data in the table block.

  • ncol (integer) – integer value specifying the number of columns in the lake table. there must be ncol columns of data in the table block. for lakes with horizontal and/or vertical ctype connections, ncol must be equal to 3. for lakes with embeddedh or embeddedv ctype connections, ncol must be equal to 4.

  • 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 stage volume sarea barea', 'shape (nrow)', 'reader urword'], ['block table', 'name stage', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword'], ['block table', 'name volume', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword'], ['block table', 'name sarea', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword'], ['block table', 'name barea', 'type double precision', 'shape', 'tagged false', 'in_record true', 'reader urword', 'optional true']]
dfn_file_name = 'utl-laktab.dfn'
package_abbr = 'utllaktab'
table = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>