rmf_read reads in a MODFLOW model and returns it as a modflow object

rmf_read(
  file = {     cat("Please select nam file ...\n")     file.choose() },
  output = FALSE,
  precision = "single",
  verbose = TRUE
)

Arguments

file

NAME file; typically '*.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 modflow object which is a list containing all MODFLOW packages and optionally, model output

See also