-
Notifications
You must be signed in to change notification settings - Fork 3
Wells from CBC not summed #1502
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
Comments
Hi @WouterSwierstra, thanks for providing the small example. What iMOD Python version are you using? Running your script and file in my debugger, I'm getting: So that seems to work, if you make a
I hope this resolves the issue on your machine as well, could you check for me if this resolves the issue? |
I'm doing a board cleanup. As my comment states, I think this issue has been resolved by now. I'm therefore closing this issue. This bug was fixed in iMOD Python 1.0.0rc2, so probably you were working with an earlier version (perhaps the latest full release 0.18.1?). If not, please re-open this issue. |
Bug description
I have a model (created with iMOD 5) and want to convert the ouput using iMOD python, but the well discharges are not processed correctly when there is more then one well in a cell. (note; there was a simular problem with rivers in the past, which has been fixed).
Steps to reproduce
There is no error message but the dicharge given is incorrect.
Make a model which has more then one well in a cell.
I made a 3 by 3 model with in layer six in the middle cell (2,2) 2 wells with dicharge -1000 m3/day. The well input file looks like this:
6 2 2 -1000.000 1
6 2 2 -1000.000 1
See the attached CBC the there are 2 wells with discharge 1000 in the center cell (the model has 9 cells). The total discharge from the cell should be 2000. The wells are active in the same modellayer (6).
https://wml4.sharepoint.com/:u:/s/Dashboard-OA/EQAhF32G6MhMhKUIUswk-EABXUIqFKqQwdbyZ27tqeAJwg?e=0Yo0tS
Wouter
The text was updated successfully, but these errors were encountered: