GMS:DE4 Package: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
* ''Maximum bandwidth (MXBW)'' – Impacts the amount of memory used by the package. Writes the actual band width plus 1 when the package runs.
* ''Maximum bandwidth (MXBW)'' – Impacts the amount of memory used by the package. Writes the actual band width plus 1 when the package runs.
* ''Frequency of change of coefficients in [A]'' (IFREQ) – Affects the efficiency of solution. Can be 1,2, or 3.
* ''Frequency of change of coefficients in [A]'' (IFREQ) – Affects the efficiency of solution. Can be 1,2, or 3.
** 1 = Indicates that the flow equations are linear and that coefficients of simulated head for all stress terms are constant for all stress periods.
** 1 = The flow equations are linear and that coefficients of simulated head for all stress terms are constant for all stress periods.
** 2 = Indicates that the flow equations are linear, but coefficients of simulated head for some stress terms may change at the start of each stress period.
** 2 = The flow equations are linear, but coefficients of simulated head for some stress terms may change at the start of each stress period.
** 3 = Indicates that a nonlinear flow equation is being solved, which means that some terms in [A] depend on simulated head.
** 3 = A nonlinear flow equation is being solved, which means that some terms in [A] depend on simulated head.
* ''Print flag for convergence information per time step (MUTD4)'' – Can be 0, 1, or 2.
* ''Print flag for convergence information per time step (MUTD4)'' – Can be 0, 1, or 2.
** 0 = indicates that the number of iterations in the time step and the maximum head change each iteration are printed.
** 0 = The number of iterations in the time step and the maximum head change each iteration are printed.
** 1 = indicates that only the number of iterations in the time step is printed.
** 1 = Only the number of iterations in the time step is printed.
** 2 = indicates no information is printed.
** 2 = No information is printed.
* Head change multiplier (ACCL)
* Head change multiplier (ACCL)
* Head change closure criterion (HCLOSE)
* Head change closure criterion (HCLOSE)

Revision as of 15:26, 5 July 2016

MODFLOW
Pre-processing
MODFLOW Commands
Building a MODFLOW Model
Map to MODFLOW
Calibration
Packages Supported in GMS
Saving a MODFLOW Simulation
Importing MODFLOW Files
Unsupported MODFLOW Features
Run MODFLOW
Post-processing
MODFLOW Display Options
MODFLOW Post-Processing Viewing Options
Reading a MODFLOW Simulation
Tutorials
Packages
Flow: BCF6, HUF, LPF, UPW
Solvers:

DE4, GMG, NWT, PCG,

PCGN, LMG, SIP, SOR,

SMS
Other:

BAS6, BFH, CHD1, CLN,

DRN1, DRT1, EVT1, ETS1,

GAGE, GHB1, GNC, HFB1,

HUF, LAK3, MNW1, MNW2,

OUT1, RCH1, RIV1, SFR2,

STR1, SUB1, SWI2, WEL1,

UZF1

The DE4 package or Direct Solver is one of the solvers available for MODFLOW. It requires reading in a DE4 file. The MODFLOW DE4 Solver package dialog will show the variables in the DE4 file. Variables include:

  • Comments (Text) – Allows up to 199 characters.
  • Maximum number of iterations (ITMX)
  • Maximum number of upper equations (MXUP) – Impacts the amount of memory used by the package. Writes the actual number of equations in the upper part when the package runs.
  • Maximum number of lower equations (MXLOW) – Impacts the amount of memory used by the package. Writes the actual number of equations in the lower part when the package runs.
  • Maximum bandwidth (MXBW) – Impacts the amount of memory used by the package. Writes the actual band width plus 1 when the package runs.
  • Frequency of change of coefficients in [A] (IFREQ) – Affects the efficiency of solution. Can be 1,2, or 3.
    • 1 = The flow equations are linear and that coefficients of simulated head for all stress terms are constant for all stress periods.
    • 2 = The flow equations are linear, but coefficients of simulated head for some stress terms may change at the start of each stress period.
    • 3 = A nonlinear flow equation is being solved, which means that some terms in [A] depend on simulated head.
  • Print flag for convergence information per time step (MUTD4) – Can be 0, 1, or 2.
    • 0 = The number of iterations in the time step and the maximum head change each iteration are printed.
    • 1 = Only the number of iterations in the time step is printed.
    • 2 = No information is printed.
  • Head change multiplier (ACCL)
  • Head change closure criterion (HCLOSE)
  • Interval for time step printing (IPRD4)

For more information on this solver see page 84 of the USGS documentation at http://pubs.er.usgs.gov/usgspubs/ofr/.

The MODFLOW DE4 Solver package dialog.

DE4 File Format

FOR EACH SIMULATION
 0.  [#Text]
 1.  ITMX   MXUP   MXLOW   MXBW
 2.  IFREQ  MUTD4  ACCL    HCLOSE   IPRD4 

Item 0 is optional—“#” must be in column 1. Item 0 can be repeated multiple times.