Deltares / Deltares/imod-python

Improve ``imod.mf6.NodePropertyFlow.from_imod5_data``

Open
#1,397 1 comment 0 reactions 1 assignee View on GitHub

@verkaik is already working on this.

Since Jul 1, 2025.

Dominant language
Python
Stars
41
Forks
12
Avg merge
21h 8m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.