You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: