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

Increase size of LINE in sub package #31

Open
langevin-usgs opened this issue Apr 3, 2017 · 1 comment
Open

Increase size of LINE in sub package #31

langevin-usgs opened this issue Apr 3, 2017 · 1 comment

Comments

@langevin-usgs
Copy link
Contributor

Galloway, Devin
AttachmentsApr 1 (2 days ago)

to me, Joseph, Randy, Rich, pbarlow, Stan, Richard
Chris, Due to problems presented to us by a student at LSU trying to run a modflow subsidence model using the SUB package where they were attempting to use 162 model layers each with no-delay interbeds we have modified one line in gwr2sub7.f. The change is to line 80 and involves declaring LINE as
CHARACTER1000 LINE instead of CHARACTER200 LINE. Before the change about 69 layer numbers could be read, now a little more than 275 layer numbers can be read, assuming that the layer numbers are sequential, start at 1, are separated by a single space, and do not include leading 0's.

This revision has solved the student's problem for now. Should we formally incorporate this revision into the MODFLOW2005, MODFLOWNWT, GWM and OWHM models that use the SUB package? Please advise. I've attached the revised gwr2sub7.f module for your information. Thanks.
Best Regards, Devin

@langevin-usgs
Copy link
Contributor Author

I suggest we change it to 5000

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

1 participant