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

fix(modelgrid): add more support for mf6 surface water models #2295

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

langevin-usgs
Copy link
Contributor

New MODFLOW 6 surface water models (overland flow and channel flow) use two dimensional and one dimensional grids. This PR adds an elegant fix to allow the grids to work properly with these new grid types (DISV1D, DIS2D, and DISV2D). These new grids do not have "top" but do have a "bottom" array (not "botm"). Plan for the future is to split up VertexGrid and StructuredGrid to support other types of grids.

@langevin-usgs langevin-usgs changed the title Fix modelgrid @langevin-usgs fix(modelgrid): add more support for mf6 surface water models Aug 22, 2024
@langevin-usgs langevin-usgs changed the title @langevin-usgs fix(modelgrid): add more support for mf6 surface water models fix(modelgrid): add more support for mf6 surface water models Aug 22, 2024
@langevin-usgs langevin-usgs merged commit c42d878 into modflowpy:develop Aug 22, 2024
25 of 26 checks passed
@langevin-usgs langevin-usgs deleted the fix-modelgrid branch August 23, 2024 17:28
@wpbonelli wpbonelli modified the milestones: 3.9, 3.8.1 Sep 4, 2024
martclanor pushed a commit to martclanor/flopy that referenced this pull request Sep 21, 2024
…wpy#2295)

* fix(modelgrid): add more support for mf6 surface water models

* ruff
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.

2 participants