From e8906643df74f69d5a54a384257add9a54876e32 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Wed, 20 Sep 2023 14:48:10 -0700 Subject: [PATCH 1/5] docs(mf6io): update .dfn files corresponding to parallel change in mf6 --- flopy/mf6/data/dfn/gwf-sfr.dfn | 48 +++++++++++++++++----------------- flopy/mf6/data/dfn/gwt-sft.dfn | 12 ++++----- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/flopy/mf6/data/dfn/gwf-sfr.dfn b/flopy/mf6/data/dfn/gwf-sfr.dfn index 5a23b919e4..40048aeee5 100644 --- a/flopy/mf6/data/dfn/gwf-sfr.dfn +++ b/flopy/mf6/data/dfn/gwf-sfr.dfn @@ -342,21 +342,21 @@ description integer value specifying the number of stream reaches. There must b block packagedata name packagedata -type recarray rno cellid rlen rwid rgrd rtp rbth rhk man ncon ustrf ndv aux boundname +type recarray ifno cellid rlen rwid rgrd rtp rbth rhk man ncon ustrf ndv aux boundname shape (maxbound) reader urword longname description block packagedata -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified PACKAGEDATA data on the line. RNO must be greater than zero and less than or equal to NREACHES. Reach information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if information for a reach is specified more than once. +description integer value that defines the feature (reach) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NREACHES. Reach information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if information for a reach is specified more than once. numeric_index true block packagedata @@ -367,7 +367,7 @@ tagged false in_record true reader urword longname cell identifier -description The keyword `NONE' must be specified for reaches that are not connected to an underlying GWF cell. The keyword `NONE' is used for reaches that are in cells that have IDOMAIN values less than one or are in areas not covered by the GWF model grid. Reach-aquifer flow is not calculated if the keyword `NONE' is specified. +description is the cell identifier, and depends on the type of grid that is used for the simulation. For a structured grid that uses the DIS input file, CELLID is the layer, row, and column. For a grid that uses the DISV input file, CELLID is the layer and CELL2D number. If the model uses the unstructured discretization (DISU) input file, CELLID is the node number for the cell. For reaches that are not connected to an underlying GWF cell, a zero should be specified for each grid dimension. For example, for a DIS grid a CELLID of 0 0 0 should be specified. Reach-aquifer flow is not calculated for unconnected reaches. The keyword NONE can be still be specified to identify unconnected reaches for backward compatibility with previous versions of MODFLOW 6 but eventually NONE will be deprecated and will cause MODFLOW 6 to terminate with an error. block packagedata name rlen @@ -417,7 +417,7 @@ tagged false in_record true reader urword longname streambed thickness -description real value that defines the thickness of the reach streambed. RBTH can be any value if CELLID is `NONE'. Otherwise, RBTH must be greater than zero. +description real value that defines the thickness of the reach streambed. RBTH can be any value if the reach is not connected to an underlying GWF cell. Otherwise, RBTH must be greater than zero. block packagedata name rhk @@ -427,7 +427,7 @@ tagged false in_record true reader urword longname -description real value that defines the hydraulic conductivity of the reach streambed. RHK can be any positive value if CELLID is `NONE'. Otherwise, RHK must be greater than zero. +description real value that defines the hydraulic conductivity of the reach streambed. RHK can be any positive value if the reach is not connected to an underlying GWF cell. Otherwise, RHK must be greater than zero. block packagedata name man @@ -448,7 +448,7 @@ tagged false in_record true reader urword longname number of connected reaches -description integer value that defines the number of reaches connected to the reach. If a value of zero is specified for NCON an entry for RNO is still required in the subsequent CONNECTIONDATA block. +description integer value that defines the number of reaches connected to the reach. If a value of zero is specified for NCON an entry for IFNO is still required in the subsequent CONNECTIONDATA block. block packagedata name ustrf @@ -498,7 +498,7 @@ description REPLACE boundname {'{#1}': 'stream reach'} block crosssections name crosssections -type recarray rno tab6 filein tab6_filename +type recarray ifno tab6 filein tab6_filename shape valid optional false @@ -507,14 +507,14 @@ longname description block crosssections -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified cross-section table file on the line. RNO must be greater than zero and less than or equal to NREACHES. The program will also terminate with an error if table information for a reach is specified more than once. +description integer value that defines the feature (reach) number associated with the specified cross-section table file on the line. IFNO must be greater than zero and less than or equal to NREACHES. The program will also terminate with an error if table information for a reach is specified more than once. numeric_index true block crosssections @@ -554,27 +554,27 @@ description character string that defines the path and filename for the file con block connectiondata name connectiondata -type recarray rno ic +type recarray ifno ic shape (maxbound) reader urword longname description block connectiondata -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified CONNECTIONDATA data on the line. RNO must be greater than zero and less than or equal to NREACHES. Reach connection information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if connection information for a reach is specified more than once. +description integer value that defines the feature (reach) number associated with the specified CONNECTIONDATA data on the line. IFNO must be greater than zero and less than or equal to NREACHES. Reach connection information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if connection information for a reach is specified more than once. numeric_index true block connectiondata name ic type integer -shape (ncon(rno)) +shape (ncon(ifno)) tagged false in_record true reader urword @@ -590,21 +590,21 @@ support_negative_index true block diversions name diversions -type recarray rno idv iconr cprior +type recarray ifno idv iconr cprior shape (maxbound) reader urword longname description block diversions -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified DIVERSIONS data on the line. RNO must be greater than zero and less than or equal to NREACHES. Reach diversion information must be specified for every reach with a NDV value greater than 0 or the program will terminate with an error. The program will also terminate with an error if diversion information for a given reach diversion is specified more than once. +description integer value that defines the feature (reach) number associated with the specified DIVERSIONS data on the line. IFNO must be greater than zero and less than or equal to NREACHES. Reach diversion information must be specified for every reach with a NDV value greater than 0 or the program will terminate with an error. The program will also terminate with an error if diversion information for a given reach diversion is specified more than once. numeric_index true block diversions @@ -615,7 +615,7 @@ tagged false in_record true reader urword longname downstream diversion number -description integer value that defines the downstream diversion number for the diversion for reach RNO. IDV must be greater than zero and less than or equal to NDV for reach RNO. +description integer value that defines the downstream diversion number for the diversion for reach IFNO. IDV must be greater than zero and less than or equal to NDV for reach IFNO. numeric_index true block diversions @@ -626,7 +626,7 @@ tagged false in_record true reader urword longname downstream reach number for diversion -description integer value that defines the downstream reach that will receive the diverted water. IDV must be greater than zero and less than or equal to NREACHES. Furthermore, reach ICONR must be a downstream connection for reach RNO. +description integer value that defines the downstream reach that will receive the diverted water. IDV must be greater than zero and less than or equal to NREACHES. Furthermore, reach ICONR must be a downstream connection for reach IFNO. numeric_index true block diversions @@ -637,7 +637,7 @@ tagged false in_record true reader urword longname iprior code -description character string value that defines the the prioritization system for the diversion, such as when insufficient water is available to meet all diversion stipulations, and is used in conjunction with the value of FLOW value specified in the STRESS\_PERIOD\_DATA section. Available diversion options include: (1) CPRIOR = `FRACTION', then the amount of the diversion is computed as a fraction of the streamflow leaving reach RNO ($Q_{DS}$); in this case, 0.0 $\le$ DIVFLOW $\le$ 1.0. (2) CPRIOR = `EXCESS', a diversion is made only if $Q_{DS}$ for reach RNO exceeds the value of DIVFLOW. If this occurs, then the quantity of water diverted is the excess flow ($Q_{DS} -$ DIVFLOW) and $Q_{DS}$ from reach RNO is set equal to DIVFLOW. This represents a flood-control type of diversion, as described by Danskin and Hanson (2002). (3) CPRIOR = `THRESHOLD', then if $Q_{DS}$ in reach RNO is less than the specified diversion flow DIVFLOW, no water is diverted from reach RNO. If $Q_{DS}$ in reach RNO is greater than or equal to DIVFLOW, DIVFLOW is diverted and $Q_{DS}$ is set to the remainder ($Q_{DS} -$ DIVFLOW)). This approach assumes that once flow in the stream is sufficiently low, diversions from the stream cease, and is the `priority' algorithm that originally was programmed into the STR1 Package (Prudic, 1989). (4) CPRIOR = `UPTO' -- if $Q_{DS}$ in reach RNO is greater than or equal to the specified diversion flow DIVFLOW, $Q_{DS}$ is reduced by DIVFLOW. If $Q_{DS}$ in reach RNO is less than DIVFLOW, DIVFLOW is set to $Q_{DS}$ and there will be no flow available for reaches connected to downstream end of reach RNO. +description character string value that defines the the prioritization system for the diversion, such as when insufficient water is available to meet all diversion stipulations, and is used in conjunction with the value of FLOW value specified in the STRESS\_PERIOD\_DATA section. Available diversion options include: (1) CPRIOR = `FRACTION', then the amount of the diversion is computed as a fraction of the streamflow leaving reach IFNO ($Q_{DS}$); in this case, 0.0 $\le$ DIVFLOW $\le$ 1.0. (2) CPRIOR = `EXCESS', a diversion is made only if $Q_{DS}$ for reach IFNO exceeds the value of DIVFLOW. If this occurs, then the quantity of water diverted is the excess flow ($Q_{DS} -$ DIVFLOW) and $Q_{DS}$ from reach IFNO is set equal to DIVFLOW. This represents a flood-control type of diversion, as described by Danskin and Hanson (2002). (3) CPRIOR = `THRESHOLD', then if $Q_{DS}$ in reach IFNO is less than the specified diversion flow DIVFLOW, no water is diverted from reach IFNO. If $Q_{DS}$ in reach IFNO is greater than or equal to DIVFLOW, DIVFLOW is diverted and $Q_{DS}$ is set to the remainder ($Q_{DS} -$ DIVFLOW)). This approach assumes that once flow in the stream is sufficiently low, diversions from the stream cease, and is the `priority' algorithm that originally was programmed into the STR1 Package (Prudic, 1989). (4) CPRIOR = `UPTO' -- if $Q_{DS}$ in reach IFNO is greater than or equal to the specified diversion flow DIVFLOW, $Q_{DS}$ is reduced by DIVFLOW. If $Q_{DS}$ in reach IFNO is less than DIVFLOW, DIVFLOW is set to $Q_{DS}$ and there will be no flow available for reaches connected to downstream end of reach IFNO. # --------------------- gwf sfr period --------------------- @@ -657,21 +657,21 @@ description REPLACE iper {} block period name perioddata -type recarray rno sfrsetting +type recarray ifno sfrsetting shape reader urword longname description block period -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified PERIOD data on the line. RNO must be greater than zero and less than or equal to NREACHES. +description integer value that defines the feature (reach) number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NREACHES. numeric_index true block period @@ -787,7 +787,7 @@ tagged false in_record true reader urword longname diversion number -description an integer value specifying which diversion of reach RNO that DIVFLOW is being specified for. Must be less or equal to ndv for the current reach (RNO). +description an integer value specifying which diversion of reach IFNO that DIVFLOW is being specified for. Must be less or equal to ndv for the current reach (IFNO). numeric_index true block period diff --git a/flopy/mf6/data/dfn/gwt-sft.dfn b/flopy/mf6/data/dfn/gwt-sft.dfn index dc98b6a2be..5323f4c7c5 100644 --- a/flopy/mf6/data/dfn/gwt-sft.dfn +++ b/flopy/mf6/data/dfn/gwt-sft.dfn @@ -259,21 +259,21 @@ description REPLACE obs6_filename {'{#1}': 'SFT'} block packagedata name packagedata -type recarray rno strt aux boundname +type recarray ifno strt aux boundname shape (maxbound) reader urword longname description block packagedata -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified PACKAGEDATA data on the line. RNO must be greater than zero and less than or equal to NREACHES. Reach information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if information for a reach is specified more than once. +description integer value that defines the feature (reach) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NREACHES. Reach information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if information for a reach is specified more than once. numeric_index true block packagedata @@ -327,21 +327,21 @@ description REPLACE iper {} block period name reachperioddata -type recarray rno reachsetting +type recarray ifno reachsetting shape reader urword longname description block period -name rno +name ifno type integer shape tagged false in_record true reader urword longname reach number for this entry -description integer value that defines the reach number associated with the specified PERIOD data on the line. RNO must be greater than zero and less than or equal to NREACHES. +description integer value that defines the feature (reach) number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NREACHES. numeric_index true block period From 7dd94cf58ce20d770fc88b865c37322cd2385f8f Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Thu, 21 Sep 2023 15:00:49 -0700 Subject: [PATCH 2/5] completes the standardization of the advanced package feature number naming --- flopy/mf6/data/dfn/gwf-lak.dfn | 26 +++++++++++++------------- flopy/mf6/data/dfn/gwf-maw.dfn | 24 ++++++++++++------------ flopy/mf6/data/dfn/gwf-uzf.dfn | 12 ++++++------ flopy/mf6/data/dfn/gwt-lkt.dfn | 12 ++++++------ flopy/mf6/data/dfn/gwt-mwt.dfn | 12 ++++++------ flopy/mf6/data/dfn/gwt-uzt.dfn | 12 ++++++------ 6 files changed, 49 insertions(+), 49 deletions(-) diff --git a/flopy/mf6/data/dfn/gwf-lak.dfn b/flopy/mf6/data/dfn/gwf-lak.dfn index 36a67c16dc..d73c4d13b7 100644 --- a/flopy/mf6/data/dfn/gwf-lak.dfn +++ b/flopy/mf6/data/dfn/gwf-lak.dfn @@ -349,21 +349,21 @@ description value specifying the number of lakes tables that will be used to def block packagedata name packagedata -type recarray lakeno strt nlakeconn aux boundname +type recarray ifno strt nlakeconn aux boundname shape (maxbound) reader urword longname description block packagedata -name lakeno +name ifno type integer shape tagged false in_record true reader urword longname lake number for this entry -description integer value that defines the lake number associated with the specified PACKAGEDATA data on the line. LAKENO must be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. +description integer value that defines the feature (lake) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. numeric_index true block packagedata @@ -384,7 +384,7 @@ tagged false in_record true reader urword longname number of lake connections -description integer value that defines the number of GWF cells connected to this (LAKENO) lake. There can only be one vertical lake connection to each GWF cell. NLAKECONN must be greater than zero. +description integer value that defines the number of GWF cells connected to this (IFNO) lake. There can only be one vertical lake connection to each GWF cell. NLAKECONN must be greater than zero. block packagedata name aux @@ -414,21 +414,21 @@ description REPLACE boundname {'{#1}': 'lake'} block connectiondata name connectiondata -type recarray lakeno iconn cellid claktype bedleak belev telev connlen connwidth +type recarray ifno iconn cellid claktype bedleak belev telev connlen connwidth shape (sum(nlakeconn)) reader urword longname description block connectiondata -name lakeno +name ifno type integer shape tagged false in_record true reader urword longname lake number for this entry -description integer value that defines the lake number associated with the specified CONNECTIONDATA data on the line. LAKENO must be greater than zero and less than or equal to NLAKES. Lake connection information must be specified for every lake connection to the GWF model (NLAKECONN) or the program will terminate with an error. The program will also terminate with an error if connection information for a lake connection to the GWF model is specified more than once. +description integer value that defines the feature (lake) number associated with the specified CONNECTIONDATA data on the line. IFNO must be greater than zero and less than or equal to NLAKES. Lake connection information must be specified for every lake connection to the GWF model (NLAKECONN) or the program will terminate with an error. The program will also terminate with an error if connection information for a lake connection to the GWF model is specified more than once. numeric_index true block connectiondata @@ -439,7 +439,7 @@ tagged false in_record true reader urword longname connection number for this entry -description integer value that defines the GWF connection number for this lake connection entry. ICONN must be greater than zero and less than or equal to NLAKECONN for lake LAKENO. +description integer value that defines the GWF connection number for this lake connection entry. ICONN must be greater than zero and less than or equal to NLAKECONN for lake IFNO. numeric_index true block connectiondata @@ -470,7 +470,7 @@ tagged false in_record true reader urword longname bed leakance -description character string or real value that defines the bed leakance for the lake-GWF connection. BEDLEAK must be greater than or equal to zero or specified to be NONE. If BEDLEAK is specified to be NONE, the lake-GWF connection conductance is solely a function of aquifer properties in the connected GWF cell and lakebed sediments are assumed to be absent. +description real value or character string that defines the bed leakance for the lake-GWF connection. BEDLEAK must be greater than or equal to zero, equal to the DNODATA value (3.0E+30), or specified to be NONE. If DNODATA or NONE is specified for BEDLEAK, the lake-GWF connection conductance is solely a function of aquifer properties in the connected GWF cell and lakebed sediments are assumed to be absent. Warning messages will be issued if NONE is specified. Eventually the ability to specify NONE will be deprecated and cause MODFLOW 6 to terminate with an error. block connectiondata name belev @@ -517,21 +517,21 @@ description real value that defines the connection face width for a HORIZONTAL l block tables name tables -type recarray lakeno tab6 filein tab6_filename +type recarray ifno tab6 filein tab6_filename shape (ntables) reader urword longname description block tables -name lakeno +name ifno type integer shape tagged false in_record true reader urword longname lake number for this entry -description integer value that defines the lake number associated with the specified TABLES data on the line. LAKENO must be greater than zero and less than or equal to NLAKES. The program will terminate with an error if table information for a lake is specified more than once or the number of specified tables is less than NTABLES. +description integer value that defines the feature (lake) number associated with the specified TABLES data on the line. IFNO must be greater than zero and less than or equal to NLAKES. The program will terminate with an error if table information for a lake is specified more than once or the number of specified tables is less than NTABLES. numeric_index true block tables @@ -796,7 +796,7 @@ in_record true reader urword time_series true longname extraction rate -description real or character value that defines the extraction rate for the lake outflow. A positive value indicates inflow and a negative value indicates outflow from the lake. RATE only applies to active (IBOUND $>$ 0) lakes. A specified RATE is only applied if COUTTYPE for the OUTLETNO is SPECIFIED. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. By default, the RATE for each SPECIFIED lake outlet is zero. +description real or character value that defines the extraction rate for the lake outflow. A positive value indicates inflow and a negative value indicates outflow from the lake. RATE only applies to outlets associated with active lakes (STATUS is ACTIVE). A specified RATE is only applied if COUTTYPE for the OUTLETNO is SPECIFIED. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. By default, the RATE for each SPECIFIED lake outlet is zero. block period name invert diff --git a/flopy/mf6/data/dfn/gwf-maw.dfn b/flopy/mf6/data/dfn/gwf-maw.dfn index bf64974c4a..d9bf3912e4 100644 --- a/flopy/mf6/data/dfn/gwf-maw.dfn +++ b/flopy/mf6/data/dfn/gwf-maw.dfn @@ -334,21 +334,21 @@ description integer value specifying the number of multi-aquifer wells that will block packagedata name packagedata -type recarray wellno radius bottom strt condeqn ngwfnodes aux boundname +type recarray ifno radius bottom strt condeqn ngwfnodes aux boundname shape (nmawwells) reader urword longname description block packagedata -name wellno +name ifno type integer shape tagged false in_record true reader urword longname well number for this entry -description integer value that defines the well number associated with the specified PACKAGEDATA data on the line. WELLNO must be greater than zero and less than or equal to NMAWWELLS. Multi-aquifer well information must be specified for every multi-aquifer well or the program will terminate with an error. The program will also terminate with an error if information for a multi-aquifer well is specified more than once. +description integer value that defines the feature (well) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. Multi-aquifer well information must be specified for every multi-aquifer well or the program will terminate with an error. The program will also terminate with an error if information for a multi-aquifer well is specified more than once. numeric_index true block packagedata @@ -399,7 +399,7 @@ tagged false in_record true reader urword longname number of connected GWF cells -description integer value that defines the number of GWF nodes connected to this (WELLNO) multi-aquifer well. NGWFNODES must be greater than zero. +description integer value that defines the number of GWF nodes connected to this (IFNO) multi-aquifer well. NGWFNODES must be greater than zero. block packagedata name aux @@ -429,20 +429,20 @@ description REPLACE boundname {'{#1}': 'multi-aquifer well'} block connectiondata name connectiondata -type recarray wellno icon cellid scrn_top scrn_bot hk_skin radius_skin +type recarray ifno icon cellid scrn_top scrn_bot hk_skin radius_skin reader urword longname description block connectiondata -name wellno +name ifno type integer shape tagged false in_record true reader urword longname well number for this entry -description integer value that defines the well number associated with the specified CONNECTIONDATA data on the line. WELLNO must be greater than zero and less than or equal to NMAWWELLS. Multi-aquifer well connection information must be specified for every multi-aquifer well connection to the GWF model (NGWFNODES) or the program will terminate with an error. The program will also terminate with an error if connection information for a multi-aquifer well connection to the GWF model is specified more than once. +description integer value that defines the feature (well) number associated with the specified CONNECTIONDATA data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. Multi-aquifer well connection information must be specified for every multi-aquifer well connection to the GWF model (NGWFNODES) or the program will terminate with an error. The program will also terminate with an error if connection information for a multi-aquifer well connection to the GWF model is specified more than once. numeric_index true block connectiondata @@ -453,7 +453,7 @@ tagged false in_record true reader urword longname connection number -description integer value that defines the GWF connection number for this multi-aquifer well connection entry. ICONN must be greater than zero and less than or equal to NGWFNODES for multi-aquifer well WELLNO. +description integer value that defines the GWF connection number for this multi-aquifer well connection entry. ICONN must be greater than zero and less than or equal to NGWFNODES for multi-aquifer well IFNO. numeric_index true block connectiondata @@ -524,21 +524,21 @@ description REPLACE iper {} block period name perioddata -type recarray wellno mawsetting +type recarray ifno mawsetting shape reader urword longname description block period -name wellno +name ifno type integer shape tagged false in_record true reader urword longname well number for this entry -description integer value that defines the well number associated with the specified PERIOD data on the line. WELLNO must be greater than zero and less than or equal to NMAWWELLS. +description integer value that defines the well number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. numeric_index true block period @@ -619,7 +619,7 @@ in_record true reader urword time_series true longname well pumping rate -description is the volumetric pumping rate for the multi-aquifer well. A positive value indicates recharge and a negative value indicates discharge (pumping). RATE only applies to active (IBOUND $>$ 0) multi-aquifer wells. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. By default, the RATE for each multi-aquifer well is zero. +description is the volumetric pumping rate for the multi-aquifer well. A positive value indicates recharge and a negative value indicates discharge (pumping). RATE only applies to active (STATUS is ACTIVE) multi-aquifer wells. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value. By default, the RATE for each multi-aquifer well is zero. block period name well_head diff --git a/flopy/mf6/data/dfn/gwf-uzf.dfn b/flopy/mf6/data/dfn/gwf-uzf.dfn index 02833c0896..1b61e1fb6b 100644 --- a/flopy/mf6/data/dfn/gwf-uzf.dfn +++ b/flopy/mf6/data/dfn/gwf-uzf.dfn @@ -365,21 +365,21 @@ default_value 40 block packagedata name packagedata -type recarray iuzno cellid landflag ivertcon surfdep vks thtr thts thti eps boundname +type recarray ifno cellid landflag ivertcon surfdep vks thtr thts thti eps boundname shape (nuzfcells) reader urword longname description block packagedata -name iuzno +name ifno type integer shape tagged false in_record true reader urword longname uzf id number for this entry -description integer value that defines the UZF cell number associated with the specified PACKAGEDATA data on the line. IUZNO must be greater than zero and less than or equal to NUZFCELLS. UZF information must be specified for every UZF cell or the program will terminate with an error. The program will also terminate with an error if information for a UZF cell is specified more than once. +description integer value that defines the feature (UZF object) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NUZFCELLS. UZF information must be specified for every UZF cell or the program will terminate with an error. The program will also terminate with an error if information for a UZF cell is specified more than once. numeric_index true block packagedata @@ -502,21 +502,21 @@ description REPLACE iper {} block period name perioddata -type recarray iuzno finf pet extdp extwc ha hroot rootact aux +type recarray ifno finf pet extdp extwc ha hroot rootact aux shape reader urword longname description block period -name iuzno +name ifno type integer shape tagged false in_record true reader urword longname UZF id number -description integer value that defines the UZF cell number associated with the specified PERIOD data on the line. +description integer value that defines the feature (UZF object) number associated with the specified PERIOD data on the line. numeric_index true block period diff --git a/flopy/mf6/data/dfn/gwt-lkt.dfn b/flopy/mf6/data/dfn/gwt-lkt.dfn index 44fb4422ca..60b5aaf773 100644 --- a/flopy/mf6/data/dfn/gwt-lkt.dfn +++ b/flopy/mf6/data/dfn/gwt-lkt.dfn @@ -259,21 +259,21 @@ description REPLACE obs6_filename {'{#1}': 'LKT'} block packagedata name packagedata -type recarray lakeno strt aux boundname +type recarray ifno strt aux boundname shape (maxbound) reader urword longname description block packagedata -name lakeno +name ifno type integer shape tagged false in_record true reader urword longname lake number for this entry -description integer value that defines the lake number associated with the specified PACKAGEDATA data on the line. LAKENO must be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. +description integer value that defines the feature (lake) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. numeric_index true block packagedata @@ -327,21 +327,21 @@ description REPLACE iper {} block period name lakeperioddata -type recarray lakeno laksetting +type recarray ifno laksetting shape reader urword longname description block period -name lakeno +name ifno type integer shape tagged false in_record true reader urword longname lake number for this entry -description integer value that defines the lake number associated with the specified PERIOD data on the line. LAKENO must be greater than zero and less than or equal to NLAKES. +description integer value that defines the feature (lake) number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NLAKES. numeric_index true block period diff --git a/flopy/mf6/data/dfn/gwt-mwt.dfn b/flopy/mf6/data/dfn/gwt-mwt.dfn index 67529c4b8a..4eef9970b8 100644 --- a/flopy/mf6/data/dfn/gwt-mwt.dfn +++ b/flopy/mf6/data/dfn/gwt-mwt.dfn @@ -259,21 +259,21 @@ description REPLACE obs6_filename {'{#1}': 'MWT'} block packagedata name packagedata -type recarray mawno strt aux boundname +type recarray ifno strt aux boundname shape (maxbound) reader urword longname description block packagedata -name mawno +name ifno type integer shape tagged false in_record true reader urword longname well number for this entry -description integer value that defines the well number associated with the specified PACKAGEDATA data on the line. MAWNO must be greater than zero and less than or equal to NMAWWELLS. Well information must be specified for every well or the program will terminate with an error. The program will also terminate with an error if information for a well is specified more than once. +description integer value that defines the feature (well) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. Well information must be specified for every well or the program will terminate with an error. The program will also terminate with an error if information for a well is specified more than once. numeric_index true block packagedata @@ -327,21 +327,21 @@ description REPLACE iper {} block period name mwtperioddata -type recarray mawno mwtsetting +type recarray ifno mwtsetting shape reader urword longname description block period -name mawno +name ifno type integer shape tagged false in_record true reader urword longname well number for this entry -description integer value that defines the well number associated with the specified PERIOD data on the line. MAWNO must be greater than zero and less than or equal to NMAWWELLS. +description integer value that defines the feature (well) number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. numeric_index true block period diff --git a/flopy/mf6/data/dfn/gwt-uzt.dfn b/flopy/mf6/data/dfn/gwt-uzt.dfn index d95baabe6e..00524848bd 100644 --- a/flopy/mf6/data/dfn/gwt-uzt.dfn +++ b/flopy/mf6/data/dfn/gwt-uzt.dfn @@ -259,21 +259,21 @@ description REPLACE obs6_filename {'{#1}': 'UZT'} block packagedata name packagedata -type recarray uzfno strt aux boundname +type recarray ifno strt aux boundname shape (maxbound) reader urword longname description block packagedata -name uzfno +name ifno type integer shape tagged false in_record true reader urword longname UZF cell number for this entry -description integer value that defines the UZF cell number associated with the specified PACKAGEDATA data on the line. UZFNO must be greater than zero and less than or equal to NUZFCELLS. Unsaturated zone flow information must be specified for every UZF cell or the program will terminate with an error. The program will also terminate with an error if information for a UZF cell is specified more than once. +description integer value that defines the feature (UZF object) number associated with the specified PACKAGEDATA data on the line. IFNO must be greater than zero and less than or equal to NUZFCELLS. Unsaturated zone flow information must be specified for every UZF cell or the program will terminate with an error. The program will also terminate with an error if information for a UZF cell is specified more than once. numeric_index true block packagedata @@ -327,21 +327,21 @@ description REPLACE iper {} block period name uztperioddata -type recarray uzfno uztsetting +type recarray ifno uztsetting shape reader urword longname description block period -name uzfno +name ifno type integer shape tagged false in_record true reader urword longname unsaturated zone flow cell number for this entry -description integer value that defines the UZF cell number associated with the specified PERIOD data on the line. UZFNO must be greater than zero and less than or equal to NUZFCELLS. +description integer value that defines the feature (UZF object) number associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NUZFCELLS. numeric_index true block period From e9be2150c375681543aa654326263b3e776f4821 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Tue, 26 Sep 2023 09:00:24 -0700 Subject: [PATCH 3/5] updating classes --- flopy/mf6/modflow/__init__.py | 1 + flopy/mf6/modflow/mfems.py | 2 +- flopy/mf6/modflow/mfgnc.py | 2 +- flopy/mf6/modflow/mfgwf.py | 2 +- flopy/mf6/modflow/mfgwfapi.py | 2 +- flopy/mf6/modflow/mfgwfbuy.py | 2 +- flopy/mf6/modflow/mfgwfchd.py | 2 +- flopy/mf6/modflow/mfgwfcsub.py | 2 +- flopy/mf6/modflow/mfgwfdis.py | 2 +- flopy/mf6/modflow/mfgwfdisu.py | 2 +- flopy/mf6/modflow/mfgwfdisv.py | 2 +- flopy/mf6/modflow/mfgwfdrn.py | 2 +- flopy/mf6/modflow/mfgwfevt.py | 2 +- flopy/mf6/modflow/mfgwfevta.py | 2 +- flopy/mf6/modflow/mfgwfghb.py | 2 +- flopy/mf6/modflow/mfgwfgnc.py | 2 +- flopy/mf6/modflow/mfgwfgwf.py | 2 +- flopy/mf6/modflow/mfgwfgwt.py | 2 +- flopy/mf6/modflow/mfgwfhfb.py | 2 +- flopy/mf6/modflow/mfgwfic.py | 2 +- flopy/mf6/modflow/mfgwflak.py | 65 ++++++----- flopy/mf6/modflow/mfgwfmaw.py | 68 +++++------ flopy/mf6/modflow/mfgwfmvr.py | 2 +- flopy/mf6/modflow/mfgwfnam.py | 2 +- flopy/mf6/modflow/mfgwfnpf.py | 2 +- flopy/mf6/modflow/mfgwfoc.py | 2 +- flopy/mf6/modflow/mfgwfrch.py | 2 +- flopy/mf6/modflow/mfgwfrcha.py | 2 +- flopy/mf6/modflow/mfgwfriv.py | 2 +- flopy/mf6/modflow/mfgwfsfr.py | 182 ++++++++++++++++-------------- flopy/mf6/modflow/mfgwfsto.py | 2 +- flopy/mf6/modflow/mfgwfuzf.py | 36 +++--- flopy/mf6/modflow/mfgwfvsc.py | 2 +- flopy/mf6/modflow/mfgwfwel.py | 2 +- flopy/mf6/modflow/mfgwt.py | 2 +- flopy/mf6/modflow/mfgwtadv.py | 2 +- flopy/mf6/modflow/mfgwtapi.py | 2 +- flopy/mf6/modflow/mfgwtcnc.py | 2 +- flopy/mf6/modflow/mfgwtdis.py | 2 +- flopy/mf6/modflow/mfgwtdisu.py | 2 +- flopy/mf6/modflow/mfgwtdisv.py | 2 +- flopy/mf6/modflow/mfgwtdsp.py | 2 +- flopy/mf6/modflow/mfgwtfmi.py | 2 +- flopy/mf6/modflow/mfgwtgwt.py | 2 +- flopy/mf6/modflow/mfgwtic.py | 2 +- flopy/mf6/modflow/mfgwtist.py | 2 +- flopy/mf6/modflow/mfgwtlkt.py | 24 ++-- flopy/mf6/modflow/mfgwtmst.py | 2 +- flopy/mf6/modflow/mfgwtmvt.py | 2 +- flopy/mf6/modflow/mfgwtmwt.py | 34 +++--- flopy/mf6/modflow/mfgwtnam.py | 2 +- flopy/mf6/modflow/mfgwtoc.py | 2 +- flopy/mf6/modflow/mfgwtsft.py | 48 ++++---- flopy/mf6/modflow/mfgwtsrc.py | 2 +- flopy/mf6/modflow/mfgwtssm.py | 2 +- flopy/mf6/modflow/mfgwtuzt.py | 34 +++--- flopy/mf6/modflow/mfims.py | 2 +- flopy/mf6/modflow/mfmvr.py | 2 +- flopy/mf6/modflow/mfmvt.py | 2 +- flopy/mf6/modflow/mfnam.py | 2 +- flopy/mf6/modflow/mfsimulation.py | 12 +- flopy/mf6/modflow/mftdis.py | 2 +- flopy/mf6/modflow/mfutlats.py | 2 +- flopy/mf6/modflow/mfutllaktab.py | 2 +- flopy/mf6/modflow/mfutlobs.py | 2 +- flopy/mf6/modflow/mfutlsfrtab.py | 2 +- flopy/mf6/modflow/mfutlspc.py | 2 +- flopy/mf6/modflow/mfutlspca.py | 2 +- flopy/mf6/modflow/mfutltas.py | 2 +- flopy/mf6/modflow/mfutlts.py | 2 +- flopy/mf6/modflow/mfutltvk.py | 2 +- flopy/mf6/modflow/mfutltvs.py | 2 +- 72 files changed, 325 insertions(+), 303 deletions(-) diff --git a/flopy/mf6/modflow/__init__.py b/flopy/mf6/modflow/__init__.py index 991b29d667..8253a0411c 100644 --- a/flopy/mf6/modflow/__init__.py +++ b/flopy/mf6/modflow/__init__.py @@ -1,4 +1,5 @@ from .mfsimulation import MFSimulation # isort:skip +from .mfsimulation import MFSimulation from .mfems import ModflowEms from .mfgnc import ModflowGnc from .mfgwf import ModflowGwf diff --git a/flopy/mf6/modflow/mfems.py b/flopy/mf6/modflow/mfems.py index 78e49a113f..743753adc1 100644 --- a/flopy/mf6/modflow/mfems.py +++ b/flopy/mf6/modflow/mfems.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgnc.py b/flopy/mf6/modflow/mfgnc.py index 3231317e67..e20c40bab3 100644 --- a/flopy/mf6/modflow/mfgnc.py +++ b/flopy/mf6/modflow/mfgnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwf.py b/flopy/mf6/modflow/mfgwf.py index eb88d83e6a..f5d2ea0dda 100644 --- a/flopy/mf6/modflow/mfgwf.py +++ b/flopy/mf6/modflow/mfgwf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfmodel from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfapi.py b/flopy/mf6/modflow/mfgwfapi.py index 53232b6402..d7d6f3b357 100644 --- a/flopy/mf6/modflow/mfgwfapi.py +++ b/flopy/mf6/modflow/mfgwfapi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfbuy.py b/flopy/mf6/modflow/mfgwfbuy.py index 216c0c0913..36e6493311 100644 --- a/flopy/mf6/modflow/mfgwfbuy.py +++ b/flopy/mf6/modflow/mfgwfbuy.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfchd.py b/flopy/mf6/modflow/mfgwfchd.py index b1d018e026..4024c136eb 100644 --- a/flopy/mf6/modflow/mfgwfchd.py +++ b/flopy/mf6/modflow/mfgwfchd.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfcsub.py b/flopy/mf6/modflow/mfgwfcsub.py index 44262ed256..29974b4dc1 100644 --- a/flopy/mf6/modflow/mfgwfcsub.py +++ b/flopy/mf6/modflow/mfgwfcsub.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdis.py b/flopy/mf6/modflow/mfgwfdis.py index e72579690d..eaa2c08acb 100644 --- a/flopy/mf6/modflow/mfgwfdis.py +++ b/flopy/mf6/modflow/mfgwfdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdisu.py b/flopy/mf6/modflow/mfgwfdisu.py index 60a69828e8..794c917ccb 100644 --- a/flopy/mf6/modflow/mfgwfdisu.py +++ b/flopy/mf6/modflow/mfgwfdisu.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdisv.py b/flopy/mf6/modflow/mfgwfdisv.py index 74ceb30c6e..cc8b410c68 100644 --- a/flopy/mf6/modflow/mfgwfdisv.py +++ b/flopy/mf6/modflow/mfgwfdisv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdrn.py b/flopy/mf6/modflow/mfgwfdrn.py index 5e3e68612a..e8d604a214 100644 --- a/flopy/mf6/modflow/mfgwfdrn.py +++ b/flopy/mf6/modflow/mfgwfdrn.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfevt.py b/flopy/mf6/modflow/mfgwfevt.py index fcc407e9c3..16051a189a 100644 --- a/flopy/mf6/modflow/mfgwfevt.py +++ b/flopy/mf6/modflow/mfgwfevt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfevta.py b/flopy/mf6/modflow/mfgwfevta.py index eb74556e7a..da8317cdf2 100644 --- a/flopy/mf6/modflow/mfgwfevta.py +++ b/flopy/mf6/modflow/mfgwfevta.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfghb.py b/flopy/mf6/modflow/mfgwfghb.py index 0bc28e4207..6795a85776 100644 --- a/flopy/mf6/modflow/mfgwfghb.py +++ b/flopy/mf6/modflow/mfgwfghb.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgnc.py b/flopy/mf6/modflow/mfgwfgnc.py index 9524630f9c..8f69278635 100644 --- a/flopy/mf6/modflow/mfgwfgnc.py +++ b/flopy/mf6/modflow/mfgwfgnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgwf.py b/flopy/mf6/modflow/mfgwfgwf.py index e0f63d9780..eb5eb1708d 100644 --- a/flopy/mf6/modflow/mfgwfgwf.py +++ b/flopy/mf6/modflow/mfgwfgwf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgwt.py b/flopy/mf6/modflow/mfgwfgwt.py index e7ca2d3729..c50a03ffaa 100644 --- a/flopy/mf6/modflow/mfgwfgwt.py +++ b/flopy/mf6/modflow/mfgwfgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgwfhfb.py b/flopy/mf6/modflow/mfgwfhfb.py index b86f4561d7..d9bbca9cec 100644 --- a/flopy/mf6/modflow/mfgwfhfb.py +++ b/flopy/mf6/modflow/mfgwfhfb.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfic.py b/flopy/mf6/modflow/mfgwfic.py index 5c6a562a51..5c479faba7 100644 --- a/flopy/mf6/modflow/mfgwfic.py +++ b/flopy/mf6/modflow/mfgwfic.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwflak.py b/flopy/mf6/modflow/mfgwflak.py index 24570d2c0b..dc01e74385 100644 --- a/flopy/mf6/modflow/mfgwflak.py +++ b/flopy/mf6/modflow/mfgwflak.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -128,10 +128,10 @@ class ModflowGwflak(mfpackage.MFPackage): * ntables (integer) value specifying the number of lakes tables that will be used to define the lake stage, volume relation, and surface area. If NTABLES is not specified, a default value of zero is used. - packagedata : [lakeno, strt, nlakeconn, aux, boundname] - * lakeno (integer) integer value that defines the lake number - associated with the specified PACKAGEDATA data on the line. LAKENO - must be greater than zero and less than or equal to NLAKES. Lake + packagedata : [ifno, strt, nlakeconn, aux, boundname] + * ifno (integer) integer value that defines the feature (lake) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. This @@ -142,7 +142,7 @@ class ModflowGwflak(mfpackage.MFPackage): * strt (double) real value that defines the starting stage for the lake. * nlakeconn (integer) integer value that defines the number of GWF - cells connected to this (LAKENO) lake. There can only be one vertical + cells connected to this (IFNO) lake. There can only be one vertical lake connection to each GWF cell. NLAKECONN must be greater than zero. * aux (double) represents the values of the auxiliary variables for @@ -157,10 +157,10 @@ class ModflowGwflak(mfpackage.MFPackage): character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - connectiondata : [lakeno, iconn, cellid, claktype, bedleak, belev, telev, + connectiondata : [ifno, iconn, cellid, claktype, bedleak, belev, telev, connlen, connwidth] - * lakeno (integer) integer value that defines the lake number - associated with the specified CONNECTIONDATA data on the line. LAKENO + * ifno (integer) integer value that defines the feature (lake) number + associated with the specified CONNECTIONDATA data on the line. IFNO must be greater than zero and less than or equal to NLAKES. Lake connection information must be specified for every lake connection to the GWF model (NLAKECONN) or the program will terminate with an @@ -172,7 +172,7 @@ class ModflowGwflak(mfpackage.MFPackage): and add one when writing index variables. * iconn (integer) integer value that defines the GWF connection number for this lake connection entry. ICONN must be greater than zero and - less than or equal to NLAKECONN for lake LAKENO. This argument is an + less than or equal to NLAKECONN for lake IFNO. This argument is an index variable, which means that it should be treated as zero-based when working with FloPy and Python. Flopy will automatically subtract one when loading index variables and add one when writing index @@ -207,12 +207,15 @@ class ModflowGwflak(mfpackage.MFPackage): CELLID in the NPF package. Embedded lakes can only be connected to a single cell (NLAKECONN = 1) and there must be a lake table associated with each embedded lake. - * bedleak (string) character string or real value that defines the bed + * bedleak (string) real value or character string that defines the bed leakance for the lake-GWF connection. BEDLEAK must be greater than or - equal to zero or specified to be NONE. If BEDLEAK is specified to be - NONE, the lake-GWF connection conductance is solely a function of - aquifer properties in the connected GWF cell and lakebed sediments - are assumed to be absent. + equal to zero, equal to the DNODATA value (3.0E+30), or specified to + be NONE. If DNODATA or NONE is specified for BEDLEAK, the lake-GWF + connection conductance is solely a function of aquifer properties in + the connected GWF cell and lakebed sediments are assumed to be + absent. Warning messages will be issued if NONE is specified. + Eventually the ability to specify NONE will be deprecated and cause + MODFLOW 6 to terminate with an error. * belev (double) real value that defines the bottom elevation for a HORIZONTAL lake-GWF connection. Any value can be specified if CLAKTYPE is VERTICAL, EMBEDDEDH, or EMBEDDEDV. If CLAKTYPE is @@ -234,9 +237,9 @@ class ModflowGwflak(mfpackage.MFPackage): for a HORIZONTAL lake-GWF connection. CONNWIDTH must be greater than zero for a HORIZONTAL lake-GWF connection. Any value can be specified if CLAKTYPE is VERTICAL, EMBEDDEDH, or EMBEDDEDV. - tables : [lakeno, tab6_filename] - * lakeno (integer) integer value that defines the lake number - associated with the specified TABLES data on the line. LAKENO must be + tables : [ifno, tab6_filename] + * ifno (integer) integer value that defines the feature (lake) number + associated with the specified TABLES data on the line. IFNO must be greater than zero and less than or equal to NLAKES. The program will terminate with an error if table information for a lake is specified more than once or the number of specified tables is less than @@ -373,13 +376,13 @@ class ModflowGwflak(mfpackage.MFPackage): * rate (string) real or character value that defines the extraction rate for the lake outflow. A positive value indicates inflow and a negative value indicates outflow from - the lake. RATE only applies to active (IBOUND > 0) lakes. A - specified RATE is only applied if COUTTYPE for the OUTLETNO - is SPECIFIED. If the Options block includes a TIMESERIESFILE - entry (see the "Time-Variable Input" section), values can be - obtained from a time series by entering the time-series name - in place of a numeric value. By default, the RATE for each - SPECIFIED lake outlet is zero. + the lake. RATE only applies to outlets associated with active + lakes (STATUS is ACTIVE). A specified RATE is only applied if + COUTTYPE for the OUTLETNO is SPECIFIED. If the Options block + includes a TIMESERIESFILE entry (see the "Time-Variable + Input" section), values can be obtained from a time series by + entering the time-series name in place of a numeric value. By + default, the RATE for each SPECIFIED lake outlet is zero. invert : [string] * invert (string) real or character value that defines the invert elevation for the lake outlet. A specified INVERT @@ -785,13 +788,13 @@ class ModflowGwflak(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray lakeno strt nlakeconn aux boundname", + "type recarray ifno strt nlakeconn aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name lakeno", + "name ifno", "type integer", "shape", "tagged false", @@ -841,14 +844,14 @@ class ModflowGwflak(mfpackage.MFPackage): [ "block connectiondata", "name connectiondata", - "type recarray lakeno iconn cellid claktype bedleak belev telev " + "type recarray ifno iconn cellid claktype bedleak belev telev " "connlen connwidth", "shape (sum(nlakeconn))", "reader urword", ], [ "block connectiondata", - "name lakeno", + "name ifno", "type integer", "shape", "tagged false", @@ -932,13 +935,13 @@ class ModflowGwflak(mfpackage.MFPackage): [ "block tables", "name tables", - "type recarray lakeno tab6 filein tab6_filename", + "type recarray ifno tab6 filein tab6_filename", "shape (ntables)", "reader urword", ], [ "block tables", - "name lakeno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwfmaw.py b/flopy/mf6/modflow/mfgwfmaw.py index 0f11efbe9a..51ca09dfd9 100644 --- a/flopy/mf6/modflow/mfgwfmaw.py +++ b/flopy/mf6/modflow/mfgwfmaw.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -125,11 +125,11 @@ class ModflowGwfmaw(mfpackage.MFPackage): nmawwells : integer * nmawwells (integer) integer value specifying the number of multi- aquifer wells that will be simulated for all stress periods. - packagedata : [wellno, radius, bottom, strt, condeqn, ngwfnodes, aux, + packagedata : [ifno, radius, bottom, strt, condeqn, ngwfnodes, aux, boundname] - * wellno (integer) integer value that defines the well number - associated with the specified PACKAGEDATA data on the line. WELLNO - must be greater than zero and less than or equal to NMAWWELLS. Multi- + * ifno (integer) integer value that defines the feature (well) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NMAWWELLS. Multi- aquifer well information must be specified for every multi-aquifer well or the program will terminate with an error. The program will also terminate with an error if information for a multi-aquifer well @@ -176,8 +176,8 @@ class ModflowGwfmaw(mfpackage.MFPackage): error condition occurs, it is suggested that the THEIM or MEAN conductance equations be used for these multi-aquifer wells. * ngwfnodes (integer) integer value that defines the number of GWF - nodes connected to this (WELLNO) multi-aquifer well. NGWFNODES must - be greater than zero. + nodes connected to this (IFNO) multi-aquifer well. NGWFNODES must be + greater than zero. * aux (double) represents the values of the auxiliary variables for each multi-aquifer well. The values of auxiliary variables must be present for each multi-aquifer well. The values must be specified in @@ -190,10 +190,10 @@ class ModflowGwfmaw(mfpackage.MFPackage): an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - connectiondata : [wellno, icon, cellid, scrn_top, scrn_bot, hk_skin, + connectiondata : [ifno, icon, cellid, scrn_top, scrn_bot, hk_skin, radius_skin] - * wellno (integer) integer value that defines the well number - associated with the specified CONNECTIONDATA data on the line. WELLNO + * ifno (integer) integer value that defines the feature (well) number + associated with the specified CONNECTIONDATA data on the line. IFNO must be greater than zero and less than or equal to NMAWWELLS. Multi- aquifer well connection information must be specified for every multi-aquifer well connection to the GWF model (NGWFNODES) or the @@ -207,10 +207,10 @@ class ModflowGwfmaw(mfpackage.MFPackage): * icon (integer) integer value that defines the GWF connection number for this multi-aquifer well connection entry. ICONN must be greater than zero and less than or equal to NGWFNODES for multi-aquifer well - WELLNO. This argument is an index variable, which means that it - should be treated as zero-based when working with FloPy and Python. - Flopy will automatically subtract one when loading index variables - and add one when writing index variables. + IFNO. This argument is an index variable, which means that it should + be treated as zero-based when working with FloPy and Python. Flopy + will automatically subtract one when loading index variables and add + one when writing index variables. * cellid ((integer, ...)) is the cell identifier, and depends on the type of grid that is used for the simulation. For a structured grid that uses the DIS input file, CELLID is the layer, row, and column. @@ -259,14 +259,14 @@ class ModflowGwfmaw(mfpackage.MFPackage): if CONDEQN is SPECIFIED or THIEM. If CONDEQN is SKIN, CUMULATIVE, or MEAN, the program will terminate with an error if RADIUS_SKIN is less than or equal to the RADIUS for the multi-aquifer well. - perioddata : [wellno, mawsetting] - * wellno (integer) integer value that defines the well number - associated with the specified PERIOD data on the line. WELLNO must be - greater than zero and less than or equal to NMAWWELLS. This argument - is an index variable, which means that it should be treated as zero- - based when working with FloPy and Python. Flopy will automatically - subtract one when loading index variables and add one when writing - index variables. + perioddata : [ifno, mawsetting] + * ifno (integer) integer value that defines the well number associated + with the specified PERIOD data on the line. IFNO must be greater than + zero and less than or equal to NMAWWELLS. This argument is an index + variable, which means that it should be treated as zero-based when + working with FloPy and Python. Flopy will automatically subtract one + when loading index variables and add one when writing index + variables. * mawsetting (keystring) line of information that is parsed into a keyword and values. Keyword values that can be used to start the MAWSETTING string include: STATUS, FLOWING_WELL, RATE, WELL_HEAD, @@ -291,12 +291,12 @@ class ModflowGwfmaw(mfpackage.MFPackage): * rate (double) is the volumetric pumping rate for the multi- aquifer well. A positive value indicates recharge and a negative value indicates discharge (pumping). RATE only - applies to active (IBOUND > 0) multi-aquifer wells. If the - Options block includes a TIMESERIESFILE entry (see the "Time- - Variable Input" section), values can be obtained from a time - series by entering the time-series name in place of a numeric - value. By default, the RATE for each multi-aquifer well is - zero. + applies to active (STATUS is ACTIVE) multi-aquifer wells. If + the Options block includes a TIMESERIESFILE entry (see the + "Time-Variable Input" section), values can be obtained from a + time series by entering the time-series name in place of a + numeric value. By default, the RATE for each multi-aquifer + well is zero. well_head : [double] * well_head (double) is the head in the multi-aquifer well. WELL_HEAD is only applied to constant head (STATUS is @@ -700,14 +700,14 @@ class ModflowGwfmaw(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray wellno radius bottom strt condeqn ngwfnodes aux " + "type recarray ifno radius bottom strt condeqn ngwfnodes aux " "boundname", "shape (nmawwells)", "reader urword", ], [ "block packagedata", - "name wellno", + "name ifno", "type integer", "shape", "tagged false", @@ -784,13 +784,13 @@ class ModflowGwfmaw(mfpackage.MFPackage): [ "block connectiondata", "name connectiondata", - "type recarray wellno icon cellid scrn_top scrn_bot hk_skin " + "type recarray ifno icon cellid scrn_top scrn_bot hk_skin " "radius_skin", "reader urword", ], [ "block connectiondata", - "name wellno", + "name ifno", "type integer", "shape", "tagged false", @@ -868,13 +868,13 @@ class ModflowGwfmaw(mfpackage.MFPackage): [ "block period", "name perioddata", - "type recarray wellno mawsetting", + "type recarray ifno mawsetting", "shape", "reader urword", ], [ "block period", - "name wellno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwfmvr.py b/flopy/mf6/modflow/mfgwfmvr.py index 7b9892565d..3a8cd82e25 100644 --- a/flopy/mf6/modflow/mfgwfmvr.py +++ b/flopy/mf6/modflow/mfgwfmvr.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfnam.py b/flopy/mf6/modflow/mfgwfnam.py index 060d0fc9be..bbf4127642 100644 --- a/flopy/mf6/modflow/mfgwfnam.py +++ b/flopy/mf6/modflow/mfgwfnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfnpf.py b/flopy/mf6/modflow/mfgwfnpf.py index e230e13229..812a836607 100644 --- a/flopy/mf6/modflow/mfgwfnpf.py +++ b/flopy/mf6/modflow/mfgwfnpf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfoc.py b/flopy/mf6/modflow/mfgwfoc.py index 3586b96315..d0a17a0e34 100644 --- a/flopy/mf6/modflow/mfgwfoc.py +++ b/flopy/mf6/modflow/mfgwfoc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfrch.py b/flopy/mf6/modflow/mfgwfrch.py index eeac8c5719..aa7361b4fb 100644 --- a/flopy/mf6/modflow/mfgwfrch.py +++ b/flopy/mf6/modflow/mfgwfrch.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfrcha.py b/flopy/mf6/modflow/mfgwfrcha.py index 35fc60d5fb..5802988ff0 100644 --- a/flopy/mf6/modflow/mfgwfrcha.py +++ b/flopy/mf6/modflow/mfgwfrcha.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfriv.py b/flopy/mf6/modflow/mfgwfriv.py index 56389249b8..9dd03b6cb7 100644 --- a/flopy/mf6/modflow/mfgwfriv.py +++ b/flopy/mf6/modflow/mfgwfriv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfsfr.py b/flopy/mf6/modflow/mfgwfsfr.py index 0ff6e66df4..e32fb7f3bd 100644 --- a/flopy/mf6/modflow/mfgwfsfr.py +++ b/flopy/mf6/modflow/mfgwfsfr.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -131,27 +131,35 @@ class ModflowGwfsfr(mfpackage.MFPackage): nreaches : integer * nreaches (integer) integer value specifying the number of stream reaches. There must be NREACHES entries in the PACKAGEDATA block. - packagedata : [rno, cellid, rlen, rwid, rgrd, rtp, rbth, rhk, man, ncon, + packagedata : [ifno, cellid, rlen, rwid, rgrd, rtp, rbth, rhk, man, ncon, ustrf, ndv, aux, boundname] - * rno (integer) integer value that defines the reach number associated - with the specified PACKAGEDATA data on the line. RNO must be greater - than zero and less than or equal to NREACHES. Reach information must - be specified for every reach or the program will terminate with an - error. The program will also terminate with an error if information - for a reach is specified more than once. This argument is an index - variable, which means that it should be treated as zero-based when - working with FloPy and Python. Flopy will automatically subtract one - when loading index variables and add one when writing index - variables. - * cellid ((integer, ...)) The keyword 'NONE' must be specified for - reaches that are not connected to an underlying GWF cell. The keyword - 'NONE' is used for reaches that are in cells that have IDOMAIN values - less than one or are in areas not covered by the GWF model grid. - Reach-aquifer flow is not calculated if the keyword 'NONE' is - specified. This argument is an index variable, which means that it - should be treated as zero-based when working with FloPy and Python. - Flopy will automatically subtract one when loading index variables - and add one when writing index variables. + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NREACHES. Reach + information must be specified for every reach or the program will + terminate with an error. The program will also terminate with an + error if information for a reach is specified more than once. This + argument is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will + automatically subtract one when loading index variables and add one + when writing index variables. + * cellid ((integer, ...)) is the cell identifier, and depends on the + type of grid that is used for the simulation. For a structured grid + that uses the DIS input file, CELLID is the layer, row, and column. + For a grid that uses the DISV input file, CELLID is the layer and + CELL2D number. If the model uses the unstructured discretization + (DISU) input file, CELLID is the node number for the cell. For + reaches that are not connected to an underlying GWF cell, a zero + should be specified for each grid dimension. For example, for a DIS + grid a CELLID of 0 0 0 should be specified. Reach-aquifer flow is not + calculated for unconnected reaches. The keyword NONE can be still be + specified to identify unconnected reaches for backward compatibility + with previous versions of MODFLOW 6 but eventually NONE will be + deprecated and will cause MODFLOW 6 to terminate with an error. This + argument is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will + automatically subtract one when loading index variables and add one + when writing index variables. * rlen (double) real value that defines the reach length. RLEN must be greater than zero. * rwid (double) real value that defines the reach width. RWID must be @@ -161,11 +169,12 @@ class ModflowGwfsfr(mfpackage.MFPackage): * rtp (double) real value that defines the bottom elevation of the reach. * rbth (double) real value that defines the thickness of the reach - streambed. RBTH can be any value if CELLID is 'NONE'. Otherwise, RBTH - must be greater than zero. + streambed. RBTH can be any value if the reach is not connected to an + underlying GWF cell. Otherwise, RBTH must be greater than zero. * rhk (double) real value that defines the hydraulic conductivity of - the reach streambed. RHK can be any positive value if CELLID is - 'NONE'. Otherwise, RHK must be greater than zero. + the reach streambed. RHK can be any positive value if the reach is + not connected to an underlying GWF cell. Otherwise, RHK must be + greater than zero. * man (string) real or character value that defines the Manning's roughness coefficient for the reach. MAN must be greater than zero. If the Options block includes a TIMESERIESFILE entry (see the "Time- @@ -173,7 +182,7 @@ class ModflowGwfsfr(mfpackage.MFPackage): by entering the time-series name in place of a numeric value. * ncon (integer) integer value that defines the number of reaches connected to the reach. If a value of zero is specified for NCON an - entry for RNO is still required in the subsequent CONNECTIONDATA + entry for IFNO is still required in the subsequent CONNECTIONDATA block. * ustrf (double) real value that defines the fraction of upstream flow from each upstream reach that is applied as upstream inflow to the @@ -197,15 +206,16 @@ class ModflowGwfsfr(mfpackage.MFPackage): ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - crosssections : [rno, tab6_filename] - * rno (integer) integer value that defines the reach number associated - with the specified cross-section table file on the line. RNO must be - greater than zero and less than or equal to NREACHES. The program - will also terminate with an error if table information for a reach is - specified more than once. This argument is an index variable, which - means that it should be treated as zero-based when working with FloPy - and Python. Flopy will automatically subtract one when loading index - variables and add one when writing index variables. + crosssections : [ifno, tab6_filename] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified cross-section table file on the line. + IFNO must be greater than zero and less than or equal to NREACHES. + The program will also terminate with an error if table information + for a reach is specified more than once. This argument is an index + variable, which means that it should be treated as zero-based when + working with FloPy and Python. Flopy will automatically subtract one + when loading index variables and add one when writing index + variables. * tab6_filename (string) character string that defines the path and filename for the file containing cross-section table data for the reach. The TAB6_FILENAME file includes the number of entries in the @@ -213,10 +223,10 @@ class ModflowGwfsfr(mfpackage.MFPackage): and the reach depth. Instructions for creating the TAB6_FILENAME input file are provided in SFR Reach Cross-Section Table Input File section. - connectiondata : [rno, ic] - * rno (integer) integer value that defines the reach number associated - with the specified CONNECTIONDATA data on the line. RNO must be - greater than zero and less than or equal to NREACHES. Reach + connectiondata : [ifno, ic] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified CONNECTIONDATA data on the line. IFNO + must be greater than zero and less than or equal to NREACHES. Reach connection information must be specified for every reach or the program will terminate with an error. The program will also terminate with an error if connection information for a reach is specified more @@ -236,12 +246,12 @@ class ModflowGwfsfr(mfpackage.MFPackage): that it should be treated as zero-based when working with FloPy and Python. Flopy will automatically subtract one when loading index variables and add one when writing index variables. - diversions : [rno, idv, iconr, cprior] - * rno (integer) integer value that defines the reach number associated - with the specified DIVERSIONS data on the line. RNO must be greater - than zero and less than or equal to NREACHES. Reach diversion - information must be specified for every reach with a NDV value - greater than 0 or the program will terminate with an error. The + diversions : [ifno, idv, iconr, cprior] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified DIVERSIONS data on the line. IFNO must + be greater than zero and less than or equal to NREACHES. Reach + diversion information must be specified for every reach with a NDV + value greater than 0 or the program will terminate with an error. The program will also terminate with an error if diversion information for a given reach diversion is specified more than once. This argument is an index variable, which means that it should be treated @@ -249,16 +259,16 @@ class ModflowGwfsfr(mfpackage.MFPackage): automatically subtract one when loading index variables and add one when writing index variables. * idv (integer) integer value that defines the downstream diversion - number for the diversion for reach RNO. IDV must be greater than zero - and less than or equal to NDV for reach RNO. This argument is an - index variable, which means that it should be treated as zero-based - when working with FloPy and Python. Flopy will automatically subtract - one when loading index variables and add one when writing index - variables. + number for the diversion for reach IFNO. IDV must be greater than + zero and less than or equal to NDV for reach IFNO. This argument is + an index variable, which means that it should be treated as zero- + based when working with FloPy and Python. Flopy will automatically + subtract one when loading index variables and add one when writing + index variables. * iconr (integer) integer value that defines the downstream reach that will receive the diverted water. IDV must be greater than zero and less than or equal to NREACHES. Furthermore, reach ICONR must be a - downstream connection for reach RNO. This argument is an index + downstream connection for reach IFNO. This argument is an index variable, which means that it should be treated as zero-based when working with FloPy and Python. Flopy will automatically subtract one when loading index variables and add one when writing index @@ -269,35 +279,35 @@ class ModflowGwfsfr(mfpackage.MFPackage): conjunction with the value of FLOW value specified in the STRESS_PERIOD_DATA section. Available diversion options include: (1) CPRIOR = 'FRACTION', then the amount of the diversion is computed as - a fraction of the streamflow leaving reach RNO (:math:`Q_{DS}`); in + a fraction of the streamflow leaving reach IFNO (:math:`Q_{DS}`); in this case, 0.0 :math:`\\le` DIVFLOW :math:`\\le` 1.0. (2) CPRIOR = - 'EXCESS', a diversion is made only if :math:`Q_{DS}` for reach RNO + 'EXCESS', a diversion is made only if :math:`Q_{DS}` for reach IFNO exceeds the value of DIVFLOW. If this occurs, then the quantity of water diverted is the excess flow (:math:`Q_{DS} -` DIVFLOW) and - :math:`Q_{DS}` from reach RNO is set equal to DIVFLOW. This + :math:`Q_{DS}` from reach IFNO is set equal to DIVFLOW. This represents a flood-control type of diversion, as described by Danskin and Hanson (2002). (3) CPRIOR = 'THRESHOLD', then if :math:`Q_{DS}` - in reach RNO is less than the specified diversion flow DIVFLOW, no - water is diverted from reach RNO. If :math:`Q_{DS}` in reach RNO is + in reach IFNO is less than the specified diversion flow DIVFLOW, no + water is diverted from reach IFNO. If :math:`Q_{DS}` in reach IFNO is greater than or equal to DIVFLOW, DIVFLOW is diverted and :math:`Q_{DS}` is set to the remainder (:math:`Q_{DS} -` DIVFLOW)). This approach assumes that once flow in the stream is sufficiently low, diversions from the stream cease, and is the 'priority' algorithm that originally was programmed into the STR1 Package - (Prudic, 1989). (4) CPRIOR = 'UPTO' -- if :math:`Q_{DS}` in reach RNO - is greater than or equal to the specified diversion flow DIVFLOW, - :math:`Q_{DS}` is reduced by DIVFLOW. If :math:`Q_{DS}` in reach RNO - is less than DIVFLOW, DIVFLOW is set to :math:`Q_{DS}` and there will - be no flow available for reaches connected to downstream end of reach - RNO. - perioddata : [rno, sfrsetting] - * rno (integer) integer value that defines the reach number associated - with the specified PERIOD data on the line. RNO must be greater than - zero and less than or equal to NREACHES. This argument is an index - variable, which means that it should be treated as zero-based when - working with FloPy and Python. Flopy will automatically subtract one - when loading index variables and add one when writing index - variables. + (Prudic, 1989). (4) CPRIOR = 'UPTO' -- if :math:`Q_{DS}` in reach + IFNO is greater than or equal to the specified diversion flow + DIVFLOW, :math:`Q_{DS}` is reduced by DIVFLOW. If :math:`Q_{DS}` in + reach IFNO is less than DIVFLOW, DIVFLOW is set to :math:`Q_{DS}` and + there will be no flow available for reaches connected to downstream + end of reach IFNO. + perioddata : [ifno, sfrsetting] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified PERIOD data on the line. IFNO must be + greater than zero and less than or equal to NREACHES. This argument + is an index variable, which means that it should be treated as zero- + based when working with FloPy and Python. Flopy will automatically + subtract one when loading index variables and add one when writing + index variables. * sfrsetting (keystring) line of information that is parsed into a keyword and values. Keyword values that can be used to start the SFRSETTING string include: STATUS, MANNING, STAGE, INFLOW, RAINFALL, @@ -381,10 +391,10 @@ class ModflowGwfsfr(mfpackage.MFPackage): zero. By default, runoff rates are zero for each reach. diversionrecord : [idv, divflow] * idv (integer) an integer value specifying which diversion of - reach RNO that DIVFLOW is being specified for. Must be less - or equal to ndv for the current reach (RNO). This argument is - an index variable, which means that it should be treated as - zero-based when working with FloPy and Python. Flopy will + reach IFNO that DIVFLOW is being specified for. Must be less + or equal to ndv for the current reach (IFNO). This argument + is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will automatically subtract one when loading index variables and add one when writing index variables. * divflow (double) real or character value that defines the @@ -779,14 +789,14 @@ class ModflowGwfsfr(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray rno cellid rlen rwid rgrd rtp rbth rhk man ncon " + "type recarray ifno cellid rlen rwid rgrd rtp rbth rhk man ncon " "ustrf ndv aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name rno", + "name ifno", "type integer", "shape", "tagged false", @@ -919,7 +929,7 @@ class ModflowGwfsfr(mfpackage.MFPackage): [ "block crosssections", "name crosssections", - "type recarray rno tab6 filein tab6_filename", + "type recarray ifno tab6 filein tab6_filename", "shape", "valid", "optional false", @@ -927,7 +937,7 @@ class ModflowGwfsfr(mfpackage.MFPackage): ], [ "block crosssections", - "name rno", + "name ifno", "type integer", "shape", "tagged false", @@ -968,13 +978,13 @@ class ModflowGwfsfr(mfpackage.MFPackage): [ "block connectiondata", "name connectiondata", - "type recarray rno ic", + "type recarray ifno ic", "shape (maxbound)", "reader urword", ], [ "block connectiondata", - "name rno", + "name ifno", "type integer", "shape", "tagged false", @@ -986,7 +996,7 @@ class ModflowGwfsfr(mfpackage.MFPackage): "block connectiondata", "name ic", "type integer", - "shape (ncon(rno))", + "shape (ncon(ifno))", "tagged false", "in_record true", "reader urword", @@ -997,13 +1007,13 @@ class ModflowGwfsfr(mfpackage.MFPackage): [ "block diversions", "name diversions", - "type recarray rno idv iconr cprior", + "type recarray ifno idv iconr cprior", "shape (maxbound)", "reader urword", ], [ "block diversions", - "name rno", + "name ifno", "type integer", "shape", "tagged false", @@ -1055,13 +1065,13 @@ class ModflowGwfsfr(mfpackage.MFPackage): [ "block period", "name perioddata", - "type recarray rno sfrsetting", + "type recarray ifno sfrsetting", "shape", "reader urword", ], [ "block period", - "name rno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwfsto.py b/flopy/mf6/modflow/mfgwfsto.py index 306ce7dbf4..61dce0013f 100644 --- a/flopy/mf6/modflow/mfgwfsto.py +++ b/flopy/mf6/modflow/mfgwfsto.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfuzf.py b/flopy/mf6/modflow/mfgwfuzf.py index 085daefd32..dd845bdaa6 100644 --- a/flopy/mf6/modflow/mfgwfuzf.py +++ b/flopy/mf6/modflow/mfgwfuzf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -125,13 +125,13 @@ class ModflowGwfuzf(mfpackage.MFPackage): of 40 can be used for NWAVESETS. This value can be increased if more waves are required to resolve variations in water content within the unsaturated zone. - packagedata : [iuzno, cellid, landflag, ivertcon, surfdep, vks, thtr, thts, + packagedata : [ifno, cellid, landflag, ivertcon, surfdep, vks, thtr, thts, thti, eps, boundname] - * iuzno (integer) integer value that defines the UZF cell number - associated with the specified PACKAGEDATA data on the line. IUZNO - must be greater than zero and less than or equal to NUZFCELLS. UZF - information must be specified for every UZF cell or the program will - terminate with an error. The program will also terminate with an + * ifno (integer) integer value that defines the feature (UZF object) + number associated with the specified PACKAGEDATA data on the line. + IFNO must be greater than zero and less than or equal to NUZFCELLS. + UZF information must be specified for every UZF cell or the program + will terminate with an error. The program will also terminate with an error if information for a UZF cell is specified more than once. This argument is an index variable, which means that it should be treated as zero-based when working with FloPy and Python. Flopy will @@ -185,13 +185,13 @@ class ModflowGwfuzf(mfpackage.MFPackage): character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - perioddata : [iuzno, finf, pet, extdp, extwc, ha, hroot, rootact, aux] - * iuzno (integer) integer value that defines the UZF cell number - associated with the specified PERIOD data on the line. This argument - is an index variable, which means that it should be treated as zero- - based when working with FloPy and Python. Flopy will automatically - subtract one when loading index variables and add one when writing - index variables. + perioddata : [ifno, finf, pet, extdp, extwc, ha, hroot, rootact, aux] + * ifno (integer) integer value that defines the feature (UZF object) + number associated with the specified PERIOD data on the line. This + argument is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will + automatically subtract one when loading index variables and add one + when writing index variables. * finf (string) real or character value that defines the applied infiltration rate of the UZF cell (:math:`LT^{-1}`). If the Options block includes a TIMESERIESFILE entry (see the "Time-Variable Input" @@ -632,14 +632,14 @@ class ModflowGwfuzf(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray iuzno cellid landflag ivertcon surfdep vks thtr " + "type recarray ifno cellid landflag ivertcon surfdep vks thtr " "thts thti eps boundname", "shape (nuzfcells)", "reader urword", ], [ "block packagedata", - "name iuzno", + "name ifno", "type integer", "shape", "tagged false", @@ -754,13 +754,13 @@ class ModflowGwfuzf(mfpackage.MFPackage): [ "block period", "name perioddata", - "type recarray iuzno finf pet extdp extwc ha hroot rootact aux", + "type recarray ifno finf pet extdp extwc ha hroot rootact aux", "shape", "reader urword", ], [ "block period", - "name iuzno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwfvsc.py b/flopy/mf6/modflow/mfgwfvsc.py index 5c14ea448d..48df5dc011 100644 --- a/flopy/mf6/modflow/mfgwfvsc.py +++ b/flopy/mf6/modflow/mfgwfvsc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfwel.py b/flopy/mf6/modflow/mfgwfwel.py index 6dee2f1742..c121405de4 100644 --- a/flopy/mf6/modflow/mfgwfwel.py +++ b/flopy/mf6/modflow/mfgwfwel.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwt.py b/flopy/mf6/modflow/mfgwt.py index d182e3d645..0a6a7e96d1 100644 --- a/flopy/mf6/modflow/mfgwt.py +++ b/flopy/mf6/modflow/mfgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfmodel from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtadv.py b/flopy/mf6/modflow/mfgwtadv.py index e0e3a18208..2d15ee2820 100644 --- a/flopy/mf6/modflow/mfgwtadv.py +++ b/flopy/mf6/modflow/mfgwtadv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgwtapi.py b/flopy/mf6/modflow/mfgwtapi.py index 36425a383c..fb0864c382 100644 --- a/flopy/mf6/modflow/mfgwtapi.py +++ b/flopy/mf6/modflow/mfgwtapi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtcnc.py b/flopy/mf6/modflow/mfgwtcnc.py index 313750b077..477e856771 100644 --- a/flopy/mf6/modflow/mfgwtcnc.py +++ b/flopy/mf6/modflow/mfgwtcnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdis.py b/flopy/mf6/modflow/mfgwtdis.py index d12d8a6aaa..398bdc1fb9 100644 --- a/flopy/mf6/modflow/mfgwtdis.py +++ b/flopy/mf6/modflow/mfgwtdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdisu.py b/flopy/mf6/modflow/mfgwtdisu.py index f965cf1c37..2936817869 100644 --- a/flopy/mf6/modflow/mfgwtdisu.py +++ b/flopy/mf6/modflow/mfgwtdisu.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdisv.py b/flopy/mf6/modflow/mfgwtdisv.py index f6d234bc74..f2c80051b7 100644 --- a/flopy/mf6/modflow/mfgwtdisv.py +++ b/flopy/mf6/modflow/mfgwtdisv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdsp.py b/flopy/mf6/modflow/mfgwtdsp.py index 364f770a96..c3651af72d 100644 --- a/flopy/mf6/modflow/mfgwtdsp.py +++ b/flopy/mf6/modflow/mfgwtdsp.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtfmi.py b/flopy/mf6/modflow/mfgwtfmi.py index 9e9fc0ca98..f3803a7df6 100644 --- a/flopy/mf6/modflow/mfgwtfmi.py +++ b/flopy/mf6/modflow/mfgwtfmi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtgwt.py b/flopy/mf6/modflow/mfgwtgwt.py index bc8402ed85..5e38fab54a 100644 --- a/flopy/mf6/modflow/mfgwtgwt.py +++ b/flopy/mf6/modflow/mfgwtgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtic.py b/flopy/mf6/modflow/mfgwtic.py index 1bd48dae1c..e2e6a6e5f3 100644 --- a/flopy/mf6/modflow/mfgwtic.py +++ b/flopy/mf6/modflow/mfgwtic.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtist.py b/flopy/mf6/modflow/mfgwtist.py index 3169443143..091b22fef2 100644 --- a/flopy/mf6/modflow/mfgwtist.py +++ b/flopy/mf6/modflow/mfgwtist.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtlkt.py b/flopy/mf6/modflow/mfgwtlkt.py index 80c3abec15..b3a4c92bd8 100644 --- a/flopy/mf6/modflow/mfgwtlkt.py +++ b/flopy/mf6/modflow/mfgwtlkt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -88,10 +88,10 @@ class ModflowGwtlkt(mfpackage.MFPackage): containing data for the obs package with variable names as keys and package data as values. Data just for the observations variable is also acceptable. See obs package documentation for more information. - packagedata : [lakeno, strt, aux, boundname] - * lakeno (integer) integer value that defines the lake number - associated with the specified PACKAGEDATA data on the line. LAKENO - must be greater than zero and less than or equal to NLAKES. Lake + packagedata : [ifno, strt, aux, boundname] + * ifno (integer) integer value that defines the feature (lake) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NLAKES. Lake information must be specified for every lake or the program will terminate with an error. The program will also terminate with an error if information for a lake is specified more than once. This @@ -113,9 +113,9 @@ class ModflowGwtlkt(mfpackage.MFPackage): character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - lakeperioddata : [lakeno, laksetting] - * lakeno (integer) integer value that defines the lake number - associated with the specified PERIOD data on the line. LAKENO must be + lakeperioddata : [ifno, laksetting] + * ifno (integer) integer value that defines the feature (lake) number + associated with the specified PERIOD data on the line. IFNO must be greater than zero and less than or equal to NLAKES. This argument is an index variable, which means that it should be treated as zero- based when working with FloPy and Python. Flopy will automatically @@ -469,13 +469,13 @@ class ModflowGwtlkt(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray lakeno strt aux boundname", + "type recarray ifno strt aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name lakeno", + "name ifno", "type integer", "shape", "tagged false", @@ -528,13 +528,13 @@ class ModflowGwtlkt(mfpackage.MFPackage): [ "block period", "name lakeperioddata", - "type recarray lakeno laksetting", + "type recarray ifno laksetting", "shape", "reader urword", ], [ "block period", - "name lakeno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwtmst.py b/flopy/mf6/modflow/mfgwtmst.py index 0036946c69..a2d69849ec 100644 --- a/flopy/mf6/modflow/mfgwtmst.py +++ b/flopy/mf6/modflow/mfgwtmst.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtmvt.py b/flopy/mf6/modflow/mfgwtmvt.py index eb13fd9fe5..0351982ec7 100644 --- a/flopy/mf6/modflow/mfgwtmvt.py +++ b/flopy/mf6/modflow/mfgwtmvt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtmwt.py b/flopy/mf6/modflow/mfgwtmwt.py index 45cbfb2b6a..2d5929eb61 100644 --- a/flopy/mf6/modflow/mfgwtmwt.py +++ b/flopy/mf6/modflow/mfgwtmwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -88,10 +88,10 @@ class ModflowGwtmwt(mfpackage.MFPackage): containing data for the obs package with variable names as keys and package data as values. Data just for the observations variable is also acceptable. See obs package documentation for more information. - packagedata : [mawno, strt, aux, boundname] - * mawno (integer) integer value that defines the well number associated - with the specified PACKAGEDATA data on the line. MAWNO must be - greater than zero and less than or equal to NMAWWELLS. Well + packagedata : [ifno, strt, aux, boundname] + * ifno (integer) integer value that defines the feature (well) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NMAWWELLS. Well information must be specified for every well or the program will terminate with an error. The program will also terminate with an error if information for a well is specified more than once. This @@ -113,14 +113,14 @@ class ModflowGwtmwt(mfpackage.MFPackage): character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - mwtperioddata : [mawno, mwtsetting] - * mawno (integer) integer value that defines the well number associated - with the specified PERIOD data on the line. MAWNO must be greater - than zero and less than or equal to NMAWWELLS. This argument is an - index variable, which means that it should be treated as zero-based - when working with FloPy and Python. Flopy will automatically subtract - one when loading index variables and add one when writing index - variables. + mwtperioddata : [ifno, mwtsetting] + * ifno (integer) integer value that defines the feature (well) number + associated with the specified PERIOD data on the line. IFNO must be + greater than zero and less than or equal to NMAWWELLS. This argument + is an index variable, which means that it should be treated as zero- + based when working with FloPy and Python. Flopy will automatically + subtract one when loading index variables and add one when writing + index variables. * mwtsetting (keystring) line of information that is parsed into a keyword and values. Keyword values that can be used to start the MWTSETTING string include: STATUS, CONCENTRATION, RAINFALL, @@ -444,13 +444,13 @@ class ModflowGwtmwt(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray mawno strt aux boundname", + "type recarray ifno strt aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name mawno", + "name ifno", "type integer", "shape", "tagged false", @@ -503,13 +503,13 @@ class ModflowGwtmwt(mfpackage.MFPackage): [ "block period", "name mwtperioddata", - "type recarray mawno mwtsetting", + "type recarray ifno mwtsetting", "shape", "reader urword", ], [ "block period", - "name mawno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwtnam.py b/flopy/mf6/modflow/mfgwtnam.py index 86355bdd2f..e3b5921683 100644 --- a/flopy/mf6/modflow/mfgwtnam.py +++ b/flopy/mf6/modflow/mfgwtnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtoc.py b/flopy/mf6/modflow/mfgwtoc.py index fbf5be2646..88b70f1e0a 100644 --- a/flopy/mf6/modflow/mfgwtoc.py +++ b/flopy/mf6/modflow/mfgwtoc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtsft.py b/flopy/mf6/modflow/mfgwtsft.py index 9b8f50b005..00814b1757 100644 --- a/flopy/mf6/modflow/mfgwtsft.py +++ b/flopy/mf6/modflow/mfgwtsft.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -88,17 +88,17 @@ class ModflowGwtsft(mfpackage.MFPackage): containing data for the obs package with variable names as keys and package data as values. Data just for the observations variable is also acceptable. See obs package documentation for more information. - packagedata : [rno, strt, aux, boundname] - * rno (integer) integer value that defines the reach number associated - with the specified PACKAGEDATA data on the line. RNO must be greater - than zero and less than or equal to NREACHES. Reach information must - be specified for every reach or the program will terminate with an - error. The program will also terminate with an error if information - for a reach is specified more than once. This argument is an index - variable, which means that it should be treated as zero-based when - working with FloPy and Python. Flopy will automatically subtract one - when loading index variables and add one when writing index - variables. + packagedata : [ifno, strt, aux, boundname] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified PACKAGEDATA data on the line. IFNO must + be greater than zero and less than or equal to NREACHES. Reach + information must be specified for every reach or the program will + terminate with an error. The program will also terminate with an + error if information for a reach is specified more than once. This + argument is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will + automatically subtract one when loading index variables and add one + when writing index variables. * strt (double) real value that defines the starting concentration for the reach. * aux (double) represents the values of the auxiliary variables for @@ -113,14 +113,14 @@ class ModflowGwtsft(mfpackage.MFPackage): character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - reachperioddata : [rno, reachsetting] - * rno (integer) integer value that defines the reach number associated - with the specified PERIOD data on the line. RNO must be greater than - zero and less than or equal to NREACHES. This argument is an index - variable, which means that it should be treated as zero-based when - working with FloPy and Python. Flopy will automatically subtract one - when loading index variables and add one when writing index - variables. + reachperioddata : [ifno, reachsetting] + * ifno (integer) integer value that defines the feature (reach) number + associated with the specified PERIOD data on the line. IFNO must be + greater than zero and less than or equal to NREACHES. This argument + is an index variable, which means that it should be treated as zero- + based when working with FloPy and Python. Flopy will automatically + subtract one when loading index variables and add one when writing + index variables. * reachsetting (keystring) line of information that is parsed into a keyword and values. Keyword values that can be used to start the REACHSETTING string include: STATUS, CONCENTRATION, RAINFALL, @@ -467,13 +467,13 @@ class ModflowGwtsft(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray rno strt aux boundname", + "type recarray ifno strt aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name rno", + "name ifno", "type integer", "shape", "tagged false", @@ -526,13 +526,13 @@ class ModflowGwtsft(mfpackage.MFPackage): [ "block period", "name reachperioddata", - "type recarray rno reachsetting", + "type recarray ifno reachsetting", "shape", "reader urword", ], [ "block period", - "name rno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfgwtsrc.py b/flopy/mf6/modflow/mfgwtsrc.py index 0b2f22d228..4e25bcd1e2 100644 --- a/flopy/mf6/modflow/mfgwtsrc.py +++ b/flopy/mf6/modflow/mfgwtsrc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtssm.py b/flopy/mf6/modflow/mfgwtssm.py index 66c4d8234f..88482f5638 100644 --- a/flopy/mf6/modflow/mfgwtssm.py +++ b/flopy/mf6/modflow/mfgwtssm.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtuzt.py b/flopy/mf6/modflow/mfgwtuzt.py index 4ef9ff3255..f627c50f57 100644 --- a/flopy/mf6/modflow/mfgwtuzt.py +++ b/flopy/mf6/modflow/mfgwtuzt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator @@ -88,10 +88,10 @@ class ModflowGwtuzt(mfpackage.MFPackage): containing data for the obs package with variable names as keys and package data as values. Data just for the observations variable is also acceptable. See obs package documentation for more information. - packagedata : [uzfno, strt, aux, boundname] - * uzfno (integer) integer value that defines the UZF cell number - associated with the specified PACKAGEDATA data on the line. UZFNO - must be greater than zero and less than or equal to NUZFCELLS. + packagedata : [ifno, strt, aux, boundname] + * ifno (integer) integer value that defines the feature (UZF object) + number associated with the specified PACKAGEDATA data on the line. + IFNO must be greater than zero and less than or equal to NUZFCELLS. Unsaturated zone flow information must be specified for every UZF cell or the program will terminate with an error. The program will also terminate with an error if information for a UZF cell is @@ -113,14 +113,14 @@ class ModflowGwtuzt(mfpackage.MFPackage): is an ASCII character variable that can contain as many as 40 characters. If BOUNDNAME contains spaces in it, then the entire name must be enclosed within single quotes. - uztperioddata : [uzfno, uztsetting] - * uzfno (integer) integer value that defines the UZF cell number - associated with the specified PERIOD data on the line. UZFNO must be - greater than zero and less than or equal to NUZFCELLS. This argument - is an index variable, which means that it should be treated as zero- - based when working with FloPy and Python. Flopy will automatically - subtract one when loading index variables and add one when writing - index variables. + uztperioddata : [ifno, uztsetting] + * ifno (integer) integer value that defines the feature (UZF object) + number associated with the specified PERIOD data on the line. IFNO + must be greater than zero and less than or equal to NUZFCELLS. This + argument is an index variable, which means that it should be treated + as zero-based when working with FloPy and Python. Flopy will + automatically subtract one when loading index variables and add one + when writing index variables. * uztsetting (keystring) line of information that is parsed into a keyword and values. Keyword values that can be used to start the UZTSETTING string include: STATUS, CONCENTRATION, INFILTRATION, UZET, @@ -453,13 +453,13 @@ class ModflowGwtuzt(mfpackage.MFPackage): [ "block packagedata", "name packagedata", - "type recarray uzfno strt aux boundname", + "type recarray ifno strt aux boundname", "shape (maxbound)", "reader urword", ], [ "block packagedata", - "name uzfno", + "name ifno", "type integer", "shape", "tagged false", @@ -512,13 +512,13 @@ class ModflowGwtuzt(mfpackage.MFPackage): [ "block period", "name uztperioddata", - "type recarray uzfno uztsetting", + "type recarray ifno uztsetting", "shape", "reader urword", ], [ "block period", - "name uzfno", + "name ifno", "type integer", "shape", "tagged false", diff --git a/flopy/mf6/modflow/mfims.py b/flopy/mf6/modflow/mfims.py index 68a25846e9..32f4200d3f 100644 --- a/flopy/mf6/modflow/mfims.py +++ b/flopy/mf6/modflow/mfims.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfmvr.py b/flopy/mf6/modflow/mfmvr.py index e8312bb995..9df1825c01 100644 --- a/flopy/mf6/modflow/mfmvr.py +++ b/flopy/mf6/modflow/mfmvr.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfmvt.py b/flopy/mf6/modflow/mfmvt.py index 25a980f26a..5064677a2a 100644 --- a/flopy/mf6/modflow/mfmvt.py +++ b/flopy/mf6/modflow/mfmvt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfnam.py b/flopy/mf6/modflow/mfnam.py index 6b8e71ae1e..0b6a80fffc 100644 --- a/flopy/mf6/modflow/mfnam.py +++ b/flopy/mf6/modflow/mfnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfsimulation.py b/flopy/mf6/modflow/mfsimulation.py index cde15d3a4e..43840b8844 100644 --- a/flopy/mf6/modflow/mfsimulation.py +++ b/flopy/mf6/modflow/mfsimulation.py @@ -1,9 +1,8 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 22, 2023 21:13:41 UTC +# FILE created on September 26, 2023 15:51:55 UTC import os from typing import Union - from .. import mfsimbase @@ -34,6 +33,12 @@ class MFSimulation(mfsimbase.MFSimulationBase): maxerrors : integer * maxerrors (integer) maximum number of errors that will be stored and printed. + print_input : boolean + * print_input (boolean) keyword to activate printing of simulation + input summaries to the simulation list file (mfsim.lst). With this + keyword, input summaries will be written for those packages that + support newer input data model routines. Not all packages are + supported yet by the newer input data model routines. tdis6 : string * tdis6 (string) is the name of the Temporal Discretization (TDIS) Input File. @@ -85,6 +90,7 @@ def __init__( nocheck=None, memory_print_option=None, maxerrors=None, + print_input=None, ): super().__init__( sim_name=sim_name, @@ -100,11 +106,13 @@ def __init__( self.name_file.nocheck.set_data(nocheck) self.name_file.memory_print_option.set_data(memory_print_option) self.name_file.maxerrors.set_data(maxerrors) + self.name_file.print_input.set_data(print_input) self.continue_ = self.name_file.continue_ self.nocheck = self.name_file.nocheck self.memory_print_option = self.name_file.memory_print_option self.maxerrors = self.name_file.maxerrors + self.print_input = self.name_file.print_input @classmethod def load( diff --git a/flopy/mf6/modflow/mftdis.py b/flopy/mf6/modflow/mftdis.py index a03fd63fc7..ec6f2906d0 100644 --- a/flopy/mf6/modflow/mftdis.py +++ b/flopy/mf6/modflow/mftdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlats.py b/flopy/mf6/modflow/mfutlats.py index b7eafcd11d..23df5bc4a7 100644 --- a/flopy/mf6/modflow/mfutlats.py +++ b/flopy/mf6/modflow/mfutlats.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutllaktab.py b/flopy/mf6/modflow/mfutllaktab.py index 835a219521..6f262dc8fa 100644 --- a/flopy/mf6/modflow/mfutllaktab.py +++ b/flopy/mf6/modflow/mfutllaktab.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlobs.py b/flopy/mf6/modflow/mfutlobs.py index 1ecc6bd513..06ecab24ca 100644 --- a/flopy/mf6/modflow/mfutlobs.py +++ b/flopy/mf6/modflow/mfutlobs.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlsfrtab.py b/flopy/mf6/modflow/mfutlsfrtab.py index 5bed96975b..b32e3888f6 100644 --- a/flopy/mf6/modflow/mfutlsfrtab.py +++ b/flopy/mf6/modflow/mfutlsfrtab.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlspc.py b/flopy/mf6/modflow/mfutlspc.py index e67d6ca1f0..3fb3da40fe 100644 --- a/flopy/mf6/modflow/mfutlspc.py +++ b/flopy/mf6/modflow/mfutlspc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlspca.py b/flopy/mf6/modflow/mfutlspca.py index 4c76020f7d..c869c387c2 100644 --- a/flopy/mf6/modflow/mfutlspca.py +++ b/flopy/mf6/modflow/mfutlspca.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltas.py b/flopy/mf6/modflow/mfutltas.py index f32d2ce721..c08313b94f 100644 --- a/flopy/mf6/modflow/mfutltas.py +++ b/flopy/mf6/modflow/mfutltas.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlts.py b/flopy/mf6/modflow/mfutlts.py index 748fe40a51..ba3def26cc 100644 --- a/flopy/mf6/modflow/mfutlts.py +++ b/flopy/mf6/modflow/mfutlts.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltvk.py b/flopy/mf6/modflow/mfutltvk.py index 1246e42b0a..d95113c600 100644 --- a/flopy/mf6/modflow/mfutltvk.py +++ b/flopy/mf6/modflow/mfutltvk.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltvs.py b/flopy/mf6/modflow/mfutltvs.py index 668ea596b7..82cb63a161 100644 --- a/flopy/mf6/modflow/mfutltvs.py +++ b/flopy/mf6/modflow/mfutltvs.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on June 29, 2023 14:20:38 UTC +# FILE created on September 26, 2023 15:51:55 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator From 6237a6af272cc5b68b945aa68dd8c6e5aba4b0c2 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Tue, 26 Sep 2023 09:11:06 -0700 Subject: [PATCH 4/5] forgot to run isort --- flopy/mf6/modflow/__init__.py | 2 +- flopy/mf6/modflow/mfsimulation.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flopy/mf6/modflow/__init__.py b/flopy/mf6/modflow/__init__.py index 8253a0411c..e5a5ce1668 100644 --- a/flopy/mf6/modflow/__init__.py +++ b/flopy/mf6/modflow/__init__.py @@ -1,5 +1,4 @@ from .mfsimulation import MFSimulation # isort:skip -from .mfsimulation import MFSimulation from .mfems import ModflowEms from .mfgnc import ModflowGnc from .mfgwf import ModflowGwf @@ -59,6 +58,7 @@ from .mfmvr import ModflowMvr from .mfmvt import ModflowMvt from .mfnam import ModflowNam +from .mfsimulation import MFSimulation from .mftdis import ModflowTdis from .mfutlats import ModflowUtlats from .mfutllaktab import ModflowUtllaktab diff --git a/flopy/mf6/modflow/mfsimulation.py b/flopy/mf6/modflow/mfsimulation.py index 43840b8844..28fb749272 100644 --- a/flopy/mf6/modflow/mfsimulation.py +++ b/flopy/mf6/modflow/mfsimulation.py @@ -3,6 +3,7 @@ # FILE created on September 26, 2023 15:51:55 UTC import os from typing import Union + from .. import mfsimbase From 73ceda61c138f3027a35de74e6e28146ab995b53 Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Tue, 26 Sep 2023 09:21:32 -0700 Subject: [PATCH 5/5] undo modifcation of timestamps for classes not updated by this PR --- flopy/mf6/modflow/mfems.py | 2 +- flopy/mf6/modflow/mfgnc.py | 2 +- flopy/mf6/modflow/mfgwf.py | 2 +- flopy/mf6/modflow/mfgwfapi.py | 2 +- flopy/mf6/modflow/mfgwfbuy.py | 2 +- flopy/mf6/modflow/mfgwfchd.py | 2 +- flopy/mf6/modflow/mfgwfcsub.py | 2 +- flopy/mf6/modflow/mfgwfdis.py | 2 +- flopy/mf6/modflow/mfgwfdisu.py | 2 +- flopy/mf6/modflow/mfgwfdisv.py | 2 +- flopy/mf6/modflow/mfgwfdrn.py | 2 +- flopy/mf6/modflow/mfgwfevt.py | 2 +- flopy/mf6/modflow/mfgwfevta.py | 2 +- flopy/mf6/modflow/mfgwfghb.py | 2 +- flopy/mf6/modflow/mfgwfgnc.py | 2 +- flopy/mf6/modflow/mfgwfgwf.py | 2 +- flopy/mf6/modflow/mfgwfgwt.py | 2 +- flopy/mf6/modflow/mfgwfhfb.py | 2 +- flopy/mf6/modflow/mfgwfic.py | 2 +- flopy/mf6/modflow/mfgwfmvr.py | 2 +- flopy/mf6/modflow/mfgwfnam.py | 2 +- flopy/mf6/modflow/mfgwfnpf.py | 2 +- flopy/mf6/modflow/mfgwfoc.py | 2 +- flopy/mf6/modflow/mfgwfrch.py | 2 +- flopy/mf6/modflow/mfgwfrcha.py | 2 +- flopy/mf6/modflow/mfgwfriv.py | 2 +- flopy/mf6/modflow/mfgwfsto.py | 2 +- flopy/mf6/modflow/mfgwfvsc.py | 2 +- flopy/mf6/modflow/mfgwfwel.py | 2 +- flopy/mf6/modflow/mfgwt.py | 2 +- flopy/mf6/modflow/mfgwtadv.py | 2 +- flopy/mf6/modflow/mfgwtapi.py | 2 +- flopy/mf6/modflow/mfgwtcnc.py | 2 +- flopy/mf6/modflow/mfgwtdis.py | 2 +- flopy/mf6/modflow/mfgwtdisu.py | 2 +- flopy/mf6/modflow/mfgwtdisv.py | 2 +- flopy/mf6/modflow/mfgwtdsp.py | 2 +- flopy/mf6/modflow/mfgwtfmi.py | 2 +- flopy/mf6/modflow/mfgwtgwt.py | 2 +- flopy/mf6/modflow/mfgwtic.py | 2 +- flopy/mf6/modflow/mfgwtist.py | 2 +- flopy/mf6/modflow/mfgwtmst.py | 2 +- flopy/mf6/modflow/mfgwtmvt.py | 2 +- flopy/mf6/modflow/mfgwtnam.py | 2 +- flopy/mf6/modflow/mfgwtoc.py | 2 +- flopy/mf6/modflow/mfgwtsrc.py | 2 +- flopy/mf6/modflow/mfgwtssm.py | 2 +- flopy/mf6/modflow/mfims.py | 2 +- flopy/mf6/modflow/mfmvr.py | 2 +- flopy/mf6/modflow/mfmvt.py | 2 +- flopy/mf6/modflow/mfnam.py | 2 +- flopy/mf6/modflow/mftdis.py | 2 +- flopy/mf6/modflow/mfutlats.py | 2 +- flopy/mf6/modflow/mfutllaktab.py | 2 +- flopy/mf6/modflow/mfutlobs.py | 2 +- flopy/mf6/modflow/mfutlsfrtab.py | 2 +- flopy/mf6/modflow/mfutlspc.py | 2 +- flopy/mf6/modflow/mfutlspca.py | 2 +- flopy/mf6/modflow/mfutltas.py | 2 +- flopy/mf6/modflow/mfutlts.py | 2 +- flopy/mf6/modflow/mfutltvk.py | 2 +- flopy/mf6/modflow/mfutltvs.py | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/flopy/mf6/modflow/mfems.py b/flopy/mf6/modflow/mfems.py index 743753adc1..78e49a113f 100644 --- a/flopy/mf6/modflow/mfems.py +++ b/flopy/mf6/modflow/mfems.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgnc.py b/flopy/mf6/modflow/mfgnc.py index e20c40bab3..3231317e67 100644 --- a/flopy/mf6/modflow/mfgnc.py +++ b/flopy/mf6/modflow/mfgnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwf.py b/flopy/mf6/modflow/mfgwf.py index f5d2ea0dda..eb88d83e6a 100644 --- a/flopy/mf6/modflow/mfgwf.py +++ b/flopy/mf6/modflow/mfgwf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfmodel from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfapi.py b/flopy/mf6/modflow/mfgwfapi.py index d7d6f3b357..53232b6402 100644 --- a/flopy/mf6/modflow/mfgwfapi.py +++ b/flopy/mf6/modflow/mfgwfapi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfbuy.py b/flopy/mf6/modflow/mfgwfbuy.py index 36e6493311..216c0c0913 100644 --- a/flopy/mf6/modflow/mfgwfbuy.py +++ b/flopy/mf6/modflow/mfgwfbuy.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfchd.py b/flopy/mf6/modflow/mfgwfchd.py index 4024c136eb..b1d018e026 100644 --- a/flopy/mf6/modflow/mfgwfchd.py +++ b/flopy/mf6/modflow/mfgwfchd.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfcsub.py b/flopy/mf6/modflow/mfgwfcsub.py index 29974b4dc1..44262ed256 100644 --- a/flopy/mf6/modflow/mfgwfcsub.py +++ b/flopy/mf6/modflow/mfgwfcsub.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdis.py b/flopy/mf6/modflow/mfgwfdis.py index eaa2c08acb..e72579690d 100644 --- a/flopy/mf6/modflow/mfgwfdis.py +++ b/flopy/mf6/modflow/mfgwfdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdisu.py b/flopy/mf6/modflow/mfgwfdisu.py index 794c917ccb..60a69828e8 100644 --- a/flopy/mf6/modflow/mfgwfdisu.py +++ b/flopy/mf6/modflow/mfgwfdisu.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdisv.py b/flopy/mf6/modflow/mfgwfdisv.py index cc8b410c68..74ceb30c6e 100644 --- a/flopy/mf6/modflow/mfgwfdisv.py +++ b/flopy/mf6/modflow/mfgwfdisv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfdrn.py b/flopy/mf6/modflow/mfgwfdrn.py index e8d604a214..5e3e68612a 100644 --- a/flopy/mf6/modflow/mfgwfdrn.py +++ b/flopy/mf6/modflow/mfgwfdrn.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfevt.py b/flopy/mf6/modflow/mfgwfevt.py index 16051a189a..fcc407e9c3 100644 --- a/flopy/mf6/modflow/mfgwfevt.py +++ b/flopy/mf6/modflow/mfgwfevt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfevta.py b/flopy/mf6/modflow/mfgwfevta.py index da8317cdf2..eb74556e7a 100644 --- a/flopy/mf6/modflow/mfgwfevta.py +++ b/flopy/mf6/modflow/mfgwfevta.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfghb.py b/flopy/mf6/modflow/mfgwfghb.py index 6795a85776..0bc28e4207 100644 --- a/flopy/mf6/modflow/mfgwfghb.py +++ b/flopy/mf6/modflow/mfgwfghb.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgnc.py b/flopy/mf6/modflow/mfgwfgnc.py index 8f69278635..9524630f9c 100644 --- a/flopy/mf6/modflow/mfgwfgnc.py +++ b/flopy/mf6/modflow/mfgwfgnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgwf.py b/flopy/mf6/modflow/mfgwfgwf.py index eb5eb1708d..e0f63d9780 100644 --- a/flopy/mf6/modflow/mfgwfgwf.py +++ b/flopy/mf6/modflow/mfgwfgwf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfgwt.py b/flopy/mf6/modflow/mfgwfgwt.py index c50a03ffaa..e7ca2d3729 100644 --- a/flopy/mf6/modflow/mfgwfgwt.py +++ b/flopy/mf6/modflow/mfgwfgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgwfhfb.py b/flopy/mf6/modflow/mfgwfhfb.py index d9bbca9cec..b86f4561d7 100644 --- a/flopy/mf6/modflow/mfgwfhfb.py +++ b/flopy/mf6/modflow/mfgwfhfb.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfic.py b/flopy/mf6/modflow/mfgwfic.py index 5c479faba7..5c6a562a51 100644 --- a/flopy/mf6/modflow/mfgwfic.py +++ b/flopy/mf6/modflow/mfgwfic.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfmvr.py b/flopy/mf6/modflow/mfgwfmvr.py index 3a8cd82e25..7b9892565d 100644 --- a/flopy/mf6/modflow/mfgwfmvr.py +++ b/flopy/mf6/modflow/mfgwfmvr.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfnam.py b/flopy/mf6/modflow/mfgwfnam.py index bbf4127642..060d0fc9be 100644 --- a/flopy/mf6/modflow/mfgwfnam.py +++ b/flopy/mf6/modflow/mfgwfnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfnpf.py b/flopy/mf6/modflow/mfgwfnpf.py index 812a836607..e230e13229 100644 --- a/flopy/mf6/modflow/mfgwfnpf.py +++ b/flopy/mf6/modflow/mfgwfnpf.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfoc.py b/flopy/mf6/modflow/mfgwfoc.py index d0a17a0e34..3586b96315 100644 --- a/flopy/mf6/modflow/mfgwfoc.py +++ b/flopy/mf6/modflow/mfgwfoc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfrch.py b/flopy/mf6/modflow/mfgwfrch.py index aa7361b4fb..eeac8c5719 100644 --- a/flopy/mf6/modflow/mfgwfrch.py +++ b/flopy/mf6/modflow/mfgwfrch.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfrcha.py b/flopy/mf6/modflow/mfgwfrcha.py index 5802988ff0..35fc60d5fb 100644 --- a/flopy/mf6/modflow/mfgwfrcha.py +++ b/flopy/mf6/modflow/mfgwfrcha.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfriv.py b/flopy/mf6/modflow/mfgwfriv.py index 9dd03b6cb7..56389249b8 100644 --- a/flopy/mf6/modflow/mfgwfriv.py +++ b/flopy/mf6/modflow/mfgwfriv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfsto.py b/flopy/mf6/modflow/mfgwfsto.py index 61dce0013f..306ce7dbf4 100644 --- a/flopy/mf6/modflow/mfgwfsto.py +++ b/flopy/mf6/modflow/mfgwfsto.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfvsc.py b/flopy/mf6/modflow/mfgwfvsc.py index 48df5dc011..5c14ea448d 100644 --- a/flopy/mf6/modflow/mfgwfvsc.py +++ b/flopy/mf6/modflow/mfgwfvsc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwfwel.py b/flopy/mf6/modflow/mfgwfwel.py index c121405de4..6dee2f1742 100644 --- a/flopy/mf6/modflow/mfgwfwel.py +++ b/flopy/mf6/modflow/mfgwfwel.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwt.py b/flopy/mf6/modflow/mfgwt.py index 0a6a7e96d1..d182e3d645 100644 --- a/flopy/mf6/modflow/mfgwt.py +++ b/flopy/mf6/modflow/mfgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfmodel from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtadv.py b/flopy/mf6/modflow/mfgwtadv.py index 2d15ee2820..e0e3a18208 100644 --- a/flopy/mf6/modflow/mfgwtadv.py +++ b/flopy/mf6/modflow/mfgwtadv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage diff --git a/flopy/mf6/modflow/mfgwtapi.py b/flopy/mf6/modflow/mfgwtapi.py index fb0864c382..36425a383c 100644 --- a/flopy/mf6/modflow/mfgwtapi.py +++ b/flopy/mf6/modflow/mfgwtapi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtcnc.py b/flopy/mf6/modflow/mfgwtcnc.py index 477e856771..313750b077 100644 --- a/flopy/mf6/modflow/mfgwtcnc.py +++ b/flopy/mf6/modflow/mfgwtcnc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdis.py b/flopy/mf6/modflow/mfgwtdis.py index 398bdc1fb9..d12d8a6aaa 100644 --- a/flopy/mf6/modflow/mfgwtdis.py +++ b/flopy/mf6/modflow/mfgwtdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdisu.py b/flopy/mf6/modflow/mfgwtdisu.py index 2936817869..f965cf1c37 100644 --- a/flopy/mf6/modflow/mfgwtdisu.py +++ b/flopy/mf6/modflow/mfgwtdisu.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdisv.py b/flopy/mf6/modflow/mfgwtdisv.py index f2c80051b7..f6d234bc74 100644 --- a/flopy/mf6/modflow/mfgwtdisv.py +++ b/flopy/mf6/modflow/mfgwtdisv.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtdsp.py b/flopy/mf6/modflow/mfgwtdsp.py index c3651af72d..364f770a96 100644 --- a/flopy/mf6/modflow/mfgwtdsp.py +++ b/flopy/mf6/modflow/mfgwtdsp.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtfmi.py b/flopy/mf6/modflow/mfgwtfmi.py index f3803a7df6..9e9fc0ca98 100644 --- a/flopy/mf6/modflow/mfgwtfmi.py +++ b/flopy/mf6/modflow/mfgwtfmi.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtgwt.py b/flopy/mf6/modflow/mfgwtgwt.py index 5e38fab54a..bc8402ed85 100644 --- a/flopy/mf6/modflow/mfgwtgwt.py +++ b/flopy/mf6/modflow/mfgwtgwt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtic.py b/flopy/mf6/modflow/mfgwtic.py index e2e6a6e5f3..1bd48dae1c 100644 --- a/flopy/mf6/modflow/mfgwtic.py +++ b/flopy/mf6/modflow/mfgwtic.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtist.py b/flopy/mf6/modflow/mfgwtist.py index 091b22fef2..3169443143 100644 --- a/flopy/mf6/modflow/mfgwtist.py +++ b/flopy/mf6/modflow/mfgwtist.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtmst.py b/flopy/mf6/modflow/mfgwtmst.py index a2d69849ec..0036946c69 100644 --- a/flopy/mf6/modflow/mfgwtmst.py +++ b/flopy/mf6/modflow/mfgwtmst.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtmvt.py b/flopy/mf6/modflow/mfgwtmvt.py index 0351982ec7..eb13fd9fe5 100644 --- a/flopy/mf6/modflow/mfgwtmvt.py +++ b/flopy/mf6/modflow/mfgwtmvt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtnam.py b/flopy/mf6/modflow/mfgwtnam.py index e3b5921683..86355bdd2f 100644 --- a/flopy/mf6/modflow/mfgwtnam.py +++ b/flopy/mf6/modflow/mfgwtnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtoc.py b/flopy/mf6/modflow/mfgwtoc.py index 88b70f1e0a..fbf5be2646 100644 --- a/flopy/mf6/modflow/mfgwtoc.py +++ b/flopy/mf6/modflow/mfgwtoc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtsrc.py b/flopy/mf6/modflow/mfgwtsrc.py index 4e25bcd1e2..0b2f22d228 100644 --- a/flopy/mf6/modflow/mfgwtsrc.py +++ b/flopy/mf6/modflow/mfgwtsrc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfgwtssm.py b/flopy/mf6/modflow/mfgwtssm.py index 88482f5638..66c4d8234f 100644 --- a/flopy/mf6/modflow/mfgwtssm.py +++ b/flopy/mf6/modflow/mfgwtssm.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfims.py b/flopy/mf6/modflow/mfims.py index 32f4200d3f..68a25846e9 100644 --- a/flopy/mf6/modflow/mfims.py +++ b/flopy/mf6/modflow/mfims.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfmvr.py b/flopy/mf6/modflow/mfmvr.py index 9df1825c01..e8312bb995 100644 --- a/flopy/mf6/modflow/mfmvr.py +++ b/flopy/mf6/modflow/mfmvr.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfmvt.py b/flopy/mf6/modflow/mfmvt.py index 5064677a2a..25a980f26a 100644 --- a/flopy/mf6/modflow/mfmvt.py +++ b/flopy/mf6/modflow/mfmvt.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfnam.py b/flopy/mf6/modflow/mfnam.py index 0b6a80fffc..6b8e71ae1e 100644 --- a/flopy/mf6/modflow/mfnam.py +++ b/flopy/mf6/modflow/mfnam.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mftdis.py b/flopy/mf6/modflow/mftdis.py index ec6f2906d0..a03fd63fc7 100644 --- a/flopy/mf6/modflow/mftdis.py +++ b/flopy/mf6/modflow/mftdis.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlats.py b/flopy/mf6/modflow/mfutlats.py index 23df5bc4a7..b7eafcd11d 100644 --- a/flopy/mf6/modflow/mfutlats.py +++ b/flopy/mf6/modflow/mfutlats.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutllaktab.py b/flopy/mf6/modflow/mfutllaktab.py index 6f262dc8fa..835a219521 100644 --- a/flopy/mf6/modflow/mfutllaktab.py +++ b/flopy/mf6/modflow/mfutllaktab.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlobs.py b/flopy/mf6/modflow/mfutlobs.py index 06ecab24ca..1ecc6bd513 100644 --- a/flopy/mf6/modflow/mfutlobs.py +++ b/flopy/mf6/modflow/mfutlobs.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlsfrtab.py b/flopy/mf6/modflow/mfutlsfrtab.py index b32e3888f6..5bed96975b 100644 --- a/flopy/mf6/modflow/mfutlsfrtab.py +++ b/flopy/mf6/modflow/mfutlsfrtab.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlspc.py b/flopy/mf6/modflow/mfutlspc.py index 3fb3da40fe..e67d6ca1f0 100644 --- a/flopy/mf6/modflow/mfutlspc.py +++ b/flopy/mf6/modflow/mfutlspc.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlspca.py b/flopy/mf6/modflow/mfutlspca.py index c869c387c2..4c76020f7d 100644 --- a/flopy/mf6/modflow/mfutlspca.py +++ b/flopy/mf6/modflow/mfutlspca.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltas.py b/flopy/mf6/modflow/mfutltas.py index c08313b94f..f32d2ce721 100644 --- a/flopy/mf6/modflow/mfutltas.py +++ b/flopy/mf6/modflow/mfutltas.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutlts.py b/flopy/mf6/modflow/mfutlts.py index ba3def26cc..748fe40a51 100644 --- a/flopy/mf6/modflow/mfutlts.py +++ b/flopy/mf6/modflow/mfutlts.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltvk.py b/flopy/mf6/modflow/mfutltvk.py index d95113c600..1246e42b0a 100644 --- a/flopy/mf6/modflow/mfutltvk.py +++ b/flopy/mf6/modflow/mfutltvk.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator diff --git a/flopy/mf6/modflow/mfutltvs.py b/flopy/mf6/modflow/mfutltvs.py index 82cb63a161..668ea596b7 100644 --- a/flopy/mf6/modflow/mfutltvs.py +++ b/flopy/mf6/modflow/mfutltvs.py @@ -1,6 +1,6 @@ # DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY # mf6/utils/createpackages.py -# FILE created on September 26, 2023 15:51:55 UTC +# FILE created on June 29, 2023 14:20:38 UTC from .. import mfpackage from ..data.mfdatautil import ListTemplateGenerator