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

Add converter for iMOD5 RCH package #969

Closed
JoerivanEngelen opened this issue Apr 9, 2024 · 1 comment
Closed

Add converter for iMOD5 RCH package #969

JoerivanEngelen opened this issue Apr 9, 2024 · 1 comment
Assignees

Comments

@JoerivanEngelen
Copy link
Contributor

JoerivanEngelen commented Apr 9, 2024

Needs to:

  • Allocate planar recharge rates or constants to uppermost active cells.

Blocked by:
#949

We think boundary conditions always need to be assigned to a active cell, but this can be verified.

@luitjansl
Copy link
Contributor

the recharge indeed needs to be assigned to an active cell. Verified by making some cells VPT in the circle model, this resulted in the following modflow output:
215. Cell is outside active grid domain: (1,215)
216. Cell is outside active grid domain: (1,216)
217. 216 errors encountered.

UNIT ERROR REPORT:

  1. Error occurred while reading file
    'C:\Users\slooten\AppData\Local\Temp\pytest-of-slooten\pytest-422\test_si
    mulation_inactive_top0\circle\GWF_1\rch.rch'

luitjansl added a commit that referenced this issue May 21, 2024
Fixes #969

# Description
implements importing recharge packages from a project file. The recharge
can be imported using a planar grid,
in which case it assigns the recharge to the uppermost active cell for
each column.
The recharge can also be imported from a non-planar (so fully 3d) grid
in which case it is just regridded to the target grid.

# Checklist
- [X] Links to correct issue
- [ ] Update changelog, if changes affect users
- [X] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [X] Unit tests were added
- [ ] **If feature added**: Added/extended example

---------

Co-authored-by: Joeri van Engelen <joerivanengelen@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants