Starting Locations File

  • Scroll to top of this topic Scroll to Top of Page

  • Print the current topic Print Topic

  • Expand/collapse expanding elements on page Show/Hide Expanders

The starting locations file consists of one line of data for each particle:

1. J I K X Y Z JCODE ICODE KCODE TRELEAS

J-- is the column index of the cell containing the particle.

I-- is the row index of the cell containing the particle.

K-- is the layer index of the cell containing the particle. If K=0, K is set equal to the top-most active model layer at the specified row and column location.

 

X-- is the x-coordinate of the particle.

Y-- is the y-coordinate of the particle.

Z-- is the z-coordinate of the particle.

 

hmtoggle_plus1JCODE-- indicates whether X is a global or local coordinate.
hmtoggle_plus1ICODE-- indicates whether Y is a global or local coordinate.
hmtoggle_plus1KCODE-- indicates whether Z is a global or local coordinate.

TRELEAS-- is the release time for the particle. The release time is measured relative to the reference value of simulation time defined by the user (see section Definitions of Time Concepts used by MODPATH in chapter 3 of the MODPATH documentation). Particles released at the reference simulation time have a release time equal to 0. The release time has the same time units as used in the MODFLOW simulation. Release times greater than 0 are only allowed for forward tracking runs. For backward tracking runs, it is assumed that all particles have a release time of zero. In backwards tracking any particles with a release time not equal to zero will be skipped.

If JCODE, ICODE, KCODE, and TRELEAS are all omitted, they are all set equal to 0 and the particle coordinates are assumed to be specified in terms of local coordinates. This feature allows starting location files from previous versions of MODPATH to be used by the current version of the program. However, if any of these four parameters are non-zero, all of the values must be specified explicitly.