GMS:Mod-PATH3DU: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 35: Line 35:
|-
|-
!Variable
!Variable
! style="width:200px;" | Options/Values
! style="width:350px;" | Options/Values
!Description
!Description
|-
|-
|SimulationType||2 - Pathline simulation||A flag indicating the type of particle-tracking simulation.
|SimulationType||2 - Pathline simulation||A flag indicating the type of particle-tracking simulation.
|-
|-
|TrackingDirection||1 - Forward tracking, 2 - Backward tracking||A flag indicating the direction of the particle tracking computation.
|TrackingDirection||1 - Forward tracking,<br> 2 - Backward tracking||A flag indicating the direction of the particle tracking computation.
|-
|-
|AutoComputeReferenceTime|| ||Let GMS compute the reference time based on the TrackingDirection.
|AutoComputeReferenceTime|| ||Let GMS compute the reference time based on the TrackingDirection.
|-
|-
|ReferenceTimeOption||1 - Specify a value for reference time 2 - Specify stress period, time step and relative time position within the time step to use to compute the reference time||A flag indicating how reference time will be specified.
|ReferenceTimeOption||1 - Specify a value for reference time<br>2 - Specify stress period, time step and relative time position within the time step to use to compute the reference time||A flag indicating how reference time will be specified.
|-
|-
|StressPeriod|| || ?
|StressPeriod|| || ?
Line 52: Line 52:
|RelativeTime|| || ?
|RelativeTime|| || ?
|-
|-
|StopOption||1 - Stop at the end (forward tracking) or beginning (backward tracking) of the MODFLOW-USG simulation 2 - Track until all particles reach their termination points 3 - Specify a value of tracking time at which to stop|| A flag indicating how the particle tracking simulation should be terminated.
|StopOption||1 - Stop at the end (forward tracking) or beginning (backward tracking) of the MODFLOW-USG simulation<br>2 - Track until all particles reach their termination points<br>3 - Specify a value of tracking time at which to stop|| A flag indicating how the particle tracking simulation should be terminated.
|-
|-
|StopTime|| || If StopOption = 3
|StopTime|| || If StopOption = 3

Revision as of 16:56, 22 October 2015


mod-PATH3DU
Model Info
Model type Particle tracking
Developer Christopher Muffles et al., S.S. Papadopulos & Associates, Inc.
Web site mod-PATH3DU
Documentation mod-PATH3DU Manual

The mod-PATH3DU model is a particle tracking program similar to MODPATH but designed to work with MODFLOW-USG. GMS includes an interface that makes it easy to create mod-PATH3DU simulations, run them, and view the results.

Much of the mod-PATH3DU interface in GMS is similar to the MODPATH interface, but the mod-PATH3DU interface is not yet as fully developed. For example, mod-PATH3DU works more like other models in GMS in that the simulation must be saved and run and then the results are read and displayed, whereas in MODPATH this typically happens automatically whenever a change is made. In the future, more functionality will be added to the mod-PATH3DU interface in GMS.

Creating a Model

Creating a mod-PATH3DU model is taught in the mod-PATH3DU tutorial.

Requirements

There are three requirements for creating a mod-PATH3DU model:

  1. The MP3DU component must be enabled.
  2. A MODFLOW-USG model must exist. mod-PATH3DU only works with MODFLOW-USG (in GMS).
  3. The MODFLOW-USG model must use the Save native text copy option.

Importing an Existing Model

GMS can import an existing mod-PATH3DU model. Open (or drag and drop) the *.mpsim file into GMS and the model will be imported.

Creating a New Model

To create a mod-PATH3DU simulation, right-click on a UGrid containing a MODFLOW-USG model and select the New mod-PATH3DU command. A mod-PATH3DU model icon will appear in the Project Explorer. Multiple mod-PATH3DU simulations can be created, with different starting locations and options.

Setting Options

Right-clicking the mod-PATH3DU model and selecting the Options command opens the mod-PATH3DU Options dialog. This dialog can be used to set various options such as the tracking direction. Some options are not yet supported, such as the DefaultIFACE.

Variable Options/Values Description
SimulationType 2 - Pathline simulation A flag indicating the type of particle-tracking simulation.
TrackingDirection 1 - Forward tracking,
2 - Backward tracking
A flag indicating the direction of the particle tracking computation.
AutoComputeReferenceTime Let GMS compute the reference time based on the TrackingDirection.
ReferenceTimeOption 1 - Specify a value for reference time
2 - Specify stress period, time step and relative time position within the time step to use to compute the reference time
A flag indicating how reference time will be specified.
StressPeriod ?
TimeStep ?
RelativeTime ?
StopOption 1 - Stop at the end (forward tracking) or beginning (backward tracking) of the MODFLOW-USG simulation
2 - Track until all particles reach their termination points
3 - Specify a value of tracking time at which to stop
A flag indicating how the particle tracking simulation should be terminated.
StopTime If StopOption = 3
WeakSinkOption 1 - Allow particles to pass through weak sinks Flag indicating how weak sinks are to be treated. Only used with Pollock method.
WeakSourceOption 1 - Allow particles to pass through weak sources Flag indicating how weak sources are to be treated. Only used with Pollock method.
AdvectiveObservationOption 1 - Advective observations are not computed or saved A flag indicating if advective observations are computed and saved as output.
TRACK_TYPE "RK4" (Default) "EULER" Tracking method. Default is "RK4"
UseStepError STEP_ERROR is set to 1e6 if not being used.
STEP_ERROR Adaptive stepsize error term, ɛ, in equation 2-17. Default is 1.00E-06. Larger values will result in a faster runtime with, potentially, less accurate paths. To turn-off the adaptive step size option make STEPERROR large (1.00E+06).
DT_INIT Initial step size. Default is 10.
DT_MAX Maximum step size. Default is 1.00E+06

Adding Starting Locations

To add starting locations to the simulation, there are two methods:

  1. Select cells and use the Create mod-PATH3DU Particles command from the right-click menu.
  2. Right-click the mod-PATH3DU simulation and select the Create Particles at Wells command.

See MODPATH Particle Tracking, Generating Particles for more information on these commands.

The GRID2D and WELL2D options are not yet supported for defining starting locations.

Saving and Running the Model

Unlike MODPATH, mod-PATH3DU does not have an option to run automatically in GMS when changes are made to the model. The user must save and run the model manually.

mod-PATH3DU cannot read the MODFLOW-USG files that use the GMS modified input format. The user must use the Save native text copy option for MODFLOW-USG, and a solution must be generated for the native text copy of the MODFLOW-USG model. This can be done by using the MODFLOW | Advanced | Run MODFLOW Dialog command. Running MODFLOW-USG normally will not generate a solution for the native text copy.

When the project is saved, the mod-PATH3DU input files are saved with the MODFLOW-USG native text input files.

To run mod-PATH3DU, right-click the mod-PATH3DU model icon in the Project Explorer and select the Run mod-PATH3DU command. The Run Model dialog appears and let's the user choose the mod-PATH3DU model executable to run and the *.mpsim file to pass to it.

mod-PATH3DU runs in a console window—there is no model wrapper dialog for mod-PATH3DU like with other models.

Reading the Solution

After running mod-PATH3DU, a solution is generated consisting of a pathline (*.ptl) file and a listing file (*.mplist). The user must read the solution by right-clicking the mod-PATH3DU model in the Project Explorer and selecting the Read Solution command. The user is prompted to open a *.ptl file. Upon doing so, the solution is displayed in the Project Explorer and the pathlines are drawn on the UGrid.

Display Options

The display options for mod-PATH3DU are identical to those for MODPATH. See MODPATH Display Options. Capture zones and zone codes also work identically for mod-PATH3DU.

Links