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
)

Arguments

file

NAME file; typically '*.mt_nam'

output

logical; should output also be read. Defaults to FALSE.

precision

either 'single' or 'double'. Specifies the precision of binary files. Defaults to 'single'.

verbose

logical; should information on reading files be printed to the console ? Defaults to TRUE.

Value

a mt3dms object which is a list containing all MT3DMS packages and optionally, model output

Note

If the MT3DMS model does not contain a NAME file, use the rmt_read_* functions to read in the packages individually.

See also