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
The ssm package is part of a transport model, and it describes what flow boundaries to take into account for transport. For example:
begin options
save_flows
end options
begin sources
chd aux species_b
rch aux species_b
well aux species_b
end sources
But when splitting into subdomains, not every flow boundary will be present in every partition, and this will cause modflow to fail to run the simulation
The text was updated successfully, but these errors were encountered:
Fixes#798
When we split a simulation of both flow and transport models, the ssm
package of the transport simulation is re-generated after splitting,
because not every flow boundary will be present in every partition.
- [X] Links to correct issue
- [ ] Update changelog, if changes affect users
- [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [X] Unit tests were added
- [ ] **If feature added**: Added/extended example
---------
Co-authored-by: Joeri van Engelen <[email protected]>
The ssm package is part of a transport model, and it describes what flow boundaries to take into account for transport. For example:
But when splitting into subdomains, not every flow boundary will be present in every partition, and this will cause modflow to fail to run the simulation
The text was updated successfully, but these errors were encountered: