-
Notifications
You must be signed in to change notification settings - Fork 17
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
specified flux boundaries #25
Comments
Propose to build around existing tests to implement these changes. |
Hey @ntdosch and @mnfienen, I've been slowly chipping away at a refactoring of how perimeter boundaries are done, in the chd:
perimeter_boundary:
shapefile: 'shellmound/tmr_parent/gis/irregular_boundary.shp'
parent_head_file: 'shellmound/tmr_parent/shellmound.hds' for specified heads; and explicit mapping of parent to inset layers is no longer needed. Instead, the parent head solution is linearly interpolated in 3D to the inset model boundary cell locations (using a method similar to scipy.interpolate.griddata), at each stress period. The options for specifying where perimeter boundary should be applied have also been expanded. There are basically 3 options, which are implemented by
Does this make any sense? Am I missing something? |
@aleaf this is great - thanks. You are farther along than we saw in the develop branch. I do wonder if we will want to add a rotated model to the My only other thought at the moment is whether it makes sense to invoke the CHD or WEL package automatically if these inset boundaries are requested from the parent. At least in the develop branch, CHDs are generated if the |
@mnfienen @ntdosch FYI, just updated the develop branch with the contents of feature_gen_perimeter. Also added a doc section for explaining some of the broader concepts in modflow-setup, and within it, the above info on perimeter boundaries. I think we should keep developing the specified flux boundaries in the feature branch but regardless, would be good to rebase so that you're working with the latest version. |
@aleaf - by rebase, do you mean we should rebase the feature branch with develop? |
@mnfienen, yes, you want the feature branch to have the same history as develop, plus the new commits you've added.
(where points to aleaf/modflow-setup) |
great - that's what I thought. Thanks! |
Unless I'm missing something, it looks like specified flux boundary conditions are only supported for inset TMR models in MF2005/NWT. However, may be simple refactoring to support MF6 as well. Like to discuss before trying to get it going.
The text was updated successfully, but these errors were encountered: