diff --git a/doc/ReleaseNotes/develop.tex b/doc/ReleaseNotes/develop.tex index b82e6075d56..9b4459c59c2 100644 --- a/doc/ReleaseNotes/develop.tex +++ b/doc/ReleaseNotes/develop.tex @@ -47,8 +47,8 @@ \item The GWF-GWF Exchange has been fixed to support the configuration of the Mover package (MVR) also in cases where the number of exchanges equals zero (NEXG = 0). In earlier versions this has caused MODFLOW to terminate with an error. \item A PRT bug was fixed in which array-based input read from the RCH (recharge) or EVT (evapotranspiration) packages could fail to be processed correctly by the PRT FMI (flow model interface) package, causing a crash. \item When the SQUARE\_GWET option was invoked in the UZF options block, evapotranspiration from the water table (GWET) was calculated incorrectly. Instead of acting as a sink, the calculated evapotranspiration flux was added as a source of water. The applied fix ensures that groundwater evapotranspiration is removed from the water table and as a result the GWET values are accumulated as outflows in the budget table. - % \item xxx - + \item PRT now allows more control over vertical particle motion in dry conditions (as well as fixing a related crash condition). In addition to the pre-existing DRAPE option, the PRP package now provides a DRY_TRACKING_METHOD option which configures how dry particles behave. This option accepts values DROP (default), STOP, and STAY. DROP indicates that dry particles should be dropped vertically until reaching the water table, if one exists below the particle. STOP indicates that dry particles should terminate. STAY indicates that dry particles should remain stationary but active. This option is highly relevant when the Newton formulation is used, since cells can be active but dry. + \end{itemize} %\underline{INTERNAL FLOW PACKAGES}