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 observation methods #253

Open
rubencalje opened this issue Aug 25, 2023 · 1 comment
Open

Add observation methods #253

rubencalje opened this issue Aug 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rubencalje
Copy link
Collaborator

Modflow 6 supports adding observation for model outputs, which can make the evaluation of the model easier. Right now there are no methods in nlmod to support observations, but one can use the flopy methods for this. However, some utilities would be welcome in nlmod, for example:

  • add observations for rivers, drains, wells or other boundary packages (possibly together with boundname)
  • generate observations for the downward flow (formerly known as flow lower face) in an entire model layer, and generate a DataArray for the entire model grid again.
@dbrakenhoff dbrakenhoff added the enhancement New feature or request label Nov 2, 2023
@rubencalje
Copy link
Collaborator Author

For the flow lower face: we can also use this information from the FLOW-JA-FACE budgets in the budget file, when save_flows=True in the npf-package. Therefor, I added the method nlmod.gwf.output.get_flow_lower_face in PR #327, that works for both structured and vertex grids.

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

2 participants