From 6d8c28cd6787075013caa20a4624090f08823417 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 27 Jan 2022 14:22:33 +1300 Subject: [PATCH] fix(ModflowUtllaktab): utl-lak-tab.dfn is redundant to utl-laktab.dfn --- flopy/mf6/data/dfn/utl-lak-tab.dfn | 69 ------------------------------ flopy/mf6/modflow/__init__.py | 1 - 2 files changed, 70 deletions(-) delete mode 100644 flopy/mf6/data/dfn/utl-lak-tab.dfn diff --git a/flopy/mf6/data/dfn/utl-lak-tab.dfn b/flopy/mf6/data/dfn/utl-lak-tab.dfn deleted file mode 100644 index a771ea0509..0000000000 --- a/flopy/mf6/data/dfn/utl-lak-tab.dfn +++ /dev/null @@ -1,69 +0,0 @@ -# --------------------- gwf laktab dimensions --------------------- - -block dimensions -name nrow -type integer -reader urword -optional false -longname number of table rows -description integer value specifying the number of rows in the lake table. There must be NROW rows of data in the TABLE block. - -block dimensions -name ncol -type integer -reader urword -optional false -longname number of table columns -description 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. - - -# --------------------- gwf laktab table --------------------- - -block table -name table -type recarray stage volume sarea barea -shape (nrow) -reader urword -longname -description - -block table -name stage -type double precision -shape -tagged false -in_record true -reader urword -longname lake stage -description real value that defines the stage corresponding to the remaining data on the line. - -block table -name volume -type double precision -shape -tagged false -in_record true -reader urword -longname lake volume -description real value that defines the lake volume corresponding to the stage specified on the line. - -block table -name sarea -type double precision -shape -tagged false -in_record true -reader urword -longname lake surface area -description real value that defines the lake surface area corresponding to the stage specified on the line. - -block table -name barea -type double precision -shape -tagged false -in_record true -reader urword -optional true -longname lake-GWF exchange area -description real value that defines the lake-GWF exchange area corresponding to the stage specified on the line. BAREA is only specified if the CLAKTYPE for the lake is EMBEDDEDH or EMBEDDEDV. diff --git a/flopy/mf6/modflow/__init__.py b/flopy/mf6/modflow/__init__.py index c180101eee..40a609892d 100644 --- a/flopy/mf6/modflow/__init__.py +++ b/flopy/mf6/modflow/__init__.py @@ -12,7 +12,6 @@ from .mfutltas import ModflowUtltas from .mfutlats import ModflowUtlats from .mfutllaktab import ModflowUtllaktab -from .mfutllaktab import ModflowUtllaktab from .mfutlsfrtab import ModflowUtlsfrtab from .mfutlspc import ModflowUtlspc from .mfutlspca import ModflowUtlspca