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

Improve reading model output #194

Merged
merged 8 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,13 @@ nlmod/bin/*
!nlmod/bin/
!nlmod/bin/mp7_2_002_provisional
flowchartnlmod.pptx
tests/data/

tests/data/*
!tests/data/**/
tests/data/mfoutput/*
!tests/data/mfoutput/vertex/*
!tests/data/mfoutput/structured/*

docs/examples/*/
!docs/examples/data/
!docs/examples/data/chloride_hbossche.nc
2 changes: 1 addition & 1 deletion nlmod/gwf/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_heads_da(
Xarray dataset with model data.
gwf : flopy ModflowGwf
Flopy groundwaterflow object.
fname : path, optional, Deprecated
fname : path, optional
Instead of loading the binary heads file corresponding to ds or gwf
load the heads from
dbrakenhoff marked this conversation as resolved.
Show resolved Hide resolved
grbfile : str, optional
Expand Down
Binary file added tests/data/mf6output/structured/test.cbc
Binary file not shown.
Binary file added tests/data/mf6output/structured/test.dis.grb
Binary file not shown.
Binary file added tests/data/mf6output/structured/test.hds
Binary file not shown.
Binary file added tests/data/mf6output/vertex/test.cbc
Binary file not shown.
Binary file added tests/data/mf6output/vertex/test.disv.grb
Binary file not shown.
Binary file added tests/data/mf6output/vertex/test.hds
Binary file not shown.