Deltares / Deltares/imod-python
[FEATURE] - Allocate RIV, DRN, RCH: drop unused layers
Open
@LuukBlom is already working on this.
Since Aug 31, 2026.
enhancement
performance
- Dominant language
- Python
- Stars
- 41
- Forks
- 12
- Avg merge
- 21h 8m
- Merged PRs (30d)
- 1
Description
We now always broadcast data to all layers in our allocation routines, whereas this shouldn't be necessary. This will make processing data unnecessary slow, especially when dealing with models with lots of layers and many timesteps.
I'm not sure if the splitting, clipping, regridding, and masking methods silently broadcast data to all layers, so that is something which needs additional testing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.