str default = “mf6” expert source
MODFLOW 6 executable name or absolute path.
Literal[‘SIMPLE’, ‘MODERATE’, ‘COMPLEX’] default = “COMPLEX” expert source
IMS complexity preset for MODFLOW 6: SIMPLE, MODERATE, or COMPLEX.
bool default = False expert source
Enable verbose FloPy logging for MODFLOW 6 setup and execution.
float default = 0.0001 expert source
IMS outer-iteration head-change convergence criterion.
float default = 0.0001 expert source
IMS inner-iteration head-change convergence criterion.
int default = 500 expert source
Maximum number of IMS outer iterations.
int default = 500 expert source
Maximum number of IMS inner iterations.
Optional[float] default = None expert source
IMS inner-iteration flow-residual closure (L^3/T in run units). None keeps the complexity-preset default.
Optional[Literal[‘CG’, ‘BICGSTAB’]] default = None expert source
IMS linear acceleration: CG for symmetric matrices, BICGSTAB for the non-symmetric Newton formulation. None keeps the preset default.
Optional[Literal[‘NONE’, ‘SIMPLE’, ‘COOLEY’, ‘DBD’]] default = None expert source
IMS non-linear under-relaxation scheme. DBD is recommended with Newton. None keeps the preset default.
bool | None default = None expert source
Enable NPF cell rewetting. When left to None, HydroModPy keeps rewetting disabled unless explicitly enabled.
bool default = True expert source
Enable the MODFLOW 6 Newton-Raphson formulation. Catchment cells are always convertible (unconfined), so Newton with under-relaxation is the robust default and matches the MODFLOW-NWT backend.
bool default = True expert source
Enable MODFLOW 6 Newton under-relaxation when mf6_newton is true.
bool | None default = None expert source
Enable MF6 NPF XT3D terms. When left to None, HydroModPy auto-enables XT3D on unstructured solver meshes. This increases computational cost but can improve accuracy on unstructured or non-orthogonal grids.
float default = 0.1 expert source
MF6 NPF rewet WETFCT factor.
int default = 1 expert source
MF6 NPF rewet IWETIT interval.
int default = 0 expert source
MF6 NPF rewet IHDWET flag.
float default = 0.1 expert source
MF6 NPF WETDRY threshold used when rewetting is active.