Issue #1775 improve target grid#1817
Conversation
…s default setting instead of computing a target grid based on the smallest possible DIS grid.
|
|
||
| >>> mf6_sim["imported_model"]["ims"] = SolutionPresetSimple() | ||
|
|
||
| To allocate rivers differently: |
There was a problem hiding this comment.
Can you elaborate? What is different about this? When do you use it?
There was a problem hiding this comment.
I have elaborated further on this and linked to the user guide on allocation of topsystems.
|
In the description you say "iMOD5 databases with inconsistent grids". What are inconsistent grids and are those kind of grids common? |
Good question, pardon my vagueness: iMOD5 only supports structured grids, but in an iMOD5 database, the grid for hydraulic conductivity can be on a 100m resolution, whereas the grid for a bottom in a database can be 25 m. iMOD5 (and iMOD Python when calling |
|



Fixes #1775
Description
Add option to regrid to
target_gridand default to iMOD5 target grid if not provided.target_gridupon importing, this saves unnecessary regridding for iMOD5 databases with inconsistent gridsChecklist
Issue #nr, e.g.Issue #737pixi run generate-sbomand committed changes