Skip to content

Commit 99c8515

Browse files
committed
add release note
1 parent ee50705 commit 99c8515

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
section = "fixes"
2+
subsection = "stress"
3+
description = "Placing a boundary condition in an inactive cell previously caused an error in most stress packages (WEL, DRN, RIV, CHD, GHB, FLW, CDB, ZDG, CNC, SRC, CTP, ESL). This has been changed to a warning, and the inactive boundary entry is silently ignored during the simulation. Packages that already skipped inactive cells (RCH, EVT, PCP, EVP) are unaffected."

doc/ReleaseNotes/develop.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ description = "The Multi-Aquifer Well (MAW) Package now supports non-vertical (s
123123
section = "features"
124124
subsection = "stress"
125125
description = "Grid array-based input (READARRAYGRID) is now available for the CHD, WEL, DRN, RIV, and GHB stress packages. Grid array-based input allows stress package data to be specified as full-grid arrays using the DNODATA value (3.0E+30) to identify inactive cells. Auxiliary variable arrays persist across stress periods if not re-specified, and CONSTANT array input is supported for any array after the first in a period block."
126+
127+
[[items]]
128+
section = "fixes"
129+
subsection = "stress"
130+
description = "Placing a boundary condition in an inactive cell previously caused an error in most stress packages (WEL, DRN, RIV, CHD, GHB, FLW, CDB, ZDG, CNC, SRC, CTP, ESL). This has been changed to a warning. Packages that already skipped inactive cells (RCH, EVT, PCP, EVP) are unaffected."

0 commit comments

Comments
 (0)