GMS:DE4 Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
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: | 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. | * ''Comments (Text)'' – Allows up to 199 characters. | ||
* ''Maximum number of iterations (ITMX)'' – | * ''Maximum number of iterations (ITMX)'' – Per time step. Enter 1 for no interations. | ||
* ''Maximum number of upper equations (MXUP)'' – Impacts the amount of memory used by the package. Prints the actual number of equations in the upper part when the package runs. | * ''Maximum number of upper equations (MXUP)'' – Impacts the amount of memory used by the package. Prints 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. Prints the actual number of equations in the lower part when the package runs. | * ''Maximum number of lower equations (MXLOW)'' – Impacts the amount of memory used by the package. Prints the actual number of equations in the lower part when the package runs. | ||
Line 22: | Line 22: | ||
* ''Interval for time step printing (IPRD4)'' – Not used if not iterating, but a value must always be specified. | * ''Interval for time step printing (IPRD4)'' – Not used if not iterating, but a value must always be specified. | ||
[[File:MODFLOW-DE4solver.jpg|thumb|none|center|500 px|The ''MODFLOW DE4 Solver'' package dialog.]] | |||
[[File:MODFLOW-DE4solver.jpg|thumb|none|center| | |||
==DE4 File Format== | ==DE4 File Format== | ||
Line 33: | Line 31: | ||
2. IFREQ MUTD4 ACCL HCLOSE IPRD4 | 2. IFREQ MUTD4 ACCL HCLOSE IPRD4 | ||
Item 0 is optional—“#” must be in column 1. Item 0 can be repeated multiple times. | Item 0 is optional—“#” must be in column 1. Item 0 can be repeated multiple times. | ||
==See Also== | |||
*For more information on this solver, see page 84 of the [http://pubs.er.usgs.gov/usgspubs/ofr/ofr200092 USGS documentation]. | |||