rmf_read: Read a MODFLOW model

View source: R/modflow.R

rmf_readR Documentation

Read a MODFLOW model

Description

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

Usage

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

rmf_create, rmf_write and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.