These functions execute MT3DMS or MT3D-USGS models.
rmt_execute(...) # S3 method for character rmt_execute( path, code = "mt3d-usgs", ui = NULL, convergence = "Program completed", bits = "single", form = "b" ) # S3 method for mt3dms rmt_execute( mt3dms, code = "mt3d-usgs", ui = NULL, convergence = "Program completed", bits = "single", form = "b" )
path | Path to the NAM file. Typically with extension `.nam`. |
---|---|
code | Name of the MT3D variant to use, or path to the executable. |
ui | If NULL (default), MT3D output is shown in the R console. If `"none"`, the output is suppressed. |
convergence | Character. The message in the terminal output used to check for convergence. |
bits | Character. Can be |
form | Character. Can be |
mt3dms | mt3dms object |
Invisible list with elapsed run time, a logical indicating normal termination, and the stdout output, when done for an on disk model. Full `mt3dms` object including all results otherwise (in memory model).
[rmt_install()] for external code installation