Skip to content

Commit

Permalink
underscore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 14, 2024
1 parent c557025 commit ac0bb4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/mf6io/prt/prt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ \subsubsection{Tracking}

Dry-but-active cells can occur when the Newton-Raphson formulation is used to solve for groundwater flow. As discussed above, particles can be released into dry-but-active cells.

A particle in a dry-but-active cell, or above the water table in a partially saturated cell, which we call a "dry" particle, need not terminate. The PRP package provides a DRY_TRACKING_METHOD option that determines how dry particles should behave. Supported values are DROP (the default), STOP, and STAY.
A particle in a dry-but-active cell, or above the water table in a partially saturated cell, which we call a "dry" particle, need not terminate. The PRP package provides a DRY\_TRACKING\_METHOD option that determines how dry particles should behave. Supported values are DROP (the default), STOP, and STAY.

If DROP is selected, or if a DRY_TRACKING_METHOD is unspecified, a dry particle is passed vertically and instantaneously to the water table (if the cell is partially saturated) or to the bottom of the cell (if the cell is dry). This repeats (i.e., the particle may drop through multiple cells) until it reaches the water table. Tracking then proceeds as usual. If the vertical column containing the particle is entirely dry, the particle will terminate upon reaching the bottom
If DROP is selected, or if a DRY\_TRACKING\_METHOD is unspecified, a dry particle is passed vertically and instantaneously to the water table (if the cell is partially saturated) or to the bottom of the cell (if the cell is dry). This repeats (i.e., the particle may drop through multiple cells) until it reaches the water table. Tracking then proceeds as usual. If the vertical column containing the particle is entirely dry, the particle will terminate upon reaching the bottom
of the model grid.

If STOP is selected, dry particles will be terminated.
Expand Down Expand Up @@ -134,8 +134,6 @@ \subsection{Particle Track Output}





\newpage
\subsection{PRT Model Name File}
\input{prt/namefile.tex}
Expand Down

0 comments on commit ac0bb4c

Please sign in to comment.