Closed
Description
Mistakes in iMOD5 wells databases are quite common. We need a cleanup utility to easily fix these.
I encountered the following things to cleanup for the Well
package:
- Filter completely above model top. -> Put filter in top layer.
- Filter top above model top, filter bottom in model domain. -> Clip filter top to model top.
- Filter completely under model base. -> Remove well
- Filter bottom below model base, filter top in model domain. -> Clip filter bottom to model base
- Well in inactive cells -> Remove well
- Well filter very thin:
(screen_top - screen_bottom < min_thickness)
-> Make point filter - Well filter screen bottom above screen top -> Make point filter (Or remove?)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done