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

Check if boundary condition falls in inactive idomain #64

Closed
bdestombe opened this issue Jul 13, 2022 · 2 comments
Closed

Check if boundary condition falls in inactive idomain #64

bdestombe opened this issue Jul 13, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bdestombe
Copy link
Collaborator

Upon configuring flopy packages (several functions within nlmod/mfpackages) check if boundary condition is placed in inactive idomain to prevent errors such as placing drains/lakes in inactive cells.

@dbrakenhoff
Copy link
Collaborator

When recalculating IDOMAIN take into account inactive zones in model.

The following two variables define where a model is active:

  • IDOMAIN
  • first_active_layer

@dbrakenhoff
Copy link
Collaborator

  • flopy checks this
  • nlmod ignores data in inactive zones (this should be logged)
  • include check function nlmod.check_idomain(var) --> return list of inactive cellids ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants