Recovered Mass From Pumping wells #1478
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an MT3DMS question and has very little (if anything) to do with FloPy. The MT3DMS manual is available for download here. There's a helpful list of the output provided by MT3DMS on page 85: The Standard Output File contains echo of input data (so that they can be In your standard output listing file, you can search for the following string "CUMULATIVE MASS BUDGETS AT END OF TRANSPORT STEP" That should help you get started. |
Beta Was this translation helpful? Give feedback.
This is an MT3DMS question and has very little (if anything) to do with FloPy. The MT3DMS manual is available for download here. There's a helpful list of the output provided by MT3DMS on page 85:
The Standard Output File contains echo of input data (so that they can be
checked to ensure they have been read in properly), printout of calculated
concentrations for each species, and some other useful information such
as model-calculated parameters and mass budgets, at user-specified times
and at the end of each stress period.
In your standard output listing file, you can search for the following string "CUMULATIVE MASS BUDGETS AT END OF TRANSPORT STEP" That should help you get started.