GMS:Run MODFLOW

From XMS Wiki
Jump to navigationJump to search
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

Running MODFLOW can be done a couple ways:

  • In the Project Explorer, right-click on MODLOW simulation and select the Run MODFLOW command.
  • Select the MODFLOW | Run MODFLOW command.
  • Click the Run MODFLOW Run MODFLOW Macro.svg macro.

The MODFLOW run will launch the MDOFLOW model wrapper dialog.

MODFLOW Model Wrapper

Example of the MODFLOW model wrapper

The MODLOW model wrapper dialog will appear when running MODFLOW. This model wrapper dialog displays information about the MODFLOW run. Information displayed includes the following:

  • The file path to MODFLOW executable being used in the model run. If the executable being used is incorrect, go to the Preferences dialog to change this path.
  • The file path to where the solution files will be generated. This will correspond to the location where the project has been saved.
  • The Error vs. Iteration graph. See below for more details.
  • The command line display. This will display any errors or warnings that MODFLOW encounters during the model run.

The model wrapper also has the following options:

  • Read solution on exit – Turning on this option will cause the solution data to automatically be imported into GMS.
  • Turn on contours (if not on already) – If the project does not have contour display options turned on, this option will cause the contour display to be activated.

Error vs. Iteration

The Error vs. Iteration plot will show iterations of the MODFLOW run. The plot is hard wired to only show 25 iterations. The Error vs. Iteration is usually showing the maximum head change, but this can vary as follows:

  • SAMG prints "end_res" – head residual
  • PCG prints "BIGH" – max head change
  • PCGN prints "MXHCH" – max head change
  • SIP prints "BIG" – max head change
  • SSOR prints "BIG" – max head change
  • DE4 prints "BIG" – max head change
  • GMG prints "BIGH" – max head change
  • NWT prints "Fheadsave" – max head change
  • SMS solver prints "ABIGCH" – max head change

Related Topics