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

Improve imod.mf6.NodePropertyFlow.from_imod5_data #1397

Open
JoerivanEngelen opened this issue Jan 31, 2025 · 0 comments
Open

Improve imod.mf6.NodePropertyFlow.from_imod5_data #1397

JoerivanEngelen opened this issue Jan 31, 2025 · 0 comments
Milestone

Comments

@JoerivanEngelen
Copy link
Contributor

As @Huite mentioned, the current approach taken in computing k, k22, and angle1 from iMOD5's ANI package input is suboptimal.
iMOD5 defines k northbound, whereas MODFLOW defines it eastbound. We currently resolve this by filling in an angle1 of 90 whenever the model is horizontally anisotropic. This likely leads in overhead from MODFLOW6 having to do a lot of unnecessary trigonometric computations.

Instead, we should rotate the horizontal k's ourselves in iMOD Python.

This after #1208 is resolved, as for that I'd like to keep written MODFLOW6 inputs equal to what iMOD5 writes as much as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📯 New
Development

No branches or pull requests

1 participant