You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :meth'`imod.mf6.Modflow6Simulation.write` failed after splitting the simulation. This has been fixed.
28
-
- modflow options like "print flow" , "save flow" and "print input" can now be set on
29
-
:class:`imod.mf6.Well`
30
-
- when regridding a :class:`imod.mf6.Modflow6Simulation`, :class:`imod.mf6.GroundwaterFlowModel`, :class:`imod.mf6.GroundwaterTransportModel`
31
-
or a :class:`imod.mf6.package`, regridding weights are now cached and can be re-used over the different objects that are regridded.
32
-
This improves performance considerably in most use cases: when regridding is applied over the same grid cells with the same regridder type, but with different values/methods, multiple times.
33
-
34
13
Added
35
14
~~~~~
36
15
- The :func:`imod.mf6.model.mask_all_packages` now also masks the idomain array
@@ -39,29 +18,58 @@ Added
39
18
- Validation for incompatible settings in the :class:`imod.mf6.NodePropertyFlow`
40
19
and :class:`imod.mf6.Dispersion` packages.
41
20
- Checks that only one flow model is present in a simulation when calling
42
-
:func:`imod.mf6.Modflow6Simulation.regrid_like`, :func:`imod.mf6.Modflow6Simulation.clip_box` or :func:`imod.mf6.Modflow6Simulation.split`
21
+
:func:`imod.mf6.Modflow6Simulation.regrid_like`,
22
+
:func:`imod.mf6.Modflow6Simulation.clip_box` or
23
+
:func:`imod.mf6.Modflow6Simulation.split`
43
24
- Added support for coupling a GroundwaterFlowModel and Transport Model i.c.w.
44
-
the 6.4.3 release of MODFLOW. Using an older version of iMOD Python
45
-
with this version of MODFLOW will result in an error.
25
+
the 6.4.3 release of MODFLOW. Using an older version of iMOD Python with this
26
+
version of MODFLOW will result in an error.
46
27
- :meth:`imod.mf6.Modflow6Simulation.split` supports splitting transport models,
47
28
including multi-species simulations.
48
29
- :meth:`imod.mf6.Modflow6Simulation.open_concentration` and
49
30
:meth:`imod.mf6.Modflow6Simulation.open_transport_budget` support opening
50
31
split multi-species simulations.
51
-
:meth:`imod.mf6.Modflow6Simulation.regrid_like` can now regrid simulations that have 1 or more transport models.
52
-
- added logging to various initialization methods, write methods and dump methods. `See the
0 commit comments