SUMMARY OF CHANGES IN RIVERWARE PATCH RELEASE 8.3.5 Released November 30, 2021 Negative Groundwater Storage Changes ---------------------- The Groundwater Storage object's "Single Computed Outflow" method and "Solve given Inflow" dispatch method were modified to allow for additional iteration at low storage values. Before, the object would error if previous or computed Storage was negative. Now, instead of using hard-coded zero as the bounding condition, the method uses the lower bound from the Storage slot, if specified. If the bound is not specified, zero is used as the minimum to continue to match existing results. Also, only a previous storage less than the lower bound will cause an error. A computed current storage less than the bound causes a warning and allows for iteration. Issues ---------------------- The following issues were addressed: 6680: As part of the web service DMI, the USGS Daily Values Site Map Site ID selection was not working in certain cases. 6681: The RPL Debugger opened with the default panel height too small. 6682: No diagnostics were posted when automatically enabled from the Diagnostic Configuration dialogs. 6683: Right clicking in a Name Map caused a crash. -- [end] --