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

Issue #1381 average well rates at steady state #1382

Merged
merged 12 commits into from
Jan 16, 2025

Conversation

JoerivanEngelen
Copy link
Contributor

@JoerivanEngelen JoerivanEngelen commented Jan 14, 2025

Fixes #1381

Description

Upon receiving simulation times with string "steady-state"
Well.from_imod5_data now assumes the simulation is steady-state and well rates should be averaged.
This brings well rates of packages a lot closer to what iMOD5 produces in the water balance for steady-state simulations.
GroundwaterFlowModel.from_imod5_data sets times arg for Well.from_imod5_data to "steady-state" if no Storage package is present in the projectfile.

I opted for this for now as we currently lack of a clear API to construct steady-state simulations. See also #1308.

Checklist

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

@JoerivanEngelen JoerivanEngelen marked this pull request as ready for review January 15, 2025 14:00
Copy link

@JoerivanEngelen JoerivanEngelen merged commit 66a44d4 into master Jan 16, 2025
2 checks passed
@JoerivanEngelen JoerivanEngelen deleted the issue_#1381_average_well_rates_at_steady_state branch January 16, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Well.from_imod5_data: Compute average well rates for "steady state" model simulations
2 participants