imod.mf6.Modflow6Simulation.split#

Modflow6Simulation.split(submodel_labels: Union[DataArray, UgridDataArray]) Modflow6Simulation[source]#

Split a simulation in different partitions using a submodel_labels array.

The submodel_labels array defines how a simulation will be split. The array should have the same topology as the domain being split i.e. similar shape as a layer in the domain. The values in the array indicate to which partition a cell belongs. The values should be zero or greater.

The method return a new simulation containing all the split models and packages