Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

on import of well ipf, deal with duplication of wells #1083

Closed luitjansl closed 1 week ago

luitjansl commented 2 weeks ago

sometimes multiple entries with the same ID can be found in an IPF file,

We distinguish exact spatial (not necessarily temporal) duplication ( of x, y, filter_top, filter_bot, ID, but not necessarily rate ) and inexact duplication where ID and possibly some but not all others of x, y, filter_top, filter_bot.

For exact duplication we want to: -give a warning in the log file that this happened -make the ID's unique by appending a suffix (_1, _2,..) This should upon calling open_projectfile_data (prj)

for inexact duplication: