You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let op
als je het model met iMOD5 runt komen de resulten te staan in Model_Bugmelding\RESULTS
De iMOD python berekeningen worden in een folder RESULTS weggeschreven op de locatie waar de berekening ook aangeroepen wordt.
Desktop (please complete the following information):
OS: Windows 11
iMOD Python Version 0.18.1
Additional context
Add any other context about the problem here. The more information you can
provide us, the quicker we respond and fix the problem.
The text was updated successfully, but these errors were encountered:
Thanks for the reproducible example! @Manangka tackled this and it should be fixed by #1327. I'll leave the issue open for now until either one of us has verified that the provided example is also fixed by this PR.
I've tried running the code with the latest fixes, which improved things, but still some things are missing to run the code without error, I've made separate subissues for that, which I added to this issue.
Context: This setting is automatically set to False when importing from iMOD5, but when importing from iMOD5, dumping to file, then loading from file, this setting is lost. I've created a separate issue for this, as I think it is beyond the scope of this issue. #1352
Bug description
Modflow6Simulation.from_imod5_data does not work if there is HFB package in PRJ file.
Steps to reproduce
Traceback (most recent call last):
File "c:\data\projdirs\iMOD-Suite-tutorial_03.pixi\envs\default\Lib\site-packages\xarray\core\extension_array.py", line 112, in getattr
return getattr(self.array, attr)
^^^^^^^^^^
File "c:\data\projdirs\iMOD-Suite-tutorial_03.pixi\envs\default\Lib\site-packages\xarray\core\extension_array.py", line 112, in getattr
return getattr(self.array, attr)
^^^^^^^^^^
File "c:\data\projdirs\iMOD-Suite-tutorial_03.pixi\envs\default\Lib\site-packages\xarray\core\extension_array.py", line 112, in getattr
return getattr(self.array, attr)
^^^^^^^^^^
[Previous line repeated 997 more times]
RecursionError: maximum recursion depth exceeded
An example model can be downloaded here:
download model, link verloopt 2025-1-3
Als je het model uitpakt run fix_path.exe om alle paden (oa in PRJ files) goed te zetten:
Zonder HFB kan het model doorgerekend worden met iMOD python. Run hiervoor onderstaande 2 batch files. N.B. dit werkt.
- in deze batch wel de verwijzing naar python installatie goed zetten
Met HFB rekent het model niet met iMOD python. Run hiervoor onderstaande 2 batch files. N.B. dit werkt niet.
- in deze batch wel de verwijzing naar python installatie goed zetten
Om het model met iMOD5 door te rekenen (inclusief de HFB) N.B. dit werkt.
Let op
als je het model met iMOD5 runt komen de resulten te staan in Model_Bugmelding\RESULTS
De iMOD python berekeningen worden in een folder RESULTS weggeschreven op de locatie waar de berekening ook aangeroepen wordt.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here. The more information you can
provide us, the quicker we respond and fix the problem.
The text was updated successfully, but these errors were encountered: