From 398b9bb9688c94e40072451db023630ba3804fdc Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 6 Dec 2024 10:47:13 -0500 Subject: [PATCH] notes --- doc/mf6io/prt/prt.tex | 2 +- src/Solution/ParticleTracker/vertical.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mf6io/prt/prt.tex b/doc/mf6io/prt/prt.tex index 07310ece3fd..372004e7438 100644 --- a/doc/mf6io/prt/prt.tex +++ b/doc/mf6io/prt/prt.tex @@ -59,7 +59,7 @@ \subsubsection{Tracking} If DROP is selected, or if a DRY\_TRACKING\_METHOD is unspecified, a particle in a dry position 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, particles in dry cells, as well as particles above the water table in partially saturated cells, will be terminated. +If STOP is selected, dry particles will be terminated. If STAY is selected, a dry particle will remain stationary until a) the water table rises and tracking can continue or b) the simulation ends. diff --git a/src/Solution/ParticleTracker/vertical.md b/src/Solution/ParticleTracker/vertical.md index 2d90a062706..49d9199f44f 100644 --- a/src/Solution/ParticleTracker/vertical.md +++ b/src/Solution/ParticleTracker/vertical.md @@ -95,7 +95,7 @@ Tracking and termination decisions are made on the basis of information like A particle which finds itself in an inactive cell will terminate with status code 7. This is consistent with MODPATH 7's behavior. -A particle in a dry-but-active cell, or above the water table in a partially saturated cell, need not terminate. MODFLOW version 6.6.0 introduces a new option `DRY_TRACKING_METHOD` for the PRP package, determining how dry particles should behave. Supported values are: +A particle in a dry-but-active cell, or above the water table in a partially saturated cell, need not terminate. We call such a particle dry. MODFLOW version 6.6.0 introduces a new option `DRY_TRACKING_METHOD` for the PRP package, determining how dry particles should behave. Supported values are: - `DROP` (default) - `STOP`