Write Ribasim and Modflow 6 model with exchange files, as well as a .toml file which configures the iMOD Coupler run.
Parameters
Name
Type
Description
Default
directory
str | Path
Directory in which to write the coupled models
required
modflow6_dll
str | Path
Path to modflow6 .dll. You can obtain this library by downloading the last iMOD5 release <https://oss.deltares.nl/web/imod/download-imod5>_
required
ribasim_dll
str | Path
Path to ribasim .dll.
required
ribasim_dll_dependency
str | Path
Directory with ribasim .dll dependencies.
required
modflow6_write_kwargs
dict[str, Any] | None
Optional dictionary with keyword arguments for the writing of Modflow6 models. You can use this for example to turn off the validation at writing (validation=False) or to write text files (binary=False)