Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LHM conversion: Water balance of wells #1375

Open
JoerivanEngelen opened this issue Jan 8, 2025 · 1 comment
Open

LHM conversion: Water balance of wells #1375

JoerivanEngelen opened this issue Jan 8, 2025 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JoerivanEngelen
Copy link
Contributor

JoerivanEngelen commented Jan 8, 2025

In my conversion of the LHM, I notice that the total water balance of wells differs a lot between the iMOD5 conversion and iMOD Python conversion.

In the iMOD5 conversion 1.4e6 m3/d is injected and 4.3e6 m3/d is extracted, whereas in iMOD Python's 8e6 m3/d is injected and 1.5e6 m3/d is extracted. I expect more to be extracted than injected, so iMOD5's seems to behave better.

I first thought this was because iMOD5 and MODFLOW6 use different sign conventions, but this doesn't appear to be the case:

From iMOD 5 manual:

Extraction rate, negative rates are extractions, positive rates injections

From MODFLOW6 manual:

Negative values of QWEL are used to indicate well discharge (pumping), whereas positive values of QWEL indicate
an injection well

Things to investigate:

  • Are rates similarly distributed?
  • Are the same wells filtered?
  • Differences between text files?
@JoerivanEngelen JoerivanEngelen added the bug Something isn't working label Jan 8, 2025
@github-project-automation github-project-automation bot moved this to 📯 New in iMOD Suite Jan 8, 2025
@JoerivanEngelen JoerivanEngelen self-assigned this Jan 8, 2025
@JoerivanEngelen JoerivanEngelen moved this from 📯 New to 📝Refined in iMOD Suite Jan 8, 2025
@JoerivanEngelen
Copy link
Contributor Author

I've verified with a visual check that for a few individual LayeredWells at least: the same indices + flux combination occur. So I can confirm there is no sign difference between iMOD Python and iMOD5. For these wells the multiplication factors were also correctly applied.

@JoerivanEngelen JoerivanEngelen moved this from 📝Refined to 🏗 In Progress in iMOD Suite Jan 9, 2025
@JoerivanEngelen JoerivanEngelen added this to the v1.0 release milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏗 In Progress
Development

No branches or pull requests

1 participant