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

GWT: active transport area smaller than GWF area results in Exception #175

Closed
tandreasr opened this issue Jul 8, 2019 · 1 comment
Closed

Comments

@tandreasr
Copy link

Hi Chris,
I'm currently fiddling around with the new transport options available in MF6.
One problem regarding those:
Is it currently possible to use a smaller model domain for transport, than for flow.
The GWF & GWT DIS files in my test case are identical except for the idomain, which restricts GWT to a subdomain of GWF (as done before in older MODFLOW/MT3D versions).
But now the test case fails at subroutine fmi_fc()@268, because this%flowerr() has the GWT dimensions, whilst packobj%nodelist() refers to the GWF dimensions.
Attached you find a screenshot illustrating the issue.
Best regards,
Andreas Rost
Error GWT

@langevin-usgs
Copy link
Contributor

At the moment the discretization must be identical between the two models. There is lots that could be done with this in the future, but for now this is the case. We need to add a check to make sure this is the case and issue an error and terminate if not.

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

No branches or pull requests

2 participants