rmt_read reads in a MT3DMS/MT3D-USGS model and returns it as a mt3dms object
rmt_read(
file = { cat("Please select nam file ...\n") file.choose() },
output = FALSE,
precision = "single",
verbose = TRUE
)
| file | NAME file; typically '*.mt_nam' |
|---|---|
| output | logical; should output also be read. Defaults to FALSE. |
| precision | either |
| verbose | logical; should information on reading files be printed to the console ? Defaults to TRUE. |
a mt3dms object which is a list containing all MT3DMS packages and optionally, model output
If the MT3DMS model does not contain a NAME file, use the rmt_read_* functions to read in the packages individually.