Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

Add support for discharge scaling depth in drainage package #1011

Open Huite opened 2 months ago

Huite commented 2 months ago

MODFLOW 6 supports drainage discharge scaling: when heads near the drainage elevation, they may be reduced by a scaling factor. See also the supplementary info chapter 3.

Cubic smoothing is used to ensure continuous discharge derivatives when the Newton-Rhapson formulation is used, which helps convergence.