MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

MT3D-USGS crashes with the attached model. #79

Closed rbwinst-usgs closed 4 years ago

rbwinst-usgs commented 4 years ago

MT3D-USGS crashes on line 822 of ssm1.f. Mt3dUsgsBug.zip

vivekbedekar commented 4 years ago

I tried running the sample problem you sent on my machine and it worked. I can, however, see why the line you mentioned might fail with another compiler.

We could replace: IF(FRCH.AND.FMIFMT6) GOTO 32 with IF(FMIFMT6) GOTO 32

FRCH is checked on the previous line so checking again doesn't make a difference.

Vivek

Sent from Outlookhttp://aka.ms/weboutlook


From: rbwinst-usgs notifications@github.com Sent: Friday, June 26, 2020 3:29 PM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

MT3D-USGS crashes on line 822 of ssm1.f. Mt3dUsgsBug.ziphttps://github.com/MODFLOW-USGS/mt3d-usgs/files/4838901/Mt3dUsgsBug.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5YRSDXZOWIN3DIUGRXOR3RYTZH5ANCNFSM4OJTKEDA.

emorway-usgs commented 4 years ago

Why don't we go ahead and make that change. Do you want to make the change and submit as a PR @rbwinst-usgs? Or would you like us to do it and send you a new exe?

rbwinst-usgs commented 4 years ago

When I looked at the source, I don't see a line with "IF(FRCH.AND.FMIFMT6) GOTO 32".

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Winston, Richard B rbwinst@usgs.gov Sent: Monday, June 29, 2020 6:59 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com; MODFLOW-USGS/mt3d-usgs reply@reply.github.com Cc: Mention mention@noreply.github.com Subject: Re: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

I think you should make the change. I just reported the error message that the released version of MT3D-USGS wrote to the screen when it crashed. I did not attempt to diagnose the problem.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Eric Morway notifications@github.com Sent: Friday, June 26, 2020 6:07 PM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Why don't we go ahead and make that change. Do you want to make the change and submit as a PR @rbwinst-usgshttps://github.com/rbwinst-usgs? Or would you like us to do it and send you a new exe?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-650424616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZR6NLTJL3MJFFRPNYDRYULY7ANCNFSM4OJTKEDA.

vivekbedekar commented 4 years ago

Eric - May be this got fixed somewhere along the way because the latest source code works.

Richard - Are you looking at the latest code on GitHub or the source of the last released version?

Vivek

Sent from Outlookhttp://aka.ms/weboutlook


From: rbwinst-usgs notifications@github.com Sent: Monday, June 29, 2020 7:40 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: vivekbedekar vivekbedekar@hotmail.com; Comment comment@noreply.github.com Subject: Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

When I looked at the source, I don't see a line with "IF(FRCH.AND.FMIFMT6) GOTO 32".

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Winston, Richard B rbwinst@usgs.gov Sent: Monday, June 29, 2020 6:59 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com; MODFLOW-USGS/mt3d-usgs reply@reply.github.com Cc: Mention mention@noreply.github.com Subject: Re: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

I think you should make the change. I just reported the error message that the released version of MT3D-USGS wrote to the screen when it crashed. I did not attempt to diagnose the problem.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Eric Morway notifications@github.com Sent: Friday, June 26, 2020 6:07 PM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Why don't we go ahead and make that change. Do you want to make the change and submit as a PR @rbwinst-usgshttps://github.com/rbwinst-usgs? Or would you like us to do it and send you a new exe?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-650424616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZR6NLTJL3MJFFRPNYDRYULY7ANCNFSM4OJTKEDA.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651059211, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5YRSC6SK2OSZY6GUUMFATRZB4RDANCNFSM4OJTKEDA.

rbwinst-usgs commented 4 years ago

I looked at the source code of the last released version.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: vivekbedekar notifications@github.com Sent: Monday, June 29, 2020 8:54 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Eric - May be this got fixed somewhere along the way because the latest source code works.

Richard - Are you looking at the latest code on GitHub or the source of the last released version?

Vivek

Sent from Outlookhttp://aka.ms/weboutlook


From: rbwinst-usgs notifications@github.com Sent: Monday, June 29, 2020 7:40 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: vivekbedekar vivekbedekar@hotmail.com; Comment comment@noreply.github.com Subject: Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

When I looked at the source, I don't see a line with "IF(FRCH.AND.FMIFMT6) GOTO 32".

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Winston, Richard B rbwinst@usgs.gov Sent: Monday, June 29, 2020 6:59 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com; MODFLOW-USGS/mt3d-usgs reply@reply.github.com Cc: Mention mention@noreply.github.com Subject: Re: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

I think you should make the change. I just reported the error message that the released version of MT3D-USGS wrote to the screen when it crashed. I did not attempt to diagnose the problem.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Eric Morway notifications@github.com Sent: Friday, June 26, 2020 6:07 PM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Why don't we go ahead and make that change. Do you want to make the change and submit as a PR @rbwinst-usgshttps://github.com/rbwinst-usgs? Or would you like us to do it and send you a new exe?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-650424616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZR6NLTJL3MJFFRPNYDRYULY7ANCNFSM4OJTKEDA.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651059211, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5YRSC6SK2OSZY6GUUMFATRZB4RDANCNFSM4OJTKEDA.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651100258, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZRVO736FHJD6SIMY2LRZCFG3ANCNFSM4OJTKEDA.

vivekbedekar commented 4 years ago

Thanks, Richard!

Eric - the new line in the latest code is taking care of the issue Richard noticed.

Vivek

Sent from Outlookhttp://aka.ms/weboutlook


From: rbwinst-usgs notifications@github.com Sent: Monday, June 29, 2020 9:06 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: vivekbedekar vivekbedekar@hotmail.com; Comment comment@noreply.github.com Subject: Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

I looked at the source code of the last released version.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: vivekbedekar notifications@github.com Sent: Monday, June 29, 2020 8:54 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Eric - May be this got fixed somewhere along the way because the latest source code works.

Richard - Are you looking at the latest code on GitHub or the source of the last released version?

Vivek

Sent from Outlookhttp://aka.ms/weboutlook


From: rbwinst-usgs notifications@github.com Sent: Monday, June 29, 2020 7:40 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: vivekbedekar vivekbedekar@hotmail.com; Comment comment@noreply.github.com Subject: Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

When I looked at the source, I don't see a line with "IF(FRCH.AND.FMIFMT6) GOTO 32".

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Winston, Richard B rbwinst@usgs.gov Sent: Monday, June 29, 2020 6:59 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com; MODFLOW-USGS/mt3d-usgs reply@reply.github.com Cc: Mention mention@noreply.github.com Subject: Re: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

I think you should make the change. I just reported the error message that the released version of MT3D-USGS wrote to the screen when it crashed. I did not attempt to diagnose the problem.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Eric Morway notifications@github.com Sent: Friday, June 26, 2020 6:07 PM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Why don't we go ahead and make that change. Do you want to make the change and submit as a PR @rbwinst-usgshttps://github.com/rbwinst-usgs? Or would you like us to do it and send you a new exe?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-650424616, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZR6NLTJL3MJFFRPNYDRYULY7ANCNFSM4OJTKEDA.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651059211, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5YRSC6SK2OSZY6GUUMFATRZB4RDANCNFSM4OJTKEDA.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651100258, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZRVO736FHJD6SIMY2LRZCFG3ANCNFSM4OJTKEDA.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651108010, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA5YRSAA5F323YRNGKYCTPLRZCGVZANCNFSM4OJTKEDA.

emorway-usgs commented 4 years ago

Do you have all that you need, @rbwinst-usgs? I can send along a new exe until we are able to get the next release out, if that would be helpful to you?

rbwinst-usgs commented 4 years ago

Please send the exe.

Richard B. Winston US Geological Survey Integrated Modeling and Prediction Division rbwinst@usgs.govmailto:rbwinst@usgs.gov https://profile.usgs.gov/rbwinsthttp://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Wednesdays: 301 474-2762 Fax: 703 648-5274

The following are excellent guides especially for beginning modelers. Reilly, T.E., 2001, System and boundary conceptualization in ground-water flow simulation: U.S. Geological Survey Techniques of Water-Resources Investigations, book 3, chap. B8, 30 p. https://water.usgs.gov/pubs/twri/twri-3_B8/http://water.usgs.gov/pubs/twri/twri-3_B8/

Reilly, T.E., and Harbaugh, A.W., 2004 , Guidelines for evaluating ground-water flow models: U.S. Geological Survey Scientific Investigations Report 2004-5038, 30 p. https://pubs.usgs.gov/sir/2004/5038/

"Codes only live if somebody loves them." Matt Tonkin, June 2, 2015, MODFLOW and More 2015 Conference Panel Discussion.

"When you started to have that problem, when you couldn't get a solution, you could get help with that. You could not get any help if you had a conceptual screw-up in your understanding of the regional hydrology. If you didn't have a rough idea of what the evapotranspiration was, of what the big streams were doing, and how the stream flow was related to groundwater, there's where you could get into trouble where nobody else could help you." Gordon Bennett in an interview, Feb. 21, 2019.


From: Eric Morway notifications@github.com Sent: Monday, June 29, 2020 9:18 AM To: MODFLOW-USGS/mt3d-usgs mt3d-usgs@noreply.github.com Cc: Winston, Richard B rbwinst@usgs.gov; Mention mention@noreply.github.com Subject: [EXTERNAL] Re: [MODFLOW-USGS/mt3d-usgs] MT3D-USGS crashes with the attached model. (#79)

Do you have all that you need, @rbwinst-usgshttps://github.com/rbwinst-usgs? I can send along a new exe until we are able to get the next release out, if that would be helpful to you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/MODFLOW-USGS/mt3d-usgs/issues/79#issuecomment-651114813, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSDIZQZGHMG6NOAEIIBZYTRZCIBNANCNFSM4OJTKEDA.

emorway-usgs commented 4 years ago

This issue was fixed previously and will be included in the next release.