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
The LIST file does not contain the version of MT3D-USGS. It shows versions of various packages (e.g. "BTN1 -- BASIC TRANSPORT PACKAGE, VERSION 1, MAY 2016"), but not "[Ver 1.1.0]", which is the most important detail.
This information is only shown thru stdout, which most users don't capture:
MT3D-USGS - Modular 3D Multi-Species Transport Model [Ver 1.1.0]
and based on MT3DMS. MT3D-USGS developed in cooperation by
S.S. Papadopulos & Associates and the U.S. Geological Survey
see mt3d-usgs.f line 111. The list file contains similar information in a "program title" (line 160 of Fortran source), formatted and worded differently, but without version information:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ MT3D-USGS +
+ A Modular 3D Multi-Species Transport Model +
+ For Simulation of Advection, Dispersion and Chemical Reactions +
+ of Contaminants in Groundwater Systems +
+ +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
(it seems this program title was formatted for a particular wide printer).
Some suggestions to choose from:
Add version to the existing program title, or
Append version info below the existing program title, or
Remove the program title (since printers are now not used for this purpose), writing a simpler output identical to the stdout from line 111, but written to the list file.
I can send a PR based on the preferred option, unless anyone else wants to fix this up.
The text was updated successfully, but these errors were encountered:
The LIST file does not contain the version of MT3D-USGS. It shows versions of various packages (e.g. "BTN1 -- BASIC TRANSPORT PACKAGE, VERSION 1, MAY 2016"), but not "[Ver 1.1.0]", which is the most important detail.
This information is only shown thru stdout, which most users don't capture:
see mt3d-usgs.f line 111. The list file contains similar information in a "program title" (line 160 of Fortran source), formatted and worded differently, but without version information:
(it seems this program title was formatted for a particular wide printer).
Some suggestions to choose from:
I can send a PR based on the preferred option, unless anyone else wants to fix this up.
The text was updated successfully, but these errors were encountered: