diff --git a/autotest/test_gwe_drycell_conduction0.py b/autotest/test_gwe_drycell_conduction0.py index b2b3c42cf74..083c67dd6ca 100644 --- a/autotest/test_gwe_drycell_conduction0.py +++ b/autotest/test_gwe_drycell_conduction0.py @@ -286,15 +286,15 @@ def build_models(idx, test): ) # Instantiating MODFLOW 6 transport mass storage package (formerly "reaction" package in MT3DMS) - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe1, save_flows=True, porosity=prsity, cps=760.0, rhos=1500.0, packagedata=[cpw, rhow, lhv], - pname="MST-2", - filename="{}.mst".format(gwename1), + pname="EST-2", + filename="{}.est".format(gwename1), ) # Instantiating MODFLOW 6 heat transport source-sink mixing package diff --git a/autotest/test_gwe_drycell_conduction1.py b/autotest/test_gwe_drycell_conduction1.py index 6636e19ce3c..810e7649782 100644 --- a/autotest/test_gwe_drycell_conduction1.py +++ b/autotest/test_gwe_drycell_conduction1.py @@ -325,15 +325,15 @@ def build_models(idx, test): ) # Instantiating MODFLOW 6 transport mass storage package (formerly "reaction" package in MT3DMS) - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe1, save_flows=True, porosity=prsity, cps=760.0, rhos=1500.0, packagedata=[cpw, rhow, lhv], - pname="MST-2", - filename="{}.mst".format(gwename1), + pname="EST-2", + filename="{}.est".format(gwename1), ) # Instantiate MODFLOW 6 heat transport output control package diff --git a/autotest/test_gwe_drycell_conduction2.py b/autotest/test_gwe_drycell_conduction2.py index fb53114c180..5fa4909b474 100644 --- a/autotest/test_gwe_drycell_conduction2.py +++ b/autotest/test_gwe_drycell_conduction2.py @@ -483,15 +483,15 @@ def build_models(idx, test): ) # Instantiating MODFLOW 6 transport mass storage package (formerly "reaction" package in MT3DMS) - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe, save_flows=True, porosity=prsity, cps=cps, rhos=rhos, packagedata=[cpw, rhow, lhv], - pname="MST-3", - filename="{}.mst".format(gwename), + pname="EST-3", + filename="{}.est".format(gwename), ) # Instantiating MODFLOW 6 transport source-sink mixing package diff --git a/autotest/test_gwe_dsp.py b/autotest/test_gwe_dsp.py index cae9878d394..23472c1a1c4 100644 --- a/autotest/test_gwe_dsp.py +++ b/autotest/test_gwe_dsp.py @@ -304,14 +304,14 @@ def build_models(idx, test): ) # Instantiating MODFLOW 6 transport mass storage package (formerly "reaction" package in MT3DMS) - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe, save_flows=True, porosity=prsity, cps=760.0, rhos=1500.0, packagedata=[cpw, rhow, lhv], - filename="{}.mst".format(gwename), + filename="{}.est".format(gwename), ) # Instantiating MODFLOW 6 transport constant concentration package diff --git a/autotest/test_gwe_vs_gwt.py b/autotest/test_gwe_vs_gwt.py index 5fc1a6ac9ed..ddf4dee1f80 100644 --- a/autotest/test_gwe_vs_gwt.py +++ b/autotest/test_gwe_vs_gwt.py @@ -319,13 +319,13 @@ def build_models(idx, test): ) # Instantiating MODFLOW 6 heat transport mass storage package (formerly "reaction" package in MT3DMS) - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe, porosity=prsity, cps=760.0, packagedata=[cpw, rhow, lhv], rhos=1500.0, - filename="{}.mst".format(gwename), + filename="{}.est".format(gwename), ) # Instantiating MODFLOW 6 heat transport source-sink mixing package diff --git a/autotest/test_gwegwe_exchng_with_comp2gwt.py b/autotest/test_gwegwe_exchng_with_comp2gwt.py index 3885ee8e6dc..206d5ac0640 100644 --- a/autotest/test_gwegwe_exchng_with_comp2gwt.py +++ b/autotest/test_gwegwe_exchng_with_comp2gwt.py @@ -581,14 +581,14 @@ def add_upper_gwemodel(sim, scheme): ) # Instantiating MODFLOW 6 transport mass storage package - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe, porosity=prsity, cps=cps, rhos=rhos, packagedata=[cpw, rhow, lhv], - pname="MST-UP", - filename="{}.mst".format(mname), + pname="EST-UP", + filename="{}.est".format(mname), ) # Instantiating MODFLOW 6 heat transport source-sink mixing package @@ -659,14 +659,14 @@ def add_lower_gwemodel(sim, scheme): ) # Instantiating MODFLOW 6 transport mass storage package - flopy.mf6.ModflowGwemst( + flopy.mf6.ModflowGweest( gwe, porosity=prsity, cps=cps, rhos=rhos, packagedata=[cpw, rhow, lhv], - pname="MST-LO", - filename="{}.mst".format(mname), + pname="EST-LO", + filename="{}.est".format(mname), ) # Instantiating MODFLOW 6 heat transport source-sink mixing package diff --git a/doc/mf6io/gwe/est.tex b/doc/mf6io/gwe/est.tex new file mode 100644 index 00000000000..4306af74ca3 --- /dev/null +++ b/doc/mf6io/gwe/est.tex @@ -0,0 +1,18 @@ +Energy Storage and Transfer (EST) Package information is read from the file that is specified by ``EST6'' as the file type. Only one EST Package can be specified for a GWE model. + +\vspace{5mm} +\subsubsection{Structure of Blocks} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-est-options.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-est-griddata.dat} +\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-est-packagedata.dat} + +\vspace{5mm} +\subsubsection{Explanation of Variables} +\begin{description} +\input{./mf6ivar/tex/gwe-est-desc.tex} +\end{description} + +\vspace{5mm} +\subsubsection{Example Input File} +\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwe-est-example.dat} + diff --git a/doc/mf6io/gwe/gwe.tex b/doc/mf6io/gwe/gwe.tex index 0762434b13d..c94381f67dd 100644 --- a/doc/mf6io/gwe/gwe.tex +++ b/doc/mf6io/gwe/gwe.tex @@ -47,7 +47,7 @@ \subsection{Information for Existing Heat Transport Modelers} \item GWE and GWT use the same Source and Sink Mixing (SSM) Package for representing the effects of GWF stress package inflows and outflows on simulated temperatures and concentrations. In a GWE simulation, there are two ways in which users can assign concentrations to the individual features in these stress package. The first way is to activate a temperature auxiliary variable in the corresponding GWF stress package. In the SSM input file, the user provides the name of the auxiliary variable to be used for temperature. The second way is to create a special SPC file, which contains user-assigned time-varying temperatures for stress package features. -\item The GWE model includes an MST Package, but does not include an IST Package. Heat transport-related parameters such as thermal conductivities and heat capacities are specified in the MST Package. +\item The GWE model includes an EST Package, but does not include an IST Package. Heat transport-related parameters such as thermal conductivities and heat capacities are specified in the EST Package. \item A GWE-GWE Exchange (introduced in version 6.5.0) can be used to tightly couple multiple heat transport models, as might be done in a nested grid configuration. @@ -110,12 +110,12 @@ \subsection{Dispersion (DSP) Package} \input{gwe/dsp} \newpage -\subsection{Source and Sink Mixing (SSM) Package} -\input{gwe/ssm} +\subsection{Energy Storage and Transfer (EST) Package} +\input{gwe/est} \newpage -\subsection{Mobile Storage and Transfer (MST) Package} -\input{gwe/mst} +\subsection{Source and Sink Mixing (SSM) Package} +\input{gwe/ssm} \newpage \subsection{Constant Temperature (CTP) Package} diff --git a/doc/mf6io/gwe/mst.tex b/doc/mf6io/gwe/mst.tex deleted file mode 100644 index 283e3febead..00000000000 --- a/doc/mf6io/gwe/mst.tex +++ /dev/null @@ -1,17 +0,0 @@ -Mobile Storage and Transfer (MST) Package information is read from the file that is specified by ``MST6'' as the file type. Only one MST Package can be specified for a GWE model. - -\vspace{5mm} -\subsubsection{Structure of Blocks} -\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-mst-options.dat} -\lstinputlisting[style=blockdefinition]{./mf6ivar/tex/gwe-mst-griddata.dat} - -\vspace{5mm} -\subsubsection{Explanation of Variables} -\begin{description} -\input{./mf6ivar/tex/gwe-mst-desc.tex} -\end{description} - -\vspace{5mm} -\subsubsection{Example Input File} -\lstinputlisting[style=inputfile]{./mf6ivar/examples/gwe-mst-example.dat} - diff --git a/doc/mf6io/gwe/namefile.tex b/doc/mf6io/gwe/namefile.tex index dfb537a25d3..e23b8cb35de 100644 --- a/doc/mf6io/gwe/namefile.tex +++ b/doc/mf6io/gwe/namefile.tex @@ -31,7 +31,7 @@ \subsubsection{Explanation of Variables} ADV6 & Advection Package \\ DSP6 & Dispersion Package \\ SSM6 & Source and Sink Mixing Package \\ -MST6 & Mobile Storage and Transfer Package \\ +EST6 & Energy Storage and Transfer Package \\ CTP6 & Constant Temperature Package & * \\ OBS6 & Observations Option \\ \hline diff --git a/doc/mf6io/mf6ivar/dfn/gwe-mst.dfn b/doc/mf6io/mf6ivar/dfn/gwe-est.dfn similarity index 91% rename from doc/mf6io/mf6ivar/dfn/gwe-mst.dfn rename to doc/mf6io/mf6ivar/dfn/gwe-est.dfn index 75f780ba5df..a31e9a45697 100644 --- a/doc/mf6io/mf6ivar/dfn/gwe-mst.dfn +++ b/doc/mf6io/mf6ivar/dfn/gwe-est.dfn @@ -1,4 +1,4 @@ -# --------------------- gwe mst options --------------------- +# --------------------- gwe est options --------------------- block options name save_flows @@ -6,7 +6,7 @@ type keyword reader urword optional true longname save calculated flows to budget file -description REPLACE save_flows {'{#1}': 'MST'} +description REPLACE save_flows {'{#1}': 'EST'} block options name zero_order_decay @@ -22,9 +22,9 @@ type keyword reader urword optional true longname activate cooling associated with evaporation -description is a text keyword to indicate that cooling associated with evaporation will occur. Use of this keyword requires that LATHEATVAP are specified in the GRIDDATA block. While the MST package does not simulate evaporation, multiple other packages in a GWE simulation may. For example, evaporation may occur from the surface of streams or lakes. Owing to the energy consumed by the change in phase, the latent heat of vaporization is required. +description is a text keyword to indicate that cooling associated with evaporation will occur. Use of this keyword requires that LATHEATVAP are specified in the GRIDDATA block. While the EST package does not simulate evaporation, multiple other packages in a GWE simulation may. For example, evaporation may occur from the surface of streams or lakes. Owing to the energy consumed by the change in phase, the latent heat of vaporization is required. -# --------------------- gwe mst griddata --------------------- +# --------------------- gwe est griddata --------------------- block griddata name porosity @@ -63,7 +63,7 @@ layered true longname density of aquifer material description is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. -# --------------------- gwe mst packagedata --------------------- +# --------------------- gwe est packagedata --------------------- block packagedata name packagedata diff --git a/doc/mf6io/mf6ivar/examples/gwe-mst-example.dat b/doc/mf6io/mf6ivar/examples/gwe-est-example.dat similarity index 88% rename from doc/mf6io/mf6ivar/examples/gwe-mst-example.dat rename to doc/mf6io/mf6ivar/examples/gwe-est-example.dat index cce31b5124c..8c33d5a9bbc 100644 --- a/doc/mf6io/mf6ivar/examples/gwe-mst-example.dat +++ b/doc/mf6io/mf6ivar/examples/gwe-est-example.dat @@ -1,4 +1,5 @@ BEGIN OPTIONS + LATENT_HEAT_VAPORIZATION END OPTIONS BEGIN GRIDDATA diff --git a/doc/mf6io/mf6ivar/examples/gwe-nam-example.dat b/doc/mf6io/mf6ivar/examples/gwe-nam-example.dat index c753ed4713e..b1b57df5a27 100644 --- a/doc/mf6io/mf6ivar/examples/gwe-nam-example.dat +++ b/doc/mf6io/mf6ivar/examples/gwe-nam-example.dat @@ -5,7 +5,7 @@ END OPTIONS BEGIN PACKAGES DIS6 heat_transport.dis IC6 heat_transport.ic - MST6 heat_transport.mst + EST6 heat_transport.est ADV6 heat_transport.adv DSP6 heat_transport.dsp SSM6 heat_transport.ssm diff --git a/doc/mf6io/mf6ivar/md/mf6ivar.md b/doc/mf6io/mf6ivar/md/mf6ivar.md index 740e90ac390..64e0a4b130f 100644 --- a/doc/mf6io/mf6ivar/md/mf6ivar.md +++ b/doc/mf6io/mf6ivar/md/mf6ivar.md @@ -1271,16 +1271,16 @@ | GWE | DSP | GRIDDATA | KTW | DOUBLE PRECISION (NODES) | thermal conductivity of the simulated fluid | | GWE | DSP | GRIDDATA | KTS | DOUBLE PRECISION (NODES) | thermal conductivity of the aquifer material | | GWE | IC | GRIDDATA | STRT | DOUBLE PRECISION (NODES) | is the initial (starting) temperature---that is, the temperature at the beginning of the GWE Model simulation. STRT must be specified for all GWE Model simulations. One value is read for every model cell. | -| GWE | MST | OPTIONS | SAVE_FLOWS | KEYWORD | keyword to indicate that MST flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. | -| GWE | MST | OPTIONS | ZERO_ORDER_DECAY | KEYWORD | is a text keyword to indicate that zero-order decay will occur. Use of this keyword requires that DECAY and DECAY\_SORBED (if sorption is active) are specified in the GRIDDATA block. | -| GWE | MST | OPTIONS | LATENT_HEAT_VAPORIZATION | KEYWORD | is a text keyword to indicate that cooling associated with evaporation will occur. Use of this keyword requires that LATHEATVAP are specified in the GRIDDATA block. While the MST package does not simulate evaporation, multiple other packages in a GWE simulation may. For example, evaporation may occur from the surface of streams or lakes. Owing to the energy consumed by the change in phase, the latent heat of vaporization is required. | -| GWE | MST | GRIDDATA | POROSITY | DOUBLE PRECISION (NODES) | is the mobile domain porosity, defined as the mobile domain pore volume per mobile domain volume. The GWE model does not support the concept of an immobile domain in the context of heat transport. | -| GWE | MST | GRIDDATA | DECAY | DOUBLE PRECISION (NODES) | is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of decay for zero-order decay is energy per length cubed per time. Zero-order decay will have no effect on simulation results unless zero-order decay is specified in the options block. | -| GWE | MST | GRIDDATA | CPS | DOUBLE PRECISION (NODES) | is the mass-based heat capacity of dry solids (aquifer material). For example, units of J/kg/C may be used (or equivalent). | -| GWE | MST | GRIDDATA | RHOS | DOUBLE PRECISION (NODES) | is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. | -| GWE | MST | PACKAGEDATA | CPW | DOUBLE PRECISION | is the mass-based heat capacity of the simulated fluid. For example, units of J/kg/C may be used (or equivalent). | -| GWE | MST | PACKAGEDATA | RHOW | DOUBLE PRECISION | is a user-specified value of the density of water. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. | -| GWE | MST | PACKAGEDATA | LATHEATVAP | DOUBLE PRECISION | is the user-specified value for the latent heat of vaporization. For example, if working in SI units, values may be entered as kJ/kg. | +| GWE | EST | OPTIONS | SAVE_FLOWS | KEYWORD | keyword to indicate that EST flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. | +| GWE | EST | OPTIONS | ZERO_ORDER_DECAY | KEYWORD | is a text keyword to indicate that zero-order decay will occur. Use of this keyword requires that DECAY and DECAY\_SORBED (if sorption is active) are specified in the GRIDDATA block. | +| GWE | EST | OPTIONS | LATENT_HEAT_VAPORIZATION | KEYWORD | is a text keyword to indicate that cooling associated with evaporation will occur. Use of this keyword requires that LATHEATVAP are specified in the GRIDDATA block. While the EST package does not simulate evaporation, multiple other packages in a GWE simulation may. For example, evaporation may occur from the surface of streams or lakes. Owing to the energy consumed by the change in phase, the latent heat of vaporization is required. | +| GWE | EST | GRIDDATA | POROSITY | DOUBLE PRECISION (NODES) | is the mobile domain porosity, defined as the mobile domain pore volume per mobile domain volume. The GWE model does not support the concept of an immobile domain in the context of heat transport. | +| GWE | EST | GRIDDATA | DECAY | DOUBLE PRECISION (NODES) | is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of decay for zero-order decay is energy per length cubed per time. Zero-order decay will have no effect on simulation results unless zero-order decay is specified in the options block. | +| GWE | EST | GRIDDATA | CPS | DOUBLE PRECISION (NODES) | is the mass-based heat capacity of dry solids (aquifer material). For example, units of J/kg/C may be used (or equivalent). | +| GWE | EST | GRIDDATA | RHOS | DOUBLE PRECISION (NODES) | is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. | +| GWE | EST | PACKAGEDATA | CPW | DOUBLE PRECISION | is the mass-based heat capacity of the simulated fluid. For example, units of J/kg/C may be used (or equivalent). | +| GWE | EST | PACKAGEDATA | RHOW | DOUBLE PRECISION | is a user-specified value of the density of water. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. | +| GWE | EST | PACKAGEDATA | LATHEATVAP | DOUBLE PRECISION | is the user-specified value for the latent heat of vaporization. For example, if working in SI units, values may be entered as kJ/kg. | | GWE | NAM | OPTIONS | LIST | STRING | is name of the listing file to create for this GWE model. If not specified, then the name of the list file will be the basename of the GWE model name file and the ``.lst'' extension. For example, if the GWE name file is called ``my.model.nam'' then the list file will be called ``my.model.lst''. | | GWE | NAM | OPTIONS | PRINT_INPUT | KEYWORD | keyword to indicate that the list of all model stress package information will be written to the listing file immediately after it is read. | | GWE | NAM | OPTIONS | PRINT_FLOWS | KEYWORD | keyword to indicate that the list of all model package flow rates will be printed to the listing file for every stress period time step in which ``BUDGET PRINT'' is specified in Output Control. If there is no Output Control option and ``PRINT\_FLOWS'' is specified, then flow rates are printed for the last time step of each stress period. | diff --git a/doc/mf6io/mf6ivar/md/mf6memvar.md b/doc/mf6io/mf6ivar/md/mf6memvar.md index 50fb3e242ed..6343f14769b 100644 --- a/doc/mf6io/mf6ivar/md/mf6memvar.md +++ b/doc/mf6io/mf6ivar/md/mf6memvar.md @@ -2,38 +2,31 @@ | source file | module | type.variable name | variable name | dimensions | | :---: | :---: | :---: | :---: | :---: | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | AUXNAME | 2 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | ICELLAVG | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IVARCV | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IDEWATCV | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INEWTON | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IANGLEX | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | ICDIST | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INGNC | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INMVR | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INOBS | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INAMEDBOUND | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | SATOMEGA | 0 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IHC | 1 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | CL1 | 1 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | CL2 | 1 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | HWVA | 1 | -| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | CONDSAT | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IMPLICIT | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IPRPAK | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IPRFLOW | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IPAKCB | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | NEXG | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | NAUX | 0 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | NODEM1 | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | NODEM2 | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | COND | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IDXGLO | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | IDXSYMGLO | 1 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | AUXVAR | 2 | -| NumericalExchange.f90 | NumericalExchangeModule | NumericalExchangeType | AUXNAME | 2 | -| GwfGwtExchange.f90 | GwfGwtExchangeModule | GwfGwtExchangeType | M1ID | 0 | -| GwfGwtExchange.f90 | GwfGwtExchangeModule | GwfGwtExchangeType | M2ID | 0 | +| SimulationCreate.f90 | SimulationCreateModule | None | MRANKS | 1 | +| VirtualBase.f90 | VirtualBaseModule | VirtualIntType | var_name | 0 | +| VirtualBase.f90 | VirtualBaseModule | VirtualInt1dType | var_name | 1 | +| VirtualBase.f90 | VirtualBaseModule | VirtualDblType | var_name | 0 | +| VirtualBase.f90 | VirtualBaseModule | VirtualDbl1dType | var_name | 1 | +| VirtualBase.f90 | VirtualBaseModule | VirtualDbl2dType | var_name | 2 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | NEXG | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | NAUX | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IANGLEX | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | ICDIST | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IXT3D | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IPRPAK | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IPRFLOW | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IPAKCB | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | INAMEDBOUND | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | DEV_IFMOD_ON | 0 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | AUXNAME | 2 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | AUXNAME_CST | 2 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | NODEM1 | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | NODEM2 | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | IHC | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | CL1 | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | CL2 | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | HWVA | 1 | +| DisConnExchange.f90 | DisConnExchangeModule | DisConnExchangeType | AUXVAR | 2 | | GhostNode.f90 | GhostNodeModule | GhostNodeType | SMGNC | 0 | | GhostNode.f90 | GhostNodeModule | GhostNodeType | IMPLICIT | 0 | | GhostNode.f90 | GhostNodeModule | GhostNodeType | I2KN | 0 | @@ -50,151 +43,37 @@ | GhostNode.f90 | GhostNodeModule | GhostNodeType | IDXSYMGLO | 1 | | GhostNode.f90 | GhostNodeModule | GhostNodeType | JPOSINROWN | 2 | | GhostNode.f90 | GhostNodeModule | GhostNodeType | JPOSINROWM | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ID | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IU | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | TTFORM | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | TTSOLN | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NEQ | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NJA | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DVCLOSE | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | HICLOSE | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BIGCHOLD | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BIGCH | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RELAXOLD | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_PREV | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_NEW | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_IN | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IBCOUNT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICNVG | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ITERTOT_TIMESTEP | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | INNERTOT_SIM | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | MXITER | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LINMETH | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NONMETH | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPRIMS | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | THETA | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | AKAPPA | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | GAMMA | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | AMOMENTUM | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BREDUC | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BTOL | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_LIM | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NUMTRACK | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IBFLAG | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICSVOUTEROUT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICSVINNEROUT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NITERMAX | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVNMOD | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IALLOWPTC | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPTCOPT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPTCOUT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | L2NORM0 | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCFACT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCDEL | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCDEL0 | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCEXP | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCTHRESH | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCRAT | 0 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IA | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | X | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RHS | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IACTIVE | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | XTEMP | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DXOLD | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | HNCG | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LRCH | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | WSAVE | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | HCHOLD | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DEOLD | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVMODSTART | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LOCDV | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LOCDR | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ITINNER | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVLOCDV | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVLOCDR | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DVMAX | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DRMAX | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVDVMAX | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVDRMAX | 2 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | JA | 1 | -| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | AMAT | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DSCALE | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DSCALE2 | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IAPC | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JAPC | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | APC | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IW | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | W | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JLU | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JW | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | WLU | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | LORDER | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IORDER | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IARO | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JARO | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ARO | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ID | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | D | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | P | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | Q | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | Z | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | T | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | V | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DHAT | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | PHAT | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | QHAT | 1 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IOUT | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ILINMETH | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ITER1 | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IPC | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ISCL | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IORD | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NORTH | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ICNVGOPT | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IACPC | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NITERC | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NIABCGS | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NIAPC | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJAPC | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DVCLOSE | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | RCLOSE | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | RELAX | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | EPFACT | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | L2NORM0 | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DROPTOL | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | LEVEL | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJLU | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJW | 0 | -| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NWLU | 0 | -| tdis.f90 | TdisModule | None | NPER | 0 | -| tdis.f90 | TdisModule | None | ITMUNI | 0 | -| tdis.f90 | TdisModule | None | KPER | 0 | -| tdis.f90 | TdisModule | None | KSTP | 0 | -| tdis.f90 | TdisModule | None | READNEWDATA | 0 | -| tdis.f90 | TdisModule | None | ENDOFPERIOD | 0 | -| tdis.f90 | TdisModule | None | ENDOFSIMULATION | 0 | -| tdis.f90 | TdisModule | None | DELT | 0 | -| tdis.f90 | TdisModule | None | PERTIM | 0 | -| tdis.f90 | TdisModule | None | TOTIM | 0 | -| tdis.f90 | TdisModule | None | TOTIMC | 0 | -| tdis.f90 | TdisModule | None | DELTSAV | 0 | -| tdis.f90 | TdisModule | None | TOTIMSAV | 0 | -| tdis.f90 | TdisModule | None | PERTIMSAV | 0 | -| tdis.f90 | TdisModule | None | TOTALSIMTIME | 0 | -| tdis.f90 | TdisModule | None | PERLEN | 1 | -| tdis.f90 | TdisModule | None | NSTP | 1 | -| tdis.f90 | TdisModule | None | TSMULT | 1 | -| OutputControl.f90 | OutputControlModule | OutputControlType | INUNIT | 0 | -| OutputControl.f90 | OutputControlModule | OutputControlType | IOUT | 0 | -| OutputControl.f90 | OutputControlModule | OutputControlType | IPEROC | 0 | -| OutputControl.f90 | OutputControlModule | OutputControlType | IOCREP | 0 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | NEQ | 0 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | NJA | 0 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | ICNVG | 0 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | MOFFSET | 0 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | XOLD | 1 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | FLOWJA | 1 | -| NumericalModel.f90 | NumericalModelModule | NumericalModelType | IDXGLO | 1 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | INEWTON | 0 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | INOBS | 0 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | IADVSCHEME | 0 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | INMVT | 0 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | COND | 1 | +| GweGweExchange.f90 | GweGweExchangeModule | GweExchangeType | SIMVALS | 1 | +| GwfGweExchange.f90 | GwfGweExchangeModule | GwfGweExchangeType | M1ID | 0 | +| GwfGweExchange.f90 | GwfGweExchangeModule | GwfGweExchangeType | M2ID | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | ICELLAVG | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IVARCV | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IDEWATCV | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INEWTON | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INGNC | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INMVR | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | INOBS | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | SATOMEGA | 0 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | COND | 1 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IDXGLO | 1 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | IDXSYMGLO | 1 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | CONDSAT | 1 | +| GwfGwfExchange.f90 | GwfGwfExchangeModule | GwfExchangeType | SIMVALS | 1 | +| GwfGwtExchange.f90 | GwfGwtExchangeModule | GwfGwtExchangeType | M1ID | 0 | +| GwfGwtExchange.f90 | GwfGwtExchangeModule | GwfGwtExchangeType | M2ID | 0 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | INEWTON | 0 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | INOBS | 0 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | IADVSCHEME | 0 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | INMVT | 0 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | COND | 1 | +| GwtGwtExchange.f90 | GwtGwtExchangeModule | GwtExchangeType | SIMVALS | 1 | +| BaseModel.f90 | BaseModelModule | BaseModelType | NAME | 1 | +| BaseModel.f90 | BaseModelModule | BaseModelType | MACRONYM | 1 | | BaseModel.f90 | BaseModelModule | BaseModelType | ID | 0 | | BaseModel.f90 | BaseModelModule | BaseModelType | IOUT | 0 | | BaseModel.f90 | BaseModelModule | BaseModelType | INEWTON | 0 | @@ -202,6 +81,16 @@ | BaseModel.f90 | BaseModelModule | BaseModelType | IPRFLOW | 0 | | BaseModel.f90 | BaseModelModule | BaseModelType | IPAKCB | 0 | | BaseModel.f90 | BaseModelModule | BaseModelType | IDSOLN | 0 | +| ExplicitModel.f90 | ExplicitModelModule | ExplicitModelType | IBOUND | 1 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | NEQ | 0 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | NJA | 0 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | ICNVG | 0 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | MOFFSET | 0 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | XOLD | 1 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | FLOWJA | 1 | +| NumericalModel.f90 | NumericalModelModule | NumericalModelType | IDXGLO | 1 | +| NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | INPUT_FNAME | 1 | +| NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | PACKAGE_TYPE | 1 | | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | ID | 0 | | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | INUNIT | 0 | | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | IOUT | 0 | @@ -212,275 +101,296 @@ | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | IPAKCB | 0 | | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | IONPER | 0 | | NumericalPackage.f90 | NumericalPackageModule | NumericalPackageType | LASTONPER | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INIC | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INFMI | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INMVT | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INMST | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INADV | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INDSP | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INSSM | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INOC | 0 | -| gwt1.f90 | GwtModule | GwtModelType | INOBS | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDSSM | 1 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDRAIN | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDEVAP | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDROFF | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDIFLW | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDOUTF | 0 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCRAIN | 1 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCEVAP | 1 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCROFF | 1 | -| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCIFLW | 1 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDSSM | 1 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDINFL | 0 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDRINF | 0 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDUZET | 0 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDRITM | 0 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | CONCINFL | 1 | -| gwt1uzt1.f90 | GwtUztModule | GwtUztType | CONCUZET | 1 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDSSM | 1 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDRAIN | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDEVAP | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDROFF | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDIFLW | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDWDRL | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDOUTF | 0 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCRAIN | 1 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCEVAP | 1 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCROFF | 1 | -| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCIFLW | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | FLOWS_FROM_FILE | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IFLOWSUPDATED | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IFLOWERR | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IGWFSTRGSS | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IGWFSTRGSY | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IUBUD | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IUHDS | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IUMVR | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | NFLOWPACK | 0 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | FLOWERR | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IBDGWFSAT0 | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFFLOWJA | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFSAT | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFHEAD | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFSPDIS | 2 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFSTRGSS | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | GWFSTRGSY | 1 | -| gwt1fmi1.f90 | GwtFmiModule | GwtFmiType | IATP | 1 | -| gwt1adv1.f90 | GwtAdvModule | GwtAdvType | IADVWT | 0 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDSSM | 1 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDRATE | 0 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDFWRT | 0 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDRTMV | 0 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDFRTM | 0 | -| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | CONCRATE | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | ISRB | 0 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | IDCY | 0 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | POROSITY | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | PRSITY2 | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATESTO | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATEDCY | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAY | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATEDCYS | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAY_SORBED | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | BULK_DENSITY | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | SP2 | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | DISTCOEF | 1 | -| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATESRB | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | ICIMOUT | 0 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | ISRB | 0 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | IDCY | 0 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | STRG | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | CIM | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | ZETAIM | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | THETAIM | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | BULK_DENSITY | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | DISTCOEF | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAY | 1 | -| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAY_SORBED | 1 | -| gwt1mvt1.f90 | GwtMvtModule | GwtMvtType | MAXPACKAGES | 0 | -| gwt1mvt1.f90 | GwtMvtModule | GwtMvtType | IBUDGETOUT | 0 | -| gwt1ssm1.f90 | GwtSsmModule | GwtSsmType | NBOUND | 0 | -| gwt1ssm1.f90 | GwtSsmModule | GwtSsmType | IAUXPAK | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IAUXFPCONC | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IMATROWS | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IPRCONC | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | ICONCOUT | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IBUDGETOUT | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IGWFAPTPAK | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | NCV | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDFJF | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDGWF | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDSTO | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDTMVR | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDFMVR | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IDXBUDAUX | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | NCONCBUDSSM | 0 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | DBUFF | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | CONCFEAT | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | QSTO | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | CCTERM | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | CONCBUDSSM | 2 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | QMFROMMVR | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | STRT | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | LAUXVAR | 2 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | IBOUND | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | XNEWPAK | 1 | -| gwt1apt1.f90 | GwtAptModule | GwtAptType | XOLDPAK | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IDIFFC | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IDISP | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IXT3D | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ID22 | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ID33 | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IANGLE1 | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IANGLE2 | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | IANGLE3 | 0 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ALH | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ALV | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ATH1 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ATH2 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ATV | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | DIFFC | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | D11 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | D22 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | D33 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ANGLE1 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ANGLE2 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | ANGLE3 | 1 | -| gwt1dsp.f90 | GwtDspModule | GwtDspType | DISPCOEF | 1 | -| BoundaryPackage.f90 | BndModule | BndType | LISTLABEL | 1 | -| BoundaryPackage.f90 | BndModule | BndType | IBCNUM | 0 | -| BoundaryPackage.f90 | BndModule | BndType | MAXBOUND | 0 | -| BoundaryPackage.f90 | BndModule | BndType | NBOUND | 0 | -| BoundaryPackage.f90 | BndModule | BndType | NCOLBND | 0 | -| BoundaryPackage.f90 | BndModule | BndType | ISCLOC | 0 | -| BoundaryPackage.f90 | BndModule | BndType | NAUX | 0 | -| BoundaryPackage.f90 | BndModule | BndType | INAMEDBOUND | 0 | -| BoundaryPackage.f90 | BndModule | BndType | IAUXMULTCOL | 0 | -| BoundaryPackage.f90 | BndModule | BndType | INOBSPKG | 0 | -| BoundaryPackage.f90 | BndModule | BndType | IMOVER | 0 | -| BoundaryPackage.f90 | BndModule | BndType | NPAKEQ | 0 | -| BoundaryPackage.f90 | BndModule | BndType | IOFFSET | 0 | -| BoundaryPackage.f90 | BndModule | BndType | AUXNAME | 2 | -| BoundaryPackage.f90 | BndModule | BndType | NODELIST | 1 | -| BoundaryPackage.f90 | BndModule | BndType | NOUPDATEAUXVAR | 1 | -| BoundaryPackage.f90 | BndModule | BndType | BOUND | 2 | -| BoundaryPackage.f90 | BndModule | BndType | HCOF | 1 | -| BoundaryPackage.f90 | BndModule | BndType | RHS | 1 | -| BoundaryPackage.f90 | BndModule | BndType | SIMVALS | 1 | -| BoundaryPackage.f90 | BndModule | BndType | SIMTOMVR | 1 | -| BoundaryPackage.f90 | BndModule | BndType | AUXVAR | 2 | -| BoundaryPackage.f90 | BndModule | BndType | BOUNDNAME | 2 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | INUNIT | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | IOUT | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NODES | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NODESUSER | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NDIM | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | ICONDIR | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | WRITEGRB | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | XORIGIN | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | YORIGIN | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | ANGROT | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NJA | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NJAS | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | LENUNI | 0 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | MSHAPE | 1 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | TOP | 1 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | BOT | 1 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | AREA | 1 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | DBUFF | 1 | -| DiscretizationBase.f90 | BaseDisModule | DisBaseType | IBUFF | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZDPST | 2 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZTHST | 2 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZFLST | 2 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZSPST | 2 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NWAVST | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZOLSFLX | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTR | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTS | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTI | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EPS | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | HA | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | HROOT | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | ROOTACT | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTWC | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | ETACT | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NWAV | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NTRAIL | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZSTOR | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | DELSTOR | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | TOTFLUX | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | VFLOW | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SINF | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | FINF | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | FINF_REJ | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | GWET | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZFAREA | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELLAREA | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELTOP | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELBOT | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | LANDTOP | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CVLM1 | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | WATAB | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | WATABOLD | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFDEP | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | VKS | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFLUX | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFLUXBELOW | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFSEEP | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | GWPET | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | PET | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | PETMAX | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTDP | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTDPUZ | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | LANDFLAG | 1 | -| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | IVERTCON | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IAX | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | JAX | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IDXGLOX | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IXT3D | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NBRMAX | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | INUNIT | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IOUT | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | INEWTON | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NUMEXTNBRS | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NOZEE | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | VCTHRESH | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | LAMATSAVED | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | LDISPERSION | 0 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | QSAT | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IALLPC | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | AMATPC | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | AMATPCX | 1 | -| Xt3dInterface.f90 | Xt3dModule | Xt3dType | RMATCK | 2 | -| Connections.f90 | ConnectionsModule | ConnectionsType | NODES | 0 | -| Connections.f90 | ConnectionsModule | ConnectionsType | NJA | 0 | -| Connections.f90 | ConnectionsModule | ConnectionsType | NJAS | 0 | -| Connections.f90 | ConnectionsModule | ConnectionsType | IANGLEX | 0 | -| Connections.f90 | ConnectionsModule | ConnectionsType | IA | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | JA | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | ISYM | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | JAS | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | HWVA | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | ANGLEX | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | IHC | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | CL1 | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | CL2 | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | IAUSR | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | JAUSR | 1 | -| Connections.f90 | ConnectionsModule | ConnectionsType | MASK | 1 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | NPROVIDERS | 0 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | NRECEIVERS | 0 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | IPRMAP | 1 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | QTFORMVR | 1 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | QFORMVR | 1 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | QTOMVR | 1 | -| PackageMover.f90 | PackageMoverModule | PackageMoverType | QFROMMVR | 1 | +| GridConnection.f90 | GridConnectionModule | GridConnectionType | IDXTOGLOBALIDX | 1 | +| GridConnection.f90 | GridConnectionModule | GridConnectionType | NRBNDCELLS | 0 | +| GridConnection.f90 | GridConnectionModule | GridConnectionType | IDXCOUNT | 0 | +| GridConnection.f90 | GridConnectionModule | GridConnectionType | NRCELLS | 0 | +| GweGweConnection.f90 | GweGweConnectionModule | GweGweConnectionType | IADVSCHEME | 0 | +| GweGweConnection.f90 | GweGweConnectionModule | GweGweConnectionType | IXT3D | 0 | +| GweGweConnection.f90 | GweGweConnectionModule | GweGweConnectionType | EXGFLOWSIGN | 0 | +| GweGweConnection.f90 | GweGweConnectionModule | GweGweConnectionType | EXGFLOWJAGWT | 1 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | ADVSCHEME | 0 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | IXT3D | 0 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | IEQNSCLFAC | 0 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | GWFFLOWJA | 1 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | GWFHEAD | 1 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | GWFSAT | 1 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | GWFSPDIS | 2 | +| GweInterfaceModel.f90 | GweInterfaceModelModule | GweInterfaceModelType | create_mem_path(this%name | 2 | +| GwfGwfConnection.f90 | GwfGwfConnectionModule | GwfGwfConnectionType | IXT3DEXG | 0 | +| GwtGwtConnection.f90 | GwtGwtConnectionModule | GwtGwtConnectionType | IADVSCHEME | 0 | +| GwtGwtConnection.f90 | GwtGwtConnectionModule | GwtGwtConnectionType | IXT3D | 0 | +| GwtGwtConnection.f90 | GwtGwtConnectionModule | GwtGwtConnectionType | EXGFLOWSIGN | 0 | +| GwtGwtConnection.f90 | GwtGwtConnectionModule | GwtGwtConnectionType | EXGFLOWJAGWT | 1 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | ADVSCHEME | 0 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | IXT3D | 0 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | IEQNSCLFAC | 0 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | GWFFLOWJA | 1 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | GWFHEAD | 1 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | GWFSAT | 1 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | GWFSPDIS | 2 | +| GwtInterfaceModel.f90 | GwtInterfaceModelModule | GwtInterfaceModelType | create_mem_path(this%name | 2 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | NEQ | 0 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | INTSTDEPTH | 0 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | EXGSTDEPTH | 0 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | NROFCONNS | 0 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | X | 1 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | RHS | 1 | +| SpatialModelConnection.f90 | SpatialModelConnectionModule | SpatialModelConnectionType | IACTIVE | 1 | +| gwe1.f90 | GweModule | GweModelType | INEST | 0 | +| gwe1.f90 | GweModule | GweModelType | INDSP | 0 | +| gwe1ctp1.f90 | GweCtpModule | GweCtpType | RATECTPIN | 1 | +| gwe1ctp1.f90 | GweCtpModule | GweCtpType | RATECTPOUT | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IDISP | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IALH | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IALV | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IATH1 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IATH2 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IATV | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IXT3DOFF | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IXT3DRHS | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IXT3D | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ID22 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ID33 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IANGLE1 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IANGLE2 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IANGLE3 | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IKTW | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | IKTS | 0 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ALH | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ALV | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ATH1 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ATH2 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ATV | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | D11 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | D22 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | D33 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ANGLE1 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ANGLE2 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | ANGLE3 | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | KTW | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | KTS | 1 | +| gwe1dsp1.f90 | GweDspModule | GweDspType | DISPCOEF | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | CPW | 0 | +| gwe1est1.f90 | GweEstModule | GweEstType | RHOW | 0 | +| gwe1est1.f90 | GweEstModule | GweEstType | LATHEATVAP | 0 | +| gwe1est1.f90 | GweEstModule | GweEstType | IDCY | 0 | +| gwe1est1.f90 | GweEstModule | GweEstType | ILHV | 0 | +| gwe1est1.f90 | GweEstModule | GweEstType | POROSITY | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | RATESTO | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | CPS | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | RHOS | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | RATEDCY | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | DECAY | 1 | +| gwe1est1.f90 | GweEstModule | GweEstType | DECAYLAST | 1 | +| gwf3.f90 | GwfModule | GwfModelType | INIC | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INOC | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INNPF | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INBUY | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INVSC | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INSTO | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INCSUB | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INMVR | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INHFB | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INGNC | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INOBS | 0 | +| gwf3.f90 | GwfModule | GwfModelType | ISS | 0 | +| gwf3.f90 | GwfModule | GwfModelType | INEWTONUR | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IOUTDENSE | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IFORM | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IREADELEV | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IREADCONCBUY | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | ICONCSET | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DENSEREF | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | NRHOSPECIES | 0 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DENSE | 1 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CONCBUY | 1 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | ELEV | 1 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DRHODC | 1 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CRHOREF | 1 | +| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CTEMP | 1 | +| gwf3chd8.f90 | ChdModule | ChdType | RATECHDIN | 1 | +| gwf3chd8.f90 | ChdModule | ChdType | RATECHDOUT | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | LISTLABEL | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | STONAME | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTOUNIT | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INOBSPKG | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NINTERBEDS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | MAXSIG0 | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NBOUND | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISCLOC | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IAUXMULTCOL | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NDELAYCELLS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NDELAYBEDS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INITIALIZED | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IESLAG | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IPCH | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | LHEAD_BASED | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IUPDATESTRESS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISPECIFIED_PCS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISPECIFIED_DBH | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INAMEDBOUND | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ICONVCHK | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NAUX | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTORAGEC | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTRAINIB | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTRAINSK | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMP | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPI | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPE | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPIB | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPS | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTZDISP | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IPAKCSV | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IUPDATEMATPROP | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | EPSILON | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CC_CRIT | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | GAMMAW | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BETA | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BRG | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SATOMEGA | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ICELLF | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | GWFISS0 | 0 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | AUXNAME | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BUFF | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BUFFUSR | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SGM | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SGS | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_SKE_CR | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_ES | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_ES0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_PCS | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_COMP | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_TCOMP | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_STOR | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_SKE | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_SK | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THICKINI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THETAINI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THICK | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THICK0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THETA | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_THETA0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CELL_WCSTOR | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CELL_THICK | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | AUXVAR | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | UNODELIST | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NODELIST | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CG_GS | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | PCS | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | RNB | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | KV | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | H0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | RCI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IDELAY | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IELASTIC | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ICONVERT | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | COMP | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | TCOMP | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | TCOMPI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | TCOMPE | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | STORAGEE | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | STORAGEI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SKE | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SK | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THICKINI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THETAINI | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THICK | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THICK0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THETA | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | THETA0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BOUNDNAME | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NODELISTSIG0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SIG0 | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IDB_NCONV_COUNT | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IDBCONVERT | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBDHMAX | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBZ | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBRELZ | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBH | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBH0 | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBGEO | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBES | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBES0 | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBPCS | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBFLOWTOP | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBFLOWBOT | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBDZINI | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBTHETAINI | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBCOMP | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBTCOMP | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBDZ | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBDZ0 | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBTHETA | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBTHETA0 | 2 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBAL | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBAD | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBAU | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBRHS | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBDH | 1 | +| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | DBAW | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | DELR | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | DELC | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | IDOMAIN | 3 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | TOP2D | 2 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | BOT3D | 3 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | CELLX | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | CELLY | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | NLAY | 0 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | NROW | 0 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | NCOL | 0 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | NODEUSER | 1 | +| gwf3dis8.f90 | GwfDisModule | GwfDisType | NODEREDUCED | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | TOP1D | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | BOT1D | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | AREA1D | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IDOMAIN | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | VERTICES | 2 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IAINP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | JAINP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IHCINP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | CL12INP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | HWVAINP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | ANGLDEGXINP | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | CELLXY | 2 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IAVERT | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | JAVERT | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NJAUSR | 0 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NVERT | 0 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | VOFFSETTOL | 0 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IANGLEDEGX | 0 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NODEUSER | 1 | +| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NODEREDUCED | 1 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | IDOMAIN | 2 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | TOP1D | 1 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | BOT2D | 2 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | VERTICES | 2 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | CELLXY | 2 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | IAVERT | 1 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | JAVERT | 1 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NLAY | 0 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NCPL | 0 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NVERT | 0 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NODEUSER | 1 | +| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NODEREDUCED | 1 | | gwf3drn8.f90 | DrnModule | DrnType | IAUXDDRNCOL | 0 | | gwf3drn8.f90 | DrnModule | DrnType | ICUBIC_SCALING | 0 | +| gwf3evt8.f90 | EvtModule | EvtType | NSEG | 0 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | MAXHFB | 0 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NHFB | 0 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | IVSC | 0 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NODEN | 1 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NODEM | 1 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | HYDCHR | 1 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | IDXLOC | 1 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | CSATSAV | 1 | +| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | CONDSAV | 1 | +| gwf3ic8.f90 | GwfIcModule | GwfIcType | STRT | 1 | | gwf3lak8.f90 | LakModule | LakType | IPRHED | 0 | | gwf3lak8.f90 | LakModule | LakType | ISTAGEOUT | 0 | | gwf3lak8.f90 | LakModule | LakType | IBUDGETOUT | 0 | +| gwf3lak8.f90 | LakModule | LakType | IBUDCSV | 0 | | gwf3lak8.f90 | LakModule | LakType | IPAKCSV | 0 | | gwf3lak8.f90 | LakModule | LakType | NLAKES | 0 | | gwf3lak8.f90 | LakModule | LakType | NOUTLETS | 0 | @@ -491,10 +401,12 @@ | gwf3lak8.f90 | LakModule | LakType | IGWHCOPT | 0 | | gwf3lak8.f90 | LakModule | LakType | ICONVCHK | 0 | | gwf3lak8.f90 | LakModule | LakType | ICONVRESIDCHK | 0 | +| gwf3lak8.f90 | LakModule | LakType | MAXLAKIT | 0 | | gwf3lak8.f90 | LakModule | LakType | SURFDEP | 0 | +| gwf3lak8.f90 | LakModule | LakType | DMAXCHG | 0 | | gwf3lak8.f90 | LakModule | LakType | DELH | 0 | | gwf3lak8.f90 | LakModule | LakType | PDMAX | 0 | -| gwf3lak8.f90 | LakModule | LakType | check_attr | 0 | +| gwf3lak8.f90 | LakModule | LakType | CHECK_ATTR | 0 | | gwf3lak8.f90 | LakModule | LakType | BDITEMS | 0 | | gwf3lak8.f90 | LakModule | LakType | CBCAUXITEMS | 0 | | gwf3lak8.f90 | LakModule | LakType | IDENSE | 0 | @@ -503,6 +415,7 @@ | gwf3lak8.f90 | LakModule | LakType | QLEAK | 1 | | gwf3lak8.f90 | LakModule | LakType | QSTO | 1 | | gwf3lak8.f90 | LakModule | LakType | DENSETERMS | 2 | +| gwf3lak8.f90 | LakModule | LakType | VISCRATIOS | 2 | | gwf3lak8.f90 | LakModule | LakType | NLAKECONN | 1 | | gwf3lak8.f90 | LakModule | LakType | IDXLAKECONN | 1 | | gwf3lak8.f90 | LakModule | LakType | NTABROW | 1 | @@ -578,34 +491,19 @@ | gwf3lak8.f90 | LakModule | LakType | OUTROUGH | 1 | | gwf3lak8.f90 | LakModule | LakType | OUTSLOPE | 1 | | gwf3lak8.f90 | LakModule | LakType | SIMOUTRATE | 1 | -| gwf3disv8.f90 | GwfDisvModule | None | IDOMAIN | 3 | -| gwf3disv8.f90 | GwfDisvModule | None | TOP2D | 2 | -| gwf3disv8.f90 | GwfDisvModule | None | BOT3D | 3 | -| gwf3disv8.f90 | GwfDisvModule | None | VERTICES | 2 | -| gwf3disv8.f90 | GwfDisvModule | None | CELLXY | 2 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | IDOMAIN | 3 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | TOP2D | 2 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | BOT3D | 3 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | VERTICES | 2 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | CELLXY | 2 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | IAVERT | 1 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | JAVERT | 1 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NLAY | 0 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NCPL | 0 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NVERT | 0 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NODEUSER | 1 | -| gwf3disv8.f90 | GwfDisvModule | GwfDisvType | NODEREDUCED | 1 | | gwf3maw8.f90 | MawModule | MawType | CORRECT_FLOW | 0 | | gwf3maw8.f90 | MawModule | MawType | IPRHED | 0 | | gwf3maw8.f90 | MawModule | MawType | IHEADOUT | 0 | | gwf3maw8.f90 | MawModule | MawType | IBUDGETOUT | 0 | +| gwf3maw8.f90 | MawModule | MawType | IBUDCSV | 0 | | gwf3maw8.f90 | MawModule | MawType | IFLOWINGWELLS | 0 | | gwf3maw8.f90 | MawModule | MawType | IMAWISS | 0 | | gwf3maw8.f90 | MawModule | MawType | IMAWISSOPT | 0 | | gwf3maw8.f90 | MawModule | MawType | NMAWWELLS | 0 | -| gwf3maw8.f90 | MawModule | MawType | check_attr | 0 | +| gwf3maw8.f90 | MawModule | MawType | CHECK_ATTR | 0 | | gwf3maw8.f90 | MawModule | MawType | ISHUTOFFCNT | 0 | | gwf3maw8.f90 | MawModule | MawType | IEFFRADOPT | 0 | +| gwf3maw8.f90 | MawModule | MawType | IOUTREDFLOWCSV | 0 | | gwf3maw8.f90 | MawModule | MawType | SATOMEGA | 0 | | gwf3maw8.f90 | MawModule | MawType | BDITEMS | 0 | | gwf3maw8.f90 | MawModule | MawType | THETA | 0 | @@ -659,15 +557,15 @@ | gwf3maw8.f90 | MawModule | MawType | QSTO | 1 | | gwf3maw8.f90 | MawModule | MawType | QCONST | 1 | | gwf3maw8.f90 | MawModule | MawType | DENSETERMS | 2 | +| gwf3maw8.f90 | MawModule | MawType | VISCRATIOS | 2 | | gwf3maw8.f90 | MawModule | MawType | IDXLOCNODE | 1 | | gwf3maw8.f90 | MawModule | MawType | IDXDGLO | 1 | | gwf3maw8.f90 | MawModule | MawType | IDXOFFDGLO | 1 | | gwf3maw8.f90 | MawModule | MawType | IDXSYMDGLO | 1 | | gwf3maw8.f90 | MawModule | MawType | IDXSYMOFFDGLO | 1 | | gwf3maw8.f90 | MawModule | MawType | XOLDPAK | 1 | -| gwf3evt8.f90 | EvtModule | EvtType | INIEVT | 0 | -| gwf3evt8.f90 | EvtModule | EvtType | NSEG | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | IBUDGETOUT | 0 | +| gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | IBUDCSV | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | MAXMVR | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | MAXPACKAGES | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | MAXCOMB | 0 | @@ -675,166 +573,66 @@ | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | IEXGMVR | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | IMODELNAMES | 0 | | gwf3mvr8.f90 | GwfMvrModule | GwfMvrType | IENTRIES | 1 | -| gwf3.f90 | GwfModule | GwfModelType | INIC | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INOC | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INNPF | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INBUY | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INSTO | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INCSUB | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INMVR | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INHFB | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INGNC | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INOBS | 0 | -| gwf3.f90 | GwfModule | GwfModelType | ISS | 0 | -| gwf3.f90 | GwfModule | GwfModelType | INEWTONUR | 0 | -| gwf3dis8.f90 | GwfDisModule | None | DELR | 1 | -| gwf3dis8.f90 | GwfDisModule | None | DELC | 1 | -| gwf3dis8.f90 | GwfDisModule | None | IDOMAIN | 3 | -| gwf3dis8.f90 | GwfDisModule | None | TOP2D | 2 | -| gwf3dis8.f90 | GwfDisModule | None | BOT3D | 3 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | DELR | 1 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | DELC | 1 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | IDOMAIN | 3 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | TOP2D | 2 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | BOT3D | 3 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | CELLX | 1 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | CELLY | 1 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | NLAY | 0 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | NROW | 0 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | NCOL | 0 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | NODEUSER | 1 | -| gwf3dis8.f90 | GwfDisModule | GwfDisType | NODEREDUCED | 1 | -| gwf3ic8.f90 | GwfIcModule | GwfIcType | STRT | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | AUXNAME | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | LISTLABEL | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | STONAME | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTOUNIT | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INOBSPKG | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NINTERBEDS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | MAXSIG0 | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NBOUND | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISCLOC | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IAUXMULTCOL | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NDELAYCELLS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NDELAYBEDS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INITIALIZED | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IESLAG | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IPCH | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | LHEAD_BASED | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IUPDATESTRESS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISPECIFIED_PCS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISPECIFIED_DBH | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | INAMEDBOUND | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ICONVCHK | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NAUX | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTORAGEC | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTRAINIB | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ISTRAINSK | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMP | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPI | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPE | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPIB | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTCOMPS | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IOUTZDISP | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IPAKCSV | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | IUPDATEMATPROP | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | EPSILON | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | CC_CRIT | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | GAMMAW | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BETA | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BRG | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SATOMEGA | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ICELLF | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | GWFISS0 | 0 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BUFF | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | buffusr | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | sgm | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | sgs | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_ske_cr | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_es | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_es0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_pcs | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_comp | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_tcomp | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_stor | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_ske | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_sk | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_thickini | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_thetaini | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_thick | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_thick0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_theta | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_theta0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cell_wcstor | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cell_thick | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | AUXVAR | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | unodelist | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | nodelist | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | cg_gs | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | pcs | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | rnb | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | kv | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | h0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ci | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | rci | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | idelay | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ielastic | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | iconvert | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | comp | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | tcomp | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | tcompi | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | tcompe | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | storagee | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | storagei | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | ske | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | sk | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | thickini | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | thetaini | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | thick | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | thick0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | theta | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | theta0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | BOUNDNAME | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | NODELISTSIG0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | SIG0 | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | idb_nconv_count | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | idbconvert | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbdhmax | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbz | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbrelz | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbh | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbh0 | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbgeo | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbes | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbes0 | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbpcs | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbflowtop | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbflowbot | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbdzini | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbthetaini | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbcomp | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbtcomp | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbdz | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbdz0 | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbtheta | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbtheta0 | 2 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbal | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbad | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbau | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbrhs | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbdh | 1 | -| gwf3csub8.f90 | GwfCsubModule | GwfCsubType | dbaw | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | MAXHFB | 0 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NHFB | 0 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NODEN | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | NODEM | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | HYDCHR | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | IDXLOC | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | CSATSAV | 1 | -| gwf3hfb8.f90 | GwfHfbModule | GwfHfbType | CONDSAV | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INAME | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IXT3D | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IXT3DRHS | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SATOMEGA | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | HNOFLO | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | HDRY | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICELLAVG | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IAVGKEFF | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK22 | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK33 | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK22OVERK | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK33OVERK | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IPERCHED | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IVARCV | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IDEWATCV | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ITHICKSTRT | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IUSGNRHC | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INWTUPW | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICALCSPDIS | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ISAVSPDIS | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ISAVSAT | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IREWET | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | WETFCT | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IWETIT | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IHDWET | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SATMIN | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE1 | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE2 | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE3 | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IWETDRY | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | NEDGES | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | LASTEDGE | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INTVK | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INVSC | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | KCHANGEPER | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | KCHANGESTP | 0 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ITHICKSTARTFLAG | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICELLTYPE | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K11 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SAT | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | CONDSAT | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K22 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K33 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | WETDRY | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE1 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE2 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE3 | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IBOTNODE | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | NODEDGE | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IHCEDGE | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | PROPSEDGE | 2 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K11INPUT | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K22INPUT | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K33INPUT | 1 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SPDIS | 2 | +| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | NODEKCHANGE | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | IPRHED | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | ISTAGEOUT | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | IBUDGETOUT | 0 | +| gwf3sfr8.f90 | SfrModule | SfrType | IBUDCSV | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | IPAKCSV | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | IDIVERSIONS | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | MAXSFRPICARD | 0 | @@ -842,6 +640,8 @@ | gwf3sfr8.f90 | SfrModule | SfrType | BDITEMS | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | CBCAUXITEMS | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | UNITCONV | 0 | +| gwf3sfr8.f90 | SfrModule | SfrType | LENGTHCONV | 0 | +| gwf3sfr8.f90 | SfrModule | SfrType | TIMECONV | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | DMAXCHG | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | DEPS | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | NCONN | 0 | @@ -849,6 +649,7 @@ | gwf3sfr8.f90 | SfrModule | SfrType | ICONVCHK | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | IDENSE | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | IANYNONE | 0 | +| gwf3sfr8.f90 | SfrModule | SfrType | NCROSSPTSTOT | 0 | | gwf3sfr8.f90 | SfrModule | SfrType | SFRNAME | 2 | | gwf3sfr8.f90 | SfrModule | SfrType | IBOUNDPAK | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | IGWFNODE | 1 | @@ -872,6 +673,7 @@ | gwf3sfr8.f90 | SfrModule | SfrType | SIMRUNOFF | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | STAGE0 | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | USFLOW0 | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | ISFRORDER | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | IA | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | JA | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | IDIR | 1 | @@ -888,18 +690,37 @@ | gwf3sfr8.f90 | SfrModule | SfrType | DIVREACH | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | DIVFLOW | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | DIVQ | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | NCROSSPTS | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | IACROSS | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | STATION | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | XSHEIGHT | 1 | +| gwf3sfr8.f90 | SfrModule | SfrType | XSROUGH | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | QOUTFLOW | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | QEXTOUTFLOW | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | DBUFF | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | QAUXCBC | 1 | | gwf3sfr8.f90 | SfrModule | SfrType | DENSETERMS | 2 | +| gwf3sfr8.f90 | SfrModule | SfrType | VISCRATIOS | 2 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | ISTOR_COEF | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | ICONF_SS | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | IORIG_SS | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | IUSESY | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | SATOMEGA | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | INTEGRATECHANGES | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | INTVS | 0 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | ICONVERT | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | SS | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | SY | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | STRGSS | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | STRGSY | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | OLDSS | 1 | +| gwf3sto8.f90 | GwfStoModule | GwfStoType | OLDSY | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | IGWFNODE | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | APPLIEDINF | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | REJINF | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | REJINF0 | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | REJINFTOMVR | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | INFILTRATION | 1 | -| gwf3uzf8.f90 | UzfModule | UzfType | RECHARGE | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | GWET | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | UZET | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | GWD | 1 | @@ -919,26 +740,20 @@ | gwf3uzf8.f90 | UzfModule | UzfType | HROOT | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | ROOTACT | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | UAUXVAR | 2 | +| gwf3uzf8.f90 | UzfModule | UzfType | WCNEW | 1 | +| gwf3uzf8.f90 | UzfModule | UzfType | WCOLD | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | QAUXCBC | 1 | -| gwf3uzf8.f90 | UzfModule | UzfType | OBS_THETA | 1 | -| gwf3uzf8.f90 | UzfModule | UzfType | OBS_DEPTH | 1 | -| gwf3uzf8.f90 | UzfModule | UzfType | OBS_NUM | 1 | | gwf3uzf8.f90 | UzfModule | UzfType | IPRWCONT | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | IWCONTOUT | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | IBUDGETOUT | 0 | +| gwf3uzf8.f90 | UzfModule | UzfType | IBUDCSV | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | IPAKCSV | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | NTRAIL | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | NSETS | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | NODES | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | ISTOCB | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | NWAV | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | OUTUNITBUD | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | TOTFLUXTOT | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | INFILSUM | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | UZETSUM | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | RECHSUM | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | VFLUXSUM | 0 | -| gwf3uzf8.f90 | UzfModule | UzfType | DELSTORSUM | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | BDITEMS | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | NBDTXT | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | ISSFLAG | 0 | @@ -951,92 +766,558 @@ | gwf3uzf8.f90 | UzfModule | UzfType | IUZF2UZF | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | CBCAUXITEMS | 0 | | gwf3uzf8.f90 | UzfModule | UzfType | ICONVCHK | 0 | -| gwf3rch8.f90 | RchModule | RchType | INIRCH | 0 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | IUSESY | 0 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | ISFAC | 0 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | ISSEG | 0 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | SATOMEGA | 0 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | ICONVERT | 1 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | SC1 | 1 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | SC2 | 1 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | STRGSS | 1 | -| gwf3sto8.f90 | GwfStoModule | GwfStoType | STRGSY | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INAME | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IXT3D | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SATOMEGA | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | HNOFLO | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | HDRY | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICELLAVG | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IAVGKEFF | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK22 | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK33 | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK22OVERK | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IK33OVERK | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IPERCHED | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IVARCV | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IDEWATCV | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ITHICKSTRT | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IUSGNRHC | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | INWTUPW | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICALCSPDIS | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ISAVSPDIS | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ISAVSAT | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IREWET | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | WETFCT | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IWETIT | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IHDWET | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SATMIN | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE1 | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE2 | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IANGLE3 | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IWETDRY | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | NEDGES | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | LASTEDGE | 0 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ICELLTYPE | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K11 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SAT | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | CONDSAT | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K22 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | K33 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | WETDRY | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE1 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE2 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | ANGLE3 | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IBOTNODE | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | SPDIS | 2 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | NODEDGE | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | IHCEDGE | 1 | -| gwf3npf8.f90 | GwfNpfModule | GwfNpftype | PROPSEDGE | 2 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | TOP1D | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | BOT1D | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | AREA1D | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IDOMAIN | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | VERTICES | 2 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IAINP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | JAINP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IHCINP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | CL12INP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | HWVAINP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | ANGLDEGXINP | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | CELLXY | 2 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | IAVERT | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | JAVERT | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NJAUSR | 0 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NVERT | 0 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NODEUSER | 1 | -| gwf3disu8.f90 | GwfDisuModule | GwfDisuType | NODEREDUCED | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IOUTDENSE | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IFORM | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IREADELEV | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | IREADCONCBUY | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | ICONCSET | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DENSEREF | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | NRHOSPECIES | 0 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DENSE | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CONCBUY | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | ELEV | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | DRHODC | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CRHOREF | 1 | -| gwf3buy8.f90 | GwfBuyModule | GwfBuyType | CTEMP | 1 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | THERMIVISC | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | IDXTMPR | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | IOUTVISC | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | IREADELEV | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | ICONCSET | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | VISCREF | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | A2 | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | A3 | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | A4 | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | NVISCSPECIES | 0 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | VISC | 1 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | IVISC | 1 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | DRHODC | 1 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | CRHOREF | 1 | +| gwf3vsc8.f90 | GwfVscModule | GwfVscType | CTEMP | 1 | | gwf3wel8.f90 | WelModule | WelType | IFLOWRED | 0 | | gwf3wel8.f90 | WelModule | WelType | FLOWRED | 0 | +| gwf3wel8.f90 | WelModule | WelType | IOUTAFRCSV | 0 | +| gwt1.f90 | GwtModule | GwtModelType | INMST | 0 | +| gwt1.f90 | GwtModule | GwtModelType | INDSP | 0 | +| gwt1cnc1.f90 | GwtCncModule | GwtCncType | RATECNCIN | 1 | +| gwt1cnc1.f90 | GwtCncModule | GwtCncType | RATECNCOUT | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IDIFFC | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IDISP | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IALH | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IALV | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IATH1 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IATH2 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IATV | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IXT3DOFF | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IXT3DRHS | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IXT3D | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ID22 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ID33 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IANGLE1 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IANGLE2 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | IANGLE3 | 0 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ALH | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ALV | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ATH1 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ATH2 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ATV | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | DIFFC | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | D11 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | D22 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | D33 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ANGLE1 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ANGLE2 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | ANGLE3 | 1 | +| gwt1dsp1.f90 | GwtDspModule | GwtDspType | DISPCOEF | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | ICIMOUT | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | IBUDGETOUT | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | IBUDCSV | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | ISRB | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | IDCY | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | KITER | 0 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | STRG | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | CIM | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | CIMNEW | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | CIMOLD | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | POROSITY | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | ZETAIM | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | VOLFRAC | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | BULK_DENSITY | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | DISTCOEF | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAY | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAYLAST | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAYSLAST | 1 | +| gwt1ist1.f90 | GwtIstModule | GwtIstType | DECAY_SORBED | 1 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDSSM | 1 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDRAIN | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDEVAP | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDROFF | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDIFLW | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDWDRL | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | IDXBUDOUTF | 0 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCRAIN | 1 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCEVAP | 1 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCROFF | 1 | +| gwt1lkt1.f90 | GwtLktModule | GwtLktType | CONCIFLW | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | ISRB | 0 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | IDCY | 0 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | POROSITY | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | THETAM | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | VOLFRACIM | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATESTO | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATEDCY | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAY | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAYLAST | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATEDCYS | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAYSLAST | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | DECAY_SORBED | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | BULK_DENSITY | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | SP2 | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | DISTCOEF | 1 | +| gwt1mst1.f90 | GwtMstModule | GwtMstType | RATESRB | 1 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDSSM | 1 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDRATE | 0 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDFWRT | 0 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDRTMV | 0 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | IDXBUDFRTM | 0 | +| gwt1mwt1.f90 | GwtMwtModule | GwtMwtType | CONCRATE | 1 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDSSM | 1 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDRAIN | 0 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDEVAP | 0 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDROFF | 0 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDIFLW | 0 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | IDXBUDOUTF | 0 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCRAIN | 1 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCEVAP | 1 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCROFF | 1 | +| gwt1sft1.f90 | GwtSftModule | GwtSftType | CONCIFLW | 1 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDSSM | 1 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDINFL | 0 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDRINF | 0 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDUZET | 0 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | IDXBUDRITM | 0 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | CONCINFL | 1 | +| gwt1uzt1.f90 | GwtUztModule | GwtUztType | CONCUZET | 1 | +| BoundaryPackage.f90 | BndModule | BndType | LISTLABEL | 1 | +| BoundaryPackage.f90 | BndModule | BndType | ISADVPAK | 0 | +| BoundaryPackage.f90 | BndModule | BndType | IBCNUM | 0 | +| BoundaryPackage.f90 | BndModule | BndType | MAXBOUND | 0 | +| BoundaryPackage.f90 | BndModule | BndType | NBOUND | 0 | +| BoundaryPackage.f90 | BndModule | BndType | NCOLBND | 0 | +| BoundaryPackage.f90 | BndModule | BndType | ISCLOC | 0 | +| BoundaryPackage.f90 | BndModule | BndType | NAUX | 0 | +| BoundaryPackage.f90 | BndModule | BndType | INAMEDBOUND | 0 | +| BoundaryPackage.f90 | BndModule | BndType | IAUXMULTCOL | 0 | +| BoundaryPackage.f90 | BndModule | BndType | INOBSPKG | 0 | +| BoundaryPackage.f90 | BndModule | BndType | IMOVER | 0 | +| BoundaryPackage.f90 | BndModule | BndType | IVSC | 0 | +| BoundaryPackage.f90 | BndModule | BndType | NPAKEQ | 0 | +| BoundaryPackage.f90 | BndModule | BndType | IOFFSET | 0 | +| BoundaryPackage.f90 | BndModule | BndType | AUXNAME | 2 | +| BoundaryPackage.f90 | BndModule | BndType | AUXNAME_CST | 2 | +| BoundaryPackage.f90 | BndModule | BndType | NODELIST | 1 | +| BoundaryPackage.f90 | BndModule | BndType | NOUPDATEAUXVAR | 1 | +| BoundaryPackage.f90 | BndModule | BndType | BOUND | 2 | +| BoundaryPackage.f90 | BndModule | BndType | CONDINPUT | 1 | +| BoundaryPackage.f90 | BndModule | BndType | HCOF | 1 | +| BoundaryPackage.f90 | BndModule | BndType | RHS | 1 | +| BoundaryPackage.f90 | BndModule | BndType | SIMVALS | 1 | +| BoundaryPackage.f90 | BndModule | BndType | SIMTOMVR | 1 | +| BoundaryPackage.f90 | BndModule | BndType | AUXVAR | 2 | +| BoundaryPackage.f90 | BndModule | BndType | BOUNDNAME | 2 | +| BoundaryPackage.f90 | BndModule | BndType | BOUNDNAME_CST | 2 | +| Connections.f90 | ConnectionsModule | ConnectionsType | NODES | 0 | +| Connections.f90 | ConnectionsModule | ConnectionsType | NJA | 0 | +| Connections.f90 | ConnectionsModule | ConnectionsType | NJAS | 0 | +| Connections.f90 | ConnectionsModule | ConnectionsType | IANGLEX | 0 | +| Connections.f90 | ConnectionsModule | ConnectionsType | IA | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | JA | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | ISYM | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | JAS | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | HWVA | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | ANGLEX | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | IHC | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | CL1 | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | CL2 | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | IAUSR | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | JAUSR | 1 | +| Connections.f90 | ConnectionsModule | ConnectionsType | MASK | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | INUNIT | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | IOUT | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NODES | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NODESUSER | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NDIM | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | ICONDIR | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NOGRB | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | XORIGIN | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | YORIGIN | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | ANGROT | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NJA | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | NJAS | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | LENUNI | 0 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | MSHAPE | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | XC | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | YC | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | TOP | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | BOT | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | AREA | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | DBUFF | 1 | +| DiscretizationBase.f90 | BaseDisModule | DisBaseType | IBUFF | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | FLOWS_FROM_FILE | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IFLOWSUPDATED | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IGWFSTRGSS | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IGWFSTRGSY | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IUBUD | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IUHDS | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IUMVR | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | NFLOWPACK | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IDRYINACTIVE | 0 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IBDGWFSAT0 | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFFLOWJA | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFSAT | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFHEAD | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFSPDIS | 2 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFSTRGSS | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | GWFSTRGSY | 1 | +| FlowModelInterface.f90 | FlowModelInterfaceModule | FlowModelInterfaceType | IGWFMVRTERM | 1 | +| GwfMvrPeriodData.f90 | GwfMvrPeriodDataModule | GwfMvrPeriodDataType | ID1 | 1 | +| GwfMvrPeriodData.f90 | GwfMvrPeriodDataModule | GwfMvrPeriodDataType | ID2 | 1 | +| GwfMvrPeriodData.f90 | GwfMvrPeriodDataModule | GwfMvrPeriodDataType | IMVRTYPE | 1 | +| GwfMvrPeriodData.f90 | GwfMvrPeriodDataModule | GwfMvrPeriodDataType | VALUE | 1 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | ID | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | INUNIT | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | IOUT | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | MAXBOUND | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | IONPER | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | LASTONPER | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | IPRPAK | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | READASARRAYS | 0 | +| GwtSpc.f90 | GwtSpcModule | GwtSpcType | DBLVEC | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | NPROVIDERS | 0 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | NRECEIVERS | 0 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | IPRMAP | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | QTFORMVR | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | QFORMVR | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | QTOMVR | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | QFROMMVR | 1 | +| PackageMover.f90 | PackageMoverModule | PackageMoverType | QFROMMVR0 | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZDPST | 2 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZTHST | 2 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZFLST | 2 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZSPST | 2 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NWAVST | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTR | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTS | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | THTI | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EPS | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | HA | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | HROOT | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | ROOTACT | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTWC | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | ETACT | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NWAV | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | NTRAIL | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | TOTFLUX | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SINF | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | FINF | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | FINF_REJ | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | GWET | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | UZFAREA | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELLAREA | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELTOP | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | CELBOT | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | LANDTOP | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | WATAB | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | WATABOLD | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFDEP | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | VKS | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFLUX | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFLUXBELOW | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | SURFSEEP | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | GWPET | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | PET | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | PETMAX | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTDP | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | EXTDPUZ | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | LANDFLAG | 1 | +| UzfCellGroup.f90 | UzfCellGroupModule | UzfCellGroupType | IVERTCON | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IA_XT3D | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | JA_XT3D | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IAX | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | JAX | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IDXGLOX | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IXT3D | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NBRMAX | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | INUNIT | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IOUT | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | INEWTON | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NUMEXTNBRS | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | NOZEE | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | VCTHRESH | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | LAMATSAVED | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | LDISPERSION | 0 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | QSAT | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | IALLPC | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | AMATPC | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | AMATPCX | 1 | +| Xt3dInterface.f90 | Xt3dModule | Xt3dType | RMATCK | 2 | +| tsp1.f90 | TransportModelModule | TransportModelType | INIC | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INFMI | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INMVT | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INADV | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INSSM | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INOC | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | INOBS | 0 | +| tsp1.f90 | TransportModelModule | TransportModelType | EQNSCLFAC | 0 | +| tsp1adv1.f90 | TspAdvModule | TspAdvType | IADVWT | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IAUXFPCONC | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IMATROWS | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IPRCONC | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | ICONCOUT | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IBUDGETOUT | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IBUDCSV | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IGWFAPTPAK | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | NCV | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDFJF | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDGWF | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDSTO | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDTMVR | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDFMVR | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXBUDAUX | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | NCONCBUDSSM | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXPREPAK | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXLASTPAK | 0 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXLOCNODE | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXPAKDIAG | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXOFFDGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXSYMDGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXSYMOFFDGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXFJFDGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IDXFJFOFFDGLO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | DBUFF | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | CONCFEAT | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | QSTO | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | CCTERM | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | CONCBUDSSM | 2 | +| tsp1apt1.f90 | TspAptModule | TspAptType | QMFROMMVR | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | STRT | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | LAUXVAR | 2 | +| tsp1apt1.f90 | TspAptModule | TspAptType | IBOUND | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | XNEWPAK | 1 | +| tsp1apt1.f90 | TspAptModule | TspAptType | XOLDPAK | 1 | +| tsp1fmi1.f90 | TspFmiModule | TspFmiType | IFLOWERR | 0 | +| tsp1fmi1.f90 | TspFmiModule | TspFmiType | FLOWCORRECT | 1 | +| tsp1fmi1.f90 | TspFmiModule | TspFmiType | IATP | 1 | +| tsp1fmi1.f90 | TspFmiModule | TspFmiType | IGWFMVRTERM | 1 | +| tsp1mvt1.f90 | TspMvtModule | TspMvtType | MAXPACKAGES | 0 | +| tsp1mvt1.f90 | TspMvtModule | TspMvtType | IBUDGETOUT | 0 | +| tsp1mvt1.f90 | TspMvtModule | TspMvtType | IBUDCSV | 0 | +| tsp1ssm1.f90 | TspSsmModule | TspSsmType | NBOUND | 0 | +| tsp1ssm1.f90 | TspSsmModule | TspSsmType | IAUXPAK | 1 | +| tsp1ssm1.f90 | TspSsmModule | TspSsmType | ISRCTYPE | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | CONVNMOD | 0 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | NITERMAX | 0 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | ITINNER | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | LOCDV | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | DVMAX | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | LOCDR | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | DRMAX | 1 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | CONVDVMAX | 2 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | CONVLOCDV | 2 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | CONVDRMAX | 2 | +| ConvergenceSummary.f90 | ConvergenceSummaryModule | ConvergenceSummaryType | CONVLOCDR | 2 | +| ExplicitSolution.f90 | ExplicitSolutionModule | ExplicitSolutionType | ID | 0 | +| ExplicitSolution.f90 | ExplicitSolutionModule | ExplicitSolutionType | IU | 0 | +| ExplicitSolution.f90 | ExplicitSolutionModule | ExplicitSolutionType | TTSOLN | 0 | +| ExplicitSolution.f90 | ExplicitSolutionModule | ExplicitSolutionType | ICNVG | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ID | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IU | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | TTFORM | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | TTSOLN | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ISYMMETRIC | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NEQ | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | MATRIX_OFFSET | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DVCLOSE | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BIGCHOLD | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BIGCH | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RELAXOLD | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_PREV | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_NEW | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICNVG | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ITERTOT_TIMESTEP | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IOUTTOT_TIMESTEP | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | INNERTOT_SIM | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | MXITER | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LINSOLVER | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NONMETH | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPRIMS | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | THETA | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | AKAPPA | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | GAMMA | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | AMOMENTUM | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BREDUC | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | BTOL | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | RES_LIM | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NUMTRACK | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IBFLAG | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICSVOUTEROUT | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ICSVINNEROUT | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | NITERMAX | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVNMOD | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IALLOWPTC | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPTCOPT | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IPTCOUT | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | L2NORM0 | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCDEL | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCDEL0 | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | PTCEXP | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | ATSFRAC | 0 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | IACTIVE | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | XTEMP | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DXOLD | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | HNCG | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | LRCH | 2 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | WSAVE | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | HCHOLD | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | DEOLD | 1 | +| NumericalSolution.f90 | NumericalSolutionModule | NumericalSolutionType | CONVMODSTART | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJA | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DSCALE | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DSCALE2 | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IAPC | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JAPC | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | APC | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IW | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | W | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JLU | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JW | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | WLU | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | LORDER | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IORDER | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IARO | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | JARO | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ARO | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | ID | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | D | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | P | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | Q | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | Z | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | T | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | V | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | DHAT | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | PHAT | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | QHAT | 1 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IOUT | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IPC | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | IACPC | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NITERC | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NIABCGS | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NIAPC | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJAPC | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | EPFACT | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | L2NORM0 | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJLU | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NJW | 0 | +| ims8linear.f90 | IMSLinearModule | ImsLinearDataType | NWLU | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | DVCLOSE | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | RCLOSE | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | ICNVGOPT | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | ITER1 | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | ILINMETH | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | ISCL | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | IORD | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | NORTH | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | RELAX | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | LEVEL | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | DROPTOL | 0 | +| ImsLinearSettings.f90 | ImsLinearSettingsModule | ImsLinearSettingsType | IDFPARAM | 0 | +| ats.f90 | AdaptiveTimeStepModule | None | NPER | 0 | +| ats.f90 | AdaptiveTimeStepModule | None | MAXATS | 0 | +| ats.f90 | AdaptiveTimeStepModule | None | DTSTABLE | 0 | +| ats.f90 | AdaptiveTimeStepModule | None | KPERATS | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | IPERATS | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | DT0 | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | DTMIN | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | DTMAX | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | DTADJ | 1 | +| ats.f90 | AdaptiveTimeStepModule | None | DTFAILADJ | 1 | +| tdis.f90 | TdisModule | None | NPER | 0 | +| tdis.f90 | TdisModule | None | ITMUNI | 0 | +| tdis.f90 | TdisModule | None | KPER | 0 | +| tdis.f90 | TdisModule | None | KSTP | 0 | +| tdis.f90 | TdisModule | None | INATS | 0 | +| tdis.f90 | TdisModule | None | READNEWDATA | 0 | +| tdis.f90 | TdisModule | None | ENDOFPERIOD | 0 | +| tdis.f90 | TdisModule | None | ENDOFSIMULATION | 0 | +| tdis.f90 | TdisModule | None | DELT | 0 | +| tdis.f90 | TdisModule | None | PERTIM | 0 | +| tdis.f90 | TdisModule | None | TOPERTIM | 0 | +| tdis.f90 | TdisModule | None | TOTIM | 0 | +| tdis.f90 | TdisModule | None | TOTIMC | 0 | +| tdis.f90 | TdisModule | None | DELTSAV | 0 | +| tdis.f90 | TdisModule | None | TOTIMSAV | 0 | +| tdis.f90 | TdisModule | None | PERTIMSAV | 0 | +| tdis.f90 | TdisModule | None | TOTALSIMTIME | 0 | +| tdis.f90 | TdisModule | None | PERLEN | 1 | +| tdis.f90 | TdisModule | None | NSTP | 1 | +| tdis.f90 | TdisModule | None | TSMULT | 1 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | NAME | 1 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | BUDTXT | 1 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | NAUX | 0 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | AUXNAME | 2 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | NBOUND | 0 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | NODELIST | 1 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | FLOW | 1 | +| PackageBudget.f90 | PackageBudgetModule | PackageBudgetType | AUXVAR | 2 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | NBOUND | 0 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | NCPL | 0 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | AUXILIARY | 2 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | CELLID | 2 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | BOUNDNAME | 2 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | AUXVAR | 2 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | varname | 0 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | idt%mf6varname | 1 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | idt%mf6varname | 1 | +| BoundInputContext.f90 | BoundInputContextModule | BoundInputContextType | idt%mf6varname | 2 | +| IdmLoad.f90 | IdmLoadModule | None | EXGMEMPATHS | 2 | +| IdmLoad.f90 | IdmLoadModule | None | NCELLDIM | 0 | +| IdmLoad.f90 | IdmLoadModule | None | EXGID | 0 | +| IdmLoad.f90 | IdmLoadModule | None | NUMMODELS | 0 | +| IdmLoad.f90 | IdmLoadModule | None | NUMEXCHANGES | 0 | +| IdmLoad.f90 | IdmLoadModule | None | idt%mf6varname | 0 | +| IdmLoad.f90 | IdmLoadModule | None | idt%mf6varname | 2 | +| IdmLoad.f90 | IdmLoadModule | None | idt%mf6varname | 1 | +| ModelPackageInputs.f90 | ModelPackageInputsModule | LoadablePackageType | INPUT_FNAME | 1 | +| ModelPackageInputs.f90 | ModelPackageInputsModule | ModelPackageInputsType | PKGTYPES | 2 | +| ModelPackageInputs.f90 | ModelPackageInputsModule | ModelPackageInputsType | PKGNAMES | 2 | +| ModelPackageInputs.f90 | ModelPackageInputsModule | ModelPackageInputsType | MEMPATHS | 2 | +| ModelPackageInputs.f90 | ModelPackageInputsModule | ModelPackageInputsType | INUNITS | 1 | +| SourceCommon.f90 | SourceCommonModule | None | MODEL_SHAPE | 1 | +| SourceCommon.f90 | SourceCommonModule | None | NCELLDIM | 0 | +| SourceCommon.f90 | SourceCommonModule | None | NAUX | 0 | +| IdmMf6File.f90 | IdmMf6FileModule | Mf6FileDynamicPkgLoadType | IPER | 0 | +| IdmMf6File.f90 | IdmMf6FileModule | Mf6FileDynamicPkgLoadType | IONPER | 0 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 0 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 1 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 2 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 2 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 1 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 2 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 3 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 0 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 1 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 2 | +| LoadMf6File.f90 | LoadMf6FileModule | None | idt%mf6varname | 3 | +| StressGridInput.f90 | StressGridInputModule | StressGridInputType | AUXTASNAME | 2 | +| StressGridInput.f90 | StressGridInputModule | StressGridInputType | PARAMTASNAME | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | sv%idt%mf6varname | 1 | +| StructArray.f90 | StructArrayModule | StructArrayType | sv%idt%mf6varname | 1 | +| StructArray.f90 | StructArrayModule | StructArrayType | sv%idt%mf6varname | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | sv%idt%mf6varname | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | sv%idt%mf6varname | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | NSEG_1 | 0 | +| StructArray.f90 | StructArrayModule | StructArrayType | varname | 1 | +| StructArray.f90 | StructArrayModule | StructArrayType | varname | 1 | +| StructArray.f90 | StructArrayModule | StructArrayType | varname | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | varname | 2 | +| StructArray.f90 | StructArrayModule | StructArrayType | varname | 1 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | NROW | 0 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | NCOL | 0 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | NJA | 0 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | IA | 1 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | JA | 1 | +| SparseMatrix.f90 | SparseMatrixModule | SparseMatrixType | AMAT | 1 | +| OutputControl.f90 | OutputControlModule | OutputControlType | INUNIT | 0 | +| OutputControl.f90 | OutputControlModule | OutputControlType | IOUT | 0 | +| OutputControl.f90 | OutputControlModule | OutputControlType | IBUDCSV | 0 | +| OutputControl.f90 | OutputControlModule | OutputControlType | IPEROC | 0 | +| OutputControl.f90 | OutputControlModule | OutputControlType | IOCREP | 0 | +| SeqVector.f90 | SeqVectorModule | SeqVectorType | name | 1 | diff --git a/doc/mf6io/mf6ivar/mf6ivar.py b/doc/mf6io/mf6ivar/mf6ivar.py index dd56c9c5a80..0c37229aa5d 100644 --- a/doc/mf6io/mf6ivar/mf6ivar.py +++ b/doc/mf6io/mf6ivar/mf6ivar.py @@ -746,7 +746,7 @@ def write_appendix(texdir, allblocks): "gwe-disu", "gwe-dsp", "gwe-ic", - "gwe-mst", + "gwe-est", "gwe-nam", "gwe-oc", "gwe-ssm", diff --git a/doc/mf6io/mf6ivar/tex/appendixA.tex b/doc/mf6io/mf6ivar/tex/appendixA.tex index cd82dfbfcb1..32e46895c12 100644 --- a/doc/mf6io/mf6ivar/tex/appendixA.tex +++ b/doc/mf6io/mf6ivar/tex/appendixA.tex @@ -272,9 +272,9 @@ \hline GWE & IC & GRIDDATA & no \\ \hline -GWE & MST & OPTIONS & yes \\ -GWE & MST & GRIDDATA & no \\ -GWE & MST & PACKAGEDATA & yes \\ +GWE & EST & OPTIONS & yes \\ +GWE & EST & GRIDDATA & no \\ +GWE & EST & PACKAGEDATA & yes \\ \hline GWE & NAM & OPTIONS & yes \\ GWE & NAM & PACKAGES & yes \\ diff --git a/doc/mf6io/mf6ivar/tex/gwe-est-desc.tex b/doc/mf6io/mf6ivar/tex/gwe-est-desc.tex new file mode 100644 index 00000000000..bf787adc828 --- /dev/null +++ b/doc/mf6io/mf6ivar/tex/gwe-est-desc.tex @@ -0,0 +1,35 @@ +% DO NOT MODIFY THIS FILE DIRECTLY. IT IS CREATED BY mf6ivar.py + +\item \textbf{Block: OPTIONS} + +\begin{description} +\item \texttt{SAVE\_FLOWS}---keyword to indicate that EST flow terms will be written to the file specified with ``BUDGET FILEOUT'' in Output Control. + +\item \texttt{ZERO\_ORDER\_DECAY}---is a text keyword to indicate that zero-order decay will occur. Use of this keyword requires that DECAY and DECAY\_SORBED (if sorption is active) are specified in the GRIDDATA block. + +\item \texttt{LATENT\_HEAT\_VAPORIZATION}---is a text keyword to indicate that cooling associated with evaporation will occur. Use of this keyword requires that LATHEATVAP are specified in the GRIDDATA block. While the EST package does not simulate evaporation, multiple other packages in a GWE simulation may. For example, evaporation may occur from the surface of streams or lakes. Owing to the energy consumed by the change in phase, the latent heat of vaporization is required. + +\end{description} +\item \textbf{Block: GRIDDATA} + +\begin{description} +\item \texttt{porosity}---is the mobile domain porosity, defined as the mobile domain pore volume per mobile domain volume. The GWE model does not support the concept of an immobile domain in the context of heat transport. + +\item \texttt{decay}---is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of decay for zero-order decay is energy per length cubed per time. Zero-order decay will have no effect on simulation results unless zero-order decay is specified in the options block. + +\item \texttt{cps}---is the mass-based heat capacity of dry solids (aquifer material). For example, units of J/kg/C may be used (or equivalent). + +\item \texttt{rhos}---is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. + +\end{description} +\item \textbf{Block: PACKAGEDATA} + +\begin{description} +\item \texttt{cpw}---is the mass-based heat capacity of the simulated fluid. For example, units of J/kg/C may be used (or equivalent). + +\item \texttt{rhow}---is a user-specified value of the density of water. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3. + +\item \texttt{latheatvap}---is the user-specified value for the latent heat of vaporization. For example, if working in SI units, values may be entered as kJ/kg. + +\end{description} + diff --git a/doc/mf6io/mf6ivar/tex/gwe-mst-griddata.dat b/doc/mf6io/mf6ivar/tex/gwe-est-griddata.dat similarity index 100% rename from doc/mf6io/mf6ivar/tex/gwe-mst-griddata.dat rename to doc/mf6io/mf6ivar/tex/gwe-est-griddata.dat diff --git a/doc/mf6io/mf6ivar/tex/gwe-mst-options.dat b/doc/mf6io/mf6ivar/tex/gwe-est-options.dat similarity index 100% rename from doc/mf6io/mf6ivar/tex/gwe-mst-options.dat rename to doc/mf6io/mf6ivar/tex/gwe-est-options.dat diff --git a/doc/mf6io/mf6ivar/tex/gwe-mst-packagedata.dat b/doc/mf6io/mf6ivar/tex/gwe-est-packagedata.dat similarity index 100% rename from doc/mf6io/mf6ivar/tex/gwe-mst-packagedata.dat rename to doc/mf6io/mf6ivar/tex/gwe-est-packagedata.dat diff --git a/make/makefile b/make/makefile index 5f8f21ed01c..e7c988217ec 100644 --- a/make/makefile +++ b/make/makefile @@ -278,7 +278,7 @@ $(OBJDIR)/gwf3buy8.o \ $(OBJDIR)/GhostNode.o \ $(OBJDIR)/gwf3evt8.o \ $(OBJDIR)/gwf3chd8.o \ -$(OBJDIR)/gwe1mst1.o \ +$(OBJDIR)/gwe1est1.o \ $(OBJDIR)/gwe1dsp1.o \ $(OBJDIR)/gwe1ctp1.o \ $(OBJDIR)/RouterBase.o \ diff --git a/msvs/mf6core.vfproj b/msvs/mf6core.vfproj index e78a754a01f..cd3fc68a3c7 100644 --- a/msvs/mf6core.vfproj +++ b/msvs/mf6core.vfproj @@ -137,9 +137,9 @@ + - - + diff --git a/src/Distributed/VirtualGweModel.f90 b/src/Distributed/VirtualGweModel.f90 index d93d59c2798..ea97d448f0f 100644 --- a/src/Distributed/VirtualGweModel.f90 +++ b/src/Distributed/VirtualGweModel.f90 @@ -27,11 +27,11 @@ module VirtualGweModelModule type(VirtualDbl1dType), pointer :: fmi_gwfsat => null() type(VirtualDbl2dType), pointer :: fmi_gwfspdis => null() type(VirtualDbl1dType), pointer :: fmi_gwfflowja => null() - ! MST - type(VirtualDbl1dType), pointer :: mst_porosity => null() + ! EST + type(VirtualDbl1dType), pointer :: est_porosity => null() ! GWE Model fields type(VirtualIntType), pointer :: indsp => null() - type(VirtualIntType), pointer :: inmst => null() + type(VirtualIntType), pointer :: inest => null() contains ! public procedure :: create => vgwe_create @@ -94,9 +94,9 @@ subroutine init_virtual_data(this) call this%set(this%fmi_gwfsat%base(), 'GWFSAT', 'FMI', MAP_NODE_TYPE) call this%set(this%fmi_gwfspdis%base(), 'GWFSPDIS', 'FMI', MAP_NODE_TYPE) call this%set(this%fmi_gwfflowja%base(), 'GWFFLOWJA', 'FMI', MAP_CONN_TYPE) - call this%set(this%mst_porosity%base(), 'POROSITY', 'MST', MAP_NODE_TYPE) + call this%set(this%est_porosity%base(), 'POROSITY', 'EST', MAP_NODE_TYPE) call this%set(this%indsp%base(), 'INDSP', '', MAP_ALL_TYPE) - call this%set(this%inmst%base(), 'INMST', '', MAP_ALL_TYPE) + call this%set(this%inest%base(), 'INEST', '', MAP_ALL_TYPE) end subroutine init_virtual_data @@ -117,7 +117,7 @@ subroutine vgwe_prepare_stage(this, stage) !call this%map(this%dsp_idiffc%base(), (/STG_AFT_MDL_DF/)) call this%map(this%dsp_idisp%base(), (/STG_AFT_MDL_DF/)) call this%map(this%indsp%base(), (/STG_AFT_MDL_DF/)) - call this%map(this%inmst%base(), (/STG_AFT_MDL_DF/)) + call this%map(this%inest%base(), (/STG_AFT_MDL_DF/)) else if (stage == STG_BFR_CON_AR) then @@ -146,8 +146,8 @@ subroutine vgwe_prepare_stage(this, stage) call this%map(this%fmi_gwfspdis%base(), 3, nr_nodes, (/STG_BFR_EXG_AD/)) call this%map(this%fmi_gwfflowja%base(), nr_conns, (/STG_BFR_EXG_AD/)) - if (this%indsp%get() > 0 .and. this%inmst%get() > 0) then - call this%map(this%mst_porosity%base(), nr_nodes, (/STG_AFT_CON_AR/)) + if (this%indsp%get() > 0 .and. this%inest%get() > 0) then + call this%map(this%est_porosity%base(), nr_nodes, (/STG_AFT_CON_AR/)) end if end if @@ -171,9 +171,9 @@ subroutine allocate_data(this) allocate (this%fmi_gwfsat) allocate (this%fmi_gwfspdis) allocate (this%fmi_gwfflowja) - allocate (this%mst_porosity) + allocate (this%est_porosity) allocate (this%indsp) - allocate (this%inmst) + allocate (this%inest) end subroutine allocate_data @@ -194,9 +194,9 @@ subroutine deallocate_data(this) deallocate (this%fmi_gwfsat) deallocate (this%fmi_gwfspdis) deallocate (this%fmi_gwfflowja) - deallocate (this%mst_porosity) + deallocate (this%est_porosity) deallocate (this%indsp) - deallocate (this%inmst) + deallocate (this%inest) end subroutine deallocate_data diff --git a/src/Exchange/GwfGweExchange.f90 b/src/Exchange/GwfGweExchange.f90 index fdb7d180fa4..d60a6be4a6a 100644 --- a/src/Exchange/GwfGweExchange.f90 +++ b/src/Exchange/GwfGweExchange.f90 @@ -245,7 +245,7 @@ subroutine exg_ar(this) ! ! -- setup pointers to the flow storage rates. GWF strg arrays are ! available after the gwf_ar routine is called. - if (gwemodel%inmst > 0) then + if (gwemodel%inest > 0) then if (gwfmodel%insto > 0) then gwemodel%fmi%gwfstrgss => gwfmodel%sto%strgss gwemodel%fmi%igwfstrgss = 1 diff --git a/src/Model/Connection/GweGweConnection.f90 b/src/Model/Connection/GweGweConnection.f90 index 57b2a6e6c1e..5ddb6b70eef 100644 --- a/src/Model/Connection/GweGweConnection.f90 +++ b/src/Model/Connection/GweGweConnection.f90 @@ -233,9 +233,9 @@ subroutine cfg_dist_vars(this) call this%cfg_dv('GWFFLOWJA', 'FMI', SYNC_CON, (/STG_BFR_EXG_AD/)) call this%cfg_dv('GWFFLOWJA', 'FMI', SYNC_EXG, (/STG_BFR_EXG_AD/), & exg_var_name='GWFSIMVALS') - ! -- Fill porosity from mst packages, needed for dsp - if (this%gweModel%indsp > 0 .and. this%gweModel%inmst > 0) then - call this%cfg_dv('POROSITY', 'MST', SYNC_NDS, (/STG_AFT_CON_AR/)) + ! -- Fill porosity from est packages, needed for dsp + if (this%gweModel%indsp > 0 .and. this%gweModel%inest > 0) then + call this%cfg_dv('POROSITY', 'EST', SYNC_NDS, (/STG_AFT_CON_AR/)) end if ! end subroutine cfg_dist_vars @@ -298,7 +298,7 @@ subroutine gwegwecon_ar(this) call this%gweInterfaceModel%model_ar() ! -- Set a pointer in the interface model to the gwecommon data - if (this%gweModel%inmst > 0) then + if (this%gweModel%inest > 0) then this%gweInterfaceModel%gwecommon%gwecpw = this%gweModel%gwecommon%gwecpw this%gweInterfaceModel%gwecommon%gwerhow = this%gweModel%gwecommon%gwerhow end if diff --git a/src/Model/Connection/GweInterfaceModel.f90 b/src/Model/Connection/GweInterfaceModel.f90 index 5b28b5888c5..cbbef1c70fa 100644 --- a/src/Model/Connection/GweInterfaceModel.f90 +++ b/src/Model/Connection/GweInterfaceModel.f90 @@ -11,7 +11,7 @@ module GweInterfaceModelModule use TspAdvOptionsModule, only: TspAdvOptionsType use GweDspModule, only: dsp_cr, GweDspType use GweDspOptionsModule, only: GweDspOptionsType - use GweMstModule, only: mst_cr + use GweEstModule, only: est_cr use TspObsModule, only: tsp_obs_cr use GridConnectionModule use GweInputDataModule, only: GweInputDataType @@ -34,7 +34,7 @@ module GweInterfaceModelModule class(GweModelType), private, pointer :: owner => null() !< the real GWE model for which the exchange coefficients !! are calculated with this interface model - real(DP), dimension(:), pointer, contiguous :: porosity => null() !< to be filled with MST porosity + real(DP), dimension(:), pointer, contiguous :: porosity => null() !< to be filled with EST porosity contains @@ -184,9 +184,9 @@ subroutine gweifmod_df(this) call mem_reallocate(this%dsp%kts, this%dis%nodes, 'KTS', & trim(this%dsp%memoryPath)) end if - allocate (this%mst) - call mem_allocate(this%mst%porosity, this%dis%nodes, & - 'POROSITY', create_mem_path(this%name, 'MST')) + allocate (this%est) + call mem_allocate(this%est%porosity, this%dis%nodes, & + 'POROSITY', create_mem_path(this%name, 'EST')) end if ! ! -- Assign or point model members to dis members @@ -217,7 +217,7 @@ subroutine gweifmod_ar(this) call this%adv%adv_ar(this%dis, this%ibound) end if if (this%indsp > 0) then - call this%dsp%dsp_ar(this%ibound, this%mst%porosity) + call this%dsp%dsp_ar(this%ibound, this%est%porosity) end if ! ! -- Return @@ -247,9 +247,9 @@ subroutine gweifmod_da(this) deallocate (this%adv) deallocate (this%dsp) ! - if (associated(this%mst)) then - call mem_deallocate(this%mst%porosity) - deallocate (this%mst) + if (associated(this%est)) then + call mem_deallocate(this%est%porosity) + deallocate (this%est) end if ! ! -- gwe scalars @@ -258,7 +258,7 @@ subroutine gweifmod_da(this) call mem_deallocate(this%inadv) call mem_deallocate(this%indsp) call mem_deallocate(this%inssm) - call mem_deallocate(this%inmst) + call mem_deallocate(this%inest) call mem_deallocate(this%inmvt) call mem_deallocate(this%inoc) call mem_deallocate(this%inobs) diff --git a/src/Model/GroundWaterEnergy/gwe1.f90 b/src/Model/GroundWaterEnergy/gwe1.f90 index ffb14be1089..45b57ebd9e5 100644 --- a/src/Model/GroundWaterEnergy/gwe1.f90 +++ b/src/Model/GroundWaterEnergy/gwe1.f90 @@ -11,7 +11,7 @@ module GweModule use BaseModelModule, only: BaseModelType use BndModule, only: BndType, AddBndToList, GetBndFromList use GweDspModule, only: GweDspType - use GweMstModule, only: GweMstType + use GweEstModule, only: GweEstType use BudgetModule, only: BudgetType use GweInputDataModule, only: GweInputDataType use TransportModelModule @@ -33,9 +33,9 @@ module GweModule type, extends(TransportModelType) :: GweModelType type(GweInputDataType), pointer :: gwecommon => null() !< container for data shared with multiple packages - type(GweMstType), pointer :: mst => null() !< mass storage and transfer package + type(GweEstType), pointer :: est => null() !< mass storage and transfer package type(GweDspType), pointer :: dsp => null() !< dispersion package - integer(I4B), pointer :: inmst => null() ! unit number MST + integer(I4B), pointer :: inest => null() ! unit number EST integer(I4B), pointer :: indsp => null() ! unit number DSP contains @@ -70,7 +70,7 @@ module GweModule integer(I4B), parameter :: GWE_NBASEPKG = 50 character(len=LENPACKAGETYPE), dimension(GWE_NBASEPKG) :: GWE_BASEPKG data GWE_BASEPKG/'DIS6 ', 'DISV6', 'DISU6', ' ', ' ', & ! 5 - &'IC6 ', 'FMI6 ', 'MST6 ', 'ADV6 ', ' ', & ! 10 + &'IC6 ', 'FMI6 ', 'EST6 ', 'ADV6 ', ' ', & ! 10 &'DSP6 ', 'SSM6 ', 'MVT6 ', 'OC6 ', ' ', & ! 15 &'OBS6 ', ' ', ' ', ' ', ' ', & ! 20 &30*' '/ ! 50 @@ -276,9 +276,9 @@ subroutine gwe_ar(this) call this%fmi%fmi_ar(this%ibound) if (this%inmvt > 0) call this%mvt%mvt_ar() if (this%inic > 0) call this%ic%ic_ar(this%x) - if (this%inmst > 0) call this%mst%mst_ar(this%dis, this%ibound) + if (this%inest > 0) call this%est%est_ar(this%dis, this%ibound) if (this%inadv > 0) call this%adv%adv_ar(this%dis, this%ibound) - if (this%indsp > 0) call this%dsp%dsp_ar(this%ibound, this%mst%porosity) + if (this%indsp > 0) call this%dsp%dsp_ar(this%ibound, this%est%porosity) if (this%inssm > 0) call this%ssm%ssm_ar(this%dis, this%ibound, this%x) if (this%inobs > 0) call this%obs%tsp_obs_ar(this%ic, this%x, this%flowja) ! @@ -440,8 +440,8 @@ subroutine gwe_fc(this, kiter, matrix_sln, inwtflag) if (this%inmvt > 0) then call this%mvt%mvt_fc(this%x, this%x) end if - if (this%inmst > 0) then - call this%mst%mst_fc(this%dis%nodes, this%xold, this%nja, matrix_sln, & + if (this%inest > 0) then + call this%est%est_fc(this%dis%nodes, this%xold, this%nja, matrix_sln, & this%idxglo, this%x, this%rhs, kiter) end if if (this%inadv > 0) then @@ -517,7 +517,7 @@ subroutine gwe_cq(this, icnvg, isuppress_output) end do if (this%inadv > 0) call this%adv%adv_cq(this%x, this%flowja) if (this%indsp > 0) call this%dsp%dsp_cq(this%x, this%flowja) - if (this%inmst > 0) call this%mst%mst_cq(this%dis%nodes, this%x, this%xold, & + if (this%inest > 0) call this%est%est_cq(this%dis%nodes, this%x, this%xold, & this%flowja) if (this%inssm > 0) call this%ssm%ssm_cq(this%flowja) if (this%infmi > 0) call this%fmi%fmi_cq(this%x, this%flowja) @@ -564,7 +564,7 @@ subroutine gwe_bd(this, icnvg, isuppress_output) ! should be added here to this%budget. In a subsequent exchange call, ! exchange flows might also be added. call this%budget%reset() - if (this%inmst > 0) call this%mst%mst_bd(isuppress_output, this%budget) + if (this%inest > 0) call this%est%est_bd(isuppress_output, this%budget) if (this%inssm > 0) call this%ssm%ssm_bd(isuppress_output, this%budget) if (this%infmi > 0) call this%fmi%fmi_bd(isuppress_output, this%budget) if (this%inmvt > 0) call this%mvt%mvt_bd(this%x, this%x) @@ -592,13 +592,13 @@ subroutine gwe_ot(this) ! -- Initialize icbcfl = 0 ! - ! -- Because mst belongs to gwe, call mst_ot_flow directly (and not from parent) + ! -- Because est belongs to gwe, call est_ot_flow directly (and not from parent) if (this%oc%oc_save('BUDGET')) icbcfl = 1 icbcun = this%oc%oc_save_unit('BUDGET') - if (this%inmst > 0) call this%mst%mst_ot_flow(icbcfl, icbcun) + if (this%inest > 0) call this%est%est_ot_flow(icbcfl, icbcun) ! ! -- Call parent class _ot routines. - call this%tsp_ot(this%inmst) + call this%tsp_ot(this%inest) ! ! -- Return return @@ -630,7 +630,7 @@ subroutine gwe_da(this) call this%adv%adv_da() call this%dsp%dsp_da() call this%ssm%ssm_da() - call this%mst%mst_da() + call this%est%est_da() call this%mvt%mvt_da() call this%budget%budget_da() call this%oc%oc_da() @@ -644,7 +644,7 @@ subroutine gwe_da(this) deallocate (this%adv) deallocate (this%dsp) deallocate (this%ssm) - deallocate (this%mst) + deallocate (this%est) deallocate (this%mvt) deallocate (this%budget) deallocate (this%oc) @@ -659,7 +659,7 @@ subroutine gwe_da(this) end do ! ! -- Scalars - call mem_deallocate(this%inmst) + call mem_deallocate(this%inest) call mem_deallocate(this%indsp) ! ! -- Parent class members @@ -744,10 +744,10 @@ subroutine allocate_scalars(this, modelname) call this%allocate_tsp_scalars(modelname) ! ! -- allocate members that are part of model class - call mem_allocate(this%inmst, 'INMST', this%memoryPath) + call mem_allocate(this%inest, 'INEST', this%memoryPath) call mem_allocate(this%indsp, 'INDSP', this%memoryPath) ! - this%inmst = 0 + this%inest = 0 this%indsp = 0 ! ! -- Return @@ -919,7 +919,7 @@ subroutine create_gwe_packages(this, indis) use MemoryManagerModule, only: mem_setptr use MemoryHelperModule, only: create_mem_path use SimVariablesModule, only: idm_context - use GweMstModule, only: mst_cr + use GweEstModule, only: est_cr use GweDspModule, only: dsp_cr ! -- dummy class(GweModelType) :: this @@ -961,8 +961,8 @@ subroutine create_gwe_packages(this, indis) ! ! -- create dis package as it is a prerequisite for other packages select case (pkgtype) - case ('MST6') - this%inmst = inunit + case ('EST6') + this%inest = inunit case ('DSP6') this%indsp = 1 mempathdsp = mempath @@ -976,13 +976,13 @@ subroutine create_gwe_packages(this, indis) end do ! ! -- Create packages that are tied directly to model - call mst_cr(this%mst, this%name, this%inmst, this%iout, this%fmi, & + call est_cr(this%est, this%name, this%inest, this%iout, this%fmi, & this%eqnsclfac, this%gwecommon) call dsp_cr(this%dsp, this%name, mempathdsp, this%indsp, this%iout, & this%fmi, this%eqnsclfac, this%gwecommon) ! ! -- Check to make sure that required ftype's have been specified - call this%ftype_check(indis, this%inmst) + call this%ftype_check(indis, this%inest) ! call this%create_bndpkgs(bndpkgs, pkgtypes, pkgnames, mempaths, inunits) ! diff --git a/src/Model/GroundWaterEnergy/gwe1dsp1.f90 b/src/Model/GroundWaterEnergy/gwe1dsp1.f90 index 02b7797c60e..9e3609a7181 100644 --- a/src/Model/GroundWaterEnergy/gwe1dsp1.f90 +++ b/src/Model/GroundWaterEnergy/gwe1dsp1.f90 @@ -19,7 +19,7 @@ module GweDspModule integer(I4B), dimension(:), pointer, contiguous :: ibound => null() ! pointer to GWE model ibound type(TspFmiType), pointer :: fmi => null() ! pointer to GWE fmi object - type(GweInputDataType), pointer :: gwecommon => null() !< pointer to shared gwe data used by multiple packages but set in mst + type(GweInputDataType), pointer :: gwecommon => null() !< pointer to shared gwe data used by multiple packages but set in est real(DP), dimension(:), pointer, contiguous :: porosity => null() ! pointer to GWE storage porosity real(DP), dimension(:), pointer, contiguous :: alh => null() ! longitudinal horizontal dispersivity real(DP), dimension(:), pointer, contiguous :: alv => null() ! longitudinal vertical dispersivity diff --git a/src/Model/GroundWaterEnergy/gwe1mst1.f90 b/src/Model/GroundWaterEnergy/gwe1est1.f90 similarity index 89% rename from src/Model/GroundWaterEnergy/gwe1mst1.f90 rename to src/Model/GroundWaterEnergy/gwe1est1.f90 index 289417f3ca6..c5a0dba3f65 100644 --- a/src/Model/GroundWaterEnergy/gwe1mst1.f90 +++ b/src/Model/GroundWaterEnergy/gwe1est1.f90 @@ -1,7 +1,7 @@ -!> -- @ brief Mobile Storage and Transfer (MST) Module +!> -- @ brief Energy Storage and Transfer (EST) Module !! -!! The GweMstModule contains the GweMstType, which is related -!! to GwtMstModule; however, there are some important differences +!! The GweEstModule contains the GweEstType, which is related +!! to GwtEstModule; however, there are some important differences !! owing to the fact that a sorbed phase is not considered. !! Instead, a single temperature is simulated for each grid !! cell and is represenative of both the aqueous and solid @@ -10,7 +10,7 @@ !! conductive processes can transport into, through, or !! out of dry cells that are part of the active domain. !< -module GweMstModule +module GweEstModule use KindModule, only: DP, I4B use ConstantsModule, only: DONE, DZERO, DTWO, DHALF, LENBUDTXT @@ -24,18 +24,18 @@ module GweMstModule use GweInputDataModule, only: GweInputDataType implicit none - public :: GweMstType - public :: mst_cr + public :: GweEstType + public :: est_cr ! integer(I4B), parameter :: NBDITEMS = 2 character(len=LENBUDTXT), dimension(NBDITEMS) :: budtxt data budtxt/' STORAGE-CELLBLK', ' DECAY-AQUEOUS'/ - !> @ brief Mobile storage and transfer + !> @ brief Energy storage and transfer !! !! Data and methods for handling changes in temperature !< - type, extends(NumericalPackageType) :: GweMstType + type, extends(NumericalPackageType) :: GweEstType ! ! -- storage real(DP), pointer :: cpw => null() !< heat capacity of water @@ -43,7 +43,7 @@ module GweMstModule real(DP), dimension(:), pointer, contiguous :: cps => null() !< heat capacity of solid real(DP), dimension(:), pointer, contiguous :: rhos => null() !< density of solid real(DP), dimension(:), pointer, contiguous :: porosity => null() !< porosity - real(DP), dimension(:), pointer, contiguous :: ratesto => null() !< rate of mobile storage + real(DP), dimension(:), pointer, contiguous :: ratesto => null() !< rate of energy storage ! ! -- decay integer(I4B), pointer :: idcy => null() !< order of decay rate (0:none, 1:first, 2:zero) @@ -55,39 +55,39 @@ module GweMstModule ! -- misc integer(I4B), dimension(:), pointer, contiguous :: ibound => null() !< pointer to model ibound type(TspFmiType), pointer :: fmi => null() !< pointer to fmi object - type(GweInputDataType), pointer :: gwecommon => null() !< pointer to shared gwe data used by multiple packages but set in mst + type(GweInputDataType), pointer :: gwecommon => null() !< pointer to shared gwe data used by multiple packages but set in est real(DP), pointer :: latheatvap => null() !< latent heat of vaporization real(DP), pointer :: eqnsclfac => null() !< governing equation scale factor; =rhow*cpw for energy contains - procedure :: mst_ar - procedure :: mst_fc - procedure :: mst_fc_sto - procedure :: mst_fc_dcy - procedure :: mst_cq - procedure :: mst_cq_sto - procedure :: mst_cq_dcy - procedure :: mst_bd - procedure :: mst_ot_flow - procedure :: mst_da + procedure :: est_ar + procedure :: est_fc + procedure :: est_fc_sto + procedure :: est_fc_dcy + procedure :: est_cq + procedure :: est_cq_sto + procedure :: est_cq_dcy + procedure :: est_bd + procedure :: est_ot_flow + procedure :: est_da procedure :: allocate_scalars procedure, private :: allocate_arrays procedure, private :: read_options procedure, private :: read_data procedure, private :: read_packagedata - end type GweMstType + end type GweEstType contains - !> @ brief Create a new MST package object + !> @ brief Create a new EST package object !! - !! Create a new MST package + !! Create a new EST package !< - subroutine mst_cr(mstobj, name_model, inunit, iout, fmi, eqnsclfac, gwecommon) + subroutine est_cr(estobj, name_model, inunit, iout, fmi, eqnsclfac, gwecommon) ! -- dummy - type(GweMstType), pointer :: mstobj !< unallocated new mst object to create + type(GweEstType), pointer :: estobj !< unallocated new est object to create character(len=*), intent(in) :: name_model !< name of the model integer(I4B), intent(in) :: inunit !< unit number of WEL package input file integer(I4B), intent(in) :: iout !< unit number of model listing file @@ -96,47 +96,47 @@ subroutine mst_cr(mstobj, name_model, inunit, iout, fmi, eqnsclfac, gwecommon) type(GweInputDataType), intent(in), target :: gwecommon !< shared data container for use by multiple GWE packages ! ! -- Create the object - allocate (mstobj) + allocate (estobj) ! ! -- create name and memory path - call mstobj%set_names(1, name_model, 'MST', 'MST') + call estobj%set_names(1, name_model, 'EST', 'EST') ! ! -- Allocate scalars - call mstobj%allocate_scalars() + call estobj%allocate_scalars() ! ! -- Set variables - mstobj%inunit = inunit - mstobj%iout = iout - mstobj%fmi => fmi - mstobj%eqnsclfac => eqnsclfac - mstobj%gwecommon => gwecommon + estobj%inunit = inunit + estobj%iout = iout + estobj%fmi => fmi + estobj%eqnsclfac => eqnsclfac + estobj%gwecommon => gwecommon ! ! -- Initialize block parser - call mstobj%parser%Initialize(mstobj%inunit, mstobj%iout) + call estobj%parser%Initialize(estobj%inunit, estobj%iout) ! ! -- Return return - end subroutine mst_cr + end subroutine est_cr !> @ brief Allocate and read method for package !! !! Method to allocate and read static data for the package. !< - subroutine mst_ar(this, dis, ibound) + subroutine est_ar(this, dis, ibound) ! -- modules use GweInputDataModule, only: set_gwe_dat_ptrs ! -- dummy - class(GweMstType), intent(inout) :: this !< GweMstType object + class(GweEstType), intent(inout) :: this !< GweEstType object class(DisBaseType), pointer, intent(in) :: dis !< pointer to dis package integer(I4B), dimension(:), pointer, contiguous :: ibound !< pointer to GWE ibound array ! -- local ! -- formats - character(len=*), parameter :: fmtmst = & - "(1x,/1x,'MST -- MOBILE STORAGE AND TRANSFER PACKAGE, VERSION 1, & + character(len=*), parameter :: fmtest = & + "(1x,/1x,'EST -- ENERGY STORAGE AND TRANSFER PACKAGE, VERSION 1, & &7/29/2020 INPUT READ FROM UNIT ', i0, //)" ! - ! --print a message identifying the mobile storage and transfer package. - write (this%iout, fmtmst) this%inunit + ! --print a message identifying the energy storage and transfer package. + write (this%iout, fmtest) this%inunit ! ! -- Read options call this%read_options() @@ -165,17 +165,17 @@ subroutine mst_ar(this, dis, ibound) ! ! -- Return return - end subroutine mst_ar + end subroutine est_ar !> @ brief Fill coefficient method for package !! !! Method to calculate and fill coefficients for the package. !< - subroutine mst_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & + subroutine est_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & rhs, kiter) ! -- modules ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer, intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step integer(I4B), intent(in) :: nja !< number of GWE connections @@ -187,27 +187,27 @@ subroutine mst_fc(this, nodes, cold, nja, matrix_sln, idxglo, cnew, & ! -- local ! ! -- storage contribution - call this%mst_fc_sto(nodes, cold, nja, matrix_sln, idxglo, rhs) + call this%est_fc_sto(nodes, cold, nja, matrix_sln, idxglo, rhs) ! ! -- decay contribution if (this%idcy /= 0) then - call this%mst_fc_dcy(nodes, cold, cnew, nja, matrix_sln, idxglo, & + call this%est_fc_dcy(nodes, cold, cnew, nja, matrix_sln, idxglo, & rhs, kiter) end if ! ! -- Return return - end subroutine mst_fc + end subroutine est_fc !> @ brief Fill storage coefficient method for package !! !! Method to calculate and fill storage coefficients for the package. !< - subroutine mst_fc_sto(this, nodes, cold, nja, matrix_sln, idxglo, rhs) + subroutine est_fc_sto(this, nodes, cold, nja, matrix_sln, idxglo, rhs) ! -- modules use TdisModule, only: delt ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer, intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step integer(I4B), intent(in) :: nja !< number of GWE connections @@ -248,18 +248,18 @@ subroutine mst_fc_sto(this, nodes, cold, nja, matrix_sln, idxglo, rhs) ! ! -- Return return - end subroutine mst_fc_sto + end subroutine est_fc_sto !> @ brief Fill decay coefficient method for package !! !! Method to calculate and fill decay coefficients for the package. !< - subroutine mst_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & + subroutine est_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & idxglo, rhs, kiter) ! -- modules use TdisModule, only: delt ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer, intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step @@ -311,16 +311,16 @@ subroutine mst_fc_dcy(this, nodes, cold, cnew, nja, matrix_sln, & ! ! -- Return return - end subroutine mst_fc_dcy + end subroutine est_fc_dcy !> @ brief Calculate flows for package !! !! Method to calculate flows for the package. !< - subroutine mst_cq(this, nodes, cnew, cold, flowja) + subroutine est_cq(this, nodes, cnew, cold, flowja) ! -- modules ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step @@ -328,26 +328,26 @@ subroutine mst_cq(this, nodes, cnew, cold, flowja) ! -- local ! ! - storage - call this%mst_cq_sto(nodes, cnew, cold, flowja) + call this%est_cq_sto(nodes, cnew, cold, flowja) ! ! -- decay if (this%idcy /= 0) then - call this%mst_cq_dcy(nodes, cnew, cold, flowja) + call this%est_cq_dcy(nodes, cnew, cold, flowja) end if ! ! -- Return return - end subroutine mst_cq + end subroutine est_cq !> @ brief Calculate storage terms for package !! !! Method to calculate storage terms for the package. !< - subroutine mst_cq_sto(this, nodes, cnew, cold, flowja) + subroutine est_cq_sto(this, nodes, cnew, cold, flowja) ! -- modules use TdisModule, only: delt ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step @@ -392,17 +392,17 @@ subroutine mst_cq_sto(this, nodes, cnew, cold, flowja) ! ! -- Return return - end subroutine mst_cq_sto + end subroutine est_cq_sto !> @ brief Calculate decay terms for package !! !! Method to calculate decay terms for the package. !< - subroutine mst_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this handles only decay in water; need to add zero-order (but not first-order?) decay in solid + subroutine est_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this handles only decay in water; need to add zero-order (but not first-order?) decay in solid ! -- modules use TdisModule, only: delt ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes real(DP), intent(in), dimension(nodes) :: cnew !< temperature at end of this time step real(DP), intent(in), dimension(nodes) :: cold !< temperature at end of last time step @@ -450,18 +450,18 @@ subroutine mst_cq_dcy(this, nodes, cnew, cold, flowja) ! Important note: this ha ! ! -- Return return - end subroutine mst_cq_dcy + end subroutine est_cq_dcy !> @ brief Calculate budget terms for package !! !! Method to calculate budget terms for the package. !< - subroutine mst_bd(this, isuppress_output, model_budget) + subroutine est_bd(this, isuppress_output, model_budget) ! -- modules use TdisModule, only: delt use BudgetModule, only: BudgetType, rate_accumulator ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: isuppress_output !< flag to supress output type(BudgetType), intent(inout) :: model_budget !< model budget object ! -- local @@ -482,15 +482,15 @@ subroutine mst_bd(this, isuppress_output, model_budget) ! ! -- Return return - end subroutine mst_bd + end subroutine est_bd !> @ brief Output flow terms for package !! !! Method to output terms for the package. !< - subroutine mst_ot_flow(this, icbcfl, icbcun) + subroutine est_ot_flow(this, icbcfl, icbcun) ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: icbcfl !< flag and unit number for cell-by-cell output integer(I4B), intent(in) :: icbcun !< flag indication if cell-by-cell data should be saved ! -- local @@ -529,17 +529,17 @@ subroutine mst_ot_flow(this, icbcfl, icbcun) ! ! -- Return return - end subroutine mst_ot_flow + end subroutine est_ot_flow !> @brief Deallocate memory !! !! Method to deallocate memory for the package. !< - subroutine mst_da(this) + subroutine est_da(this) ! -- modules use MemoryManagerModule, only: mem_deallocate ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object ! ! -- Deallocate arrays if package was active if (this%inunit > 0) then @@ -566,7 +566,7 @@ subroutine mst_da(this) ! ! -- Return return - end subroutine mst_da + end subroutine est_da !> @ brief Allocate scalar variables for package !! @@ -576,7 +576,7 @@ subroutine allocate_scalars(this) ! -- modules use MemoryManagerModule, only: mem_allocate, mem_setptr ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object ! -- local ! ! -- Allocate scalars in NumericalPackageType @@ -609,7 +609,7 @@ subroutine allocate_arrays(this, nodes) use MemoryManagerModule, only: mem_allocate use ConstantsModule, only: DZERO ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object integer(I4B), intent(in) :: nodes !< number of nodes ! -- local integer(I4B) :: n @@ -657,7 +657,7 @@ subroutine read_options(this) ! -- modules use ConstantsModule, only: LINELENGTH ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object ! -- local character(len=LINELENGTH) :: keyword integer(I4B) :: ierr @@ -680,7 +680,7 @@ subroutine read_options(this) ! ! -- parse options block if detected if (isfound) then - write (this%iout, '(1x,a)') 'PROCESSING MOBILE STORAGE AND TRANSFER OPTIONS' + write (this%iout, '(1x,a)') 'PROCESSING ENERGY STORAGE AND TRANSFER OPTIONS' do call this%parser%GetNextLine(endOfBlock) if (endOfBlock) exit @@ -699,12 +699,12 @@ subroutine read_options(this) this%ilhv = 1 write (this%iout, fmtilhv) case default - write (errmsg, '(a,a)') 'UNKNOWN MST OPTION: ', trim(keyword) + write (errmsg, '(a,a)') 'UNKNOWN EST OPTION: ', trim(keyword) call store_error(errmsg) call this%parser%StoreErrorUnit() end select end do - write (this%iout, '(1x,a)') 'END OF MOBILE STORAGE AND TRANSFER OPTIONS' + write (this%iout, '(1x,a)') 'END OF ENERGY STORAGE AND TRANSFER OPTIONS' end if ! ! -- Return @@ -720,7 +720,7 @@ subroutine read_data(this) use ConstantsModule, only: LINELENGTH use MemoryManagerModule, only: mem_reallocate, mem_reassignptr ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object ! -- local character(len=LINELENGTH) :: keyword character(len=:), allocatable :: line @@ -834,7 +834,7 @@ end subroutine read_data subroutine read_packagedata(this) ! -- modules ! -- dummy - class(GweMstType) :: this !< GweMstType object + class(GweEstType) :: this !< GweEstType object ! -- local logical :: isfound logical :: endOfBlock @@ -909,4 +909,4 @@ function get_zero_order_decay(decay_rate_usr, decay_rate_last, kiter, & return end function get_zero_order_decay -end module GweMstModule +end module GweEstModule diff --git a/src/Model/ModelUtilities/GweInputData.f90 b/src/Model/ModelUtilities/GweInputData.f90 index 55757560383..fb3493f2888 100644 --- a/src/Model/ModelUtilities/GweInputData.f90 +++ b/src/Model/ModelUtilities/GweInputData.f90 @@ -11,7 +11,7 @@ module GweInputDataModule public :: set_gwe_dat_ptrs !> Data for sharing among multiple packages. Originally read in from - !< the MST package + !< the EST package type GweInputDataType @@ -21,7 +21,7 @@ module GweInputDataModule ! strings character(len=LENMEMPATH) :: memoryPath = '' !< the location in the memory manager where the variables are stored - ! mst data to be share across multiple packages + ! est data to be share across multiple packages real(DP), pointer :: gwerhow => null() !< Density of water (for GWE purposes, a constant scalar) real(DP), pointer :: gwecpw => null() !< Heat capacity of water (non-spatially varying) real(DP), pointer :: gwelatheatvap => null() !< latent heat of vaporization @@ -103,9 +103,9 @@ subroutine allocate_shared_vars(this, nodes) return end subroutine allocate_shared_vars - !> @brief Allocate and read data from MST + !> @brief Allocate and read data from EST !! - !! MST data, including heat capacity of water (cpw), density of water + !! EST data, including heat capacity of water (cpw), density of water !! (rhow), latent heat of vaporization (latheatvap), heat capacity of !! the aquifer material (cps), and density of the aquifer material !! (rhow) is used among other packages and is therefore stored in a @@ -114,11 +114,11 @@ subroutine set_gwe_dat_ptrs(this, gwerhow, gwecpw, gwerhos, gwecps, & gwelatheatvap) ! -- dummy class(GweInputDataType) :: this !< the input data block - real(DP), intent(in) :: gwerhow !< ptr to density of water specified in MST - real(DP), intent(in) :: gwecpw !< ptr to heat capacity of water specified in MST - real(DP), intent(in) :: gwerhos !< ptr to sptially-variably density of aquifer material specified in MST - real(DP), intent(in) :: gwecps !< ptr to sptially-variably heat capacity of aquifer material specified in MST - real(DP), intent(in), optional :: gwelatheatvap !< ptr to latent heat of vaporization specified in MST + real(DP), intent(in) :: gwerhow !< ptr to density of water specified in EST + real(DP), intent(in) :: gwecpw !< ptr to heat capacity of water specified in EST + real(DP), intent(in) :: gwerhos !< ptr to sptially-variably density of aquifer material specified in EST + real(DP), intent(in) :: gwecps !< ptr to sptially-variably heat capacity of aquifer material specified in EST + real(DP), intent(in), optional :: gwelatheatvap !< ptr to latent heat of vaporization specified in EST ! ! -- Allocate scalars if (present(gwelatheatvap)) then @@ -134,7 +134,7 @@ subroutine set_gwe_dat_ptrs(this, gwerhow, gwecpw, gwerhos, gwecps, & return end subroutine set_gwe_dat_ptrs - !> @brief Set pointers to scalars read by the MST package + !> @brief Set pointers to scalars read by the EST package !! for use by other packages !! !! Set pointers to GWE-related scalars and arrays for use @@ -164,7 +164,7 @@ subroutine set_gwe_shared_scalars(this, gwerhow, gwecpw, gwelatheatvap) return end subroutine set_gwe_shared_scalars - !> @brief Set pointers to data arrays read by the MST package + !> @brief Set pointers to data arrays read by the EST package !! for use by other packages !! !! Set pointers to GWE-related arrays for use diff --git a/src/Model/TransportModel/tsp1.f90 b/src/Model/TransportModel/tsp1.f90 index bd7622edebf..9e18f720a8b 100644 --- a/src/Model/TransportModel/tsp1.f90 +++ b/src/Model/TransportModel/tsp1.f90 @@ -644,7 +644,7 @@ subroutine ftype_check(this, indis, inmst) ! -- dummy class(TransportModelType) :: this integer(I4B), intent(in) :: indis - integer(I4B), intent(in) :: inmst + integer(I4B), intent(in) :: inmst !< representative of both inmst and inest depending on model type ! -- local character(len=LINELENGTH) :: errmsg ! diff --git a/src/meson.build b/src/meson.build index 7f8403e5782..31872d3a97d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -67,7 +67,7 @@ modflow_sources = files( 'Model' / 'GroundWaterEnergy' / 'gwe1dsp1idm.f90', 'Model' / 'GroundWaterEnergy' / 'gwe1ic1idm.f90', 'Model' / 'GroundWaterEnergy' / 'gwe1idm.f90', - 'Model' / 'GroundWaterEnergy' / 'gwe1mst1.f90', + 'Model' / 'GroundWaterEnergy' / 'gwe1est1.f90', 'Model' / 'GroundWaterFlow' / 'gwf3.f90', 'Model' / 'GroundWaterFlow' / 'gwf3api8.f90', 'Model' / 'GroundWaterFlow' / 'gwf3buy8.f90',