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): fix particle event reporting (MODFLOW-USGS#2185)
Reporting was incorrect for permanently unreleased particles. We want to report them once when they were scheduled for release. MODFLOW-USGS#2177 fixed an issue where they were reported every time step, but the solution was incorrect, only reporting them if the release occurred in the first time step. Also fix reporting for timed-out particles. The new status code 10 introduced by MODFLOW-USGS#2177 covers not only the simulation ending but the particle reaching its stop time as well. Update some comments and notes too.
- Loading branch information
Showing
4 changed files
with
43 additions
and
35 deletions.
There are no files selected for viewing
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