Part 1 of this refactoring consists of changing the well argument for the coupling objects from imod.mf6.wel.WellDisStructured to imod.mf6.mf6_wel_adapter.Mf6Wel. The latter is a direct data representation of the MODFLOW 6 WEL file. More can be read here https://github.com/Deltares/imod-python/issues/728. This has the following consequences for iMOD Coupler:
The imod.mf6.mf6_wel_adapter.Mf6Wel object needs to be provided to coupling objects as argument instead of the deprecated imod.mf6.wel.WellDisStructured.
WellSvatMapping.self._create_well_id needs to be updated
Part 1 of this refactoring consists of changing the well argument for the coupling objects from
imod.mf6.wel.WellDisStructured
toimod.mf6.mf6_wel_adapter.Mf6Wel
. The latter is a direct data representation of the MODFLOW 6 WEL file. More can be read here https://github.com/Deltares/imod-python/issues/728. This has the following consequences for iMOD Coupler:imod.mf6.mf6_wel_adapter.Mf6Wel
object needs to be provided to coupling objects as argument instead of the deprecatedimod.mf6.wel.WellDisStructured
.WellSvatMapping.self._create_well_id
needs to be updated