forked from MODFLOW-USGS/modflow6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(prt): record user tracking times for stationary particles (MODFLO…
…W-USGS#2177) Fix MODFLOW-USGS#2172 and other problems affecting tracking events, in context of the DRY_TRACKING_METHOD STAY option and more generally. 1. User-selected times were not reported for stationary particles (the reported issue). 2. Particles stationary in the final time step did not record a time step ending event. 3. Particles stationary above the water table in partially saturated cells did not record a time step end event. 4. Particles stationary above the water table in partially saturated cells in the final time step did not record a termination event. 5. Particles still active at the end of the simulation did not record a termination event. 1-4 are only relevant/possible with newton on.
- Loading branch information
Showing
14 changed files
with
342 additions
and
237 deletions.
There are no files selected for viewing
Binary file modified
BIN
-17 KB
(5.2%)
autotest/__snapshots__/test_prt_dry/test_mf6model[0-prtdry].npy
Binary file not shown.
Binary file modified
BIN
+112 Bytes
(100%)
autotest/__snapshots__/test_prt_dry/test_mf6model[2-prtdry_drop].npy
Binary file not shown.
Binary file modified
BIN
+13.8 KB
(200%)
autotest/__snapshots__/test_prt_dry/test_mf6model[4-prtdry_stay].npy
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.