rmf_read_mlt: Read a MODFLOW multiplier file

View source: R/package-mlt.R

rmf_read_mltR Documentation

Read a MODFLOW multiplier file

Description

read_mlt reads in a MODFLOW multiplier file and returns it as an RMODFLOW mlt object.

Usage

rmf_read_mlt(
  file = {
     cat("Please select mlt file ...\n")
     file.choose()
 },
  dis = {
     cat("Please select dis file ...\n")
     rmf_read_dis(file.choose())
 },
  ...
)

Arguments

file

filename; typically '*.mlt'

dis

discretization file object; defaults to that with the same filename but with extension '.dis'

...

arguments passed to rmfi_parse_array. Can be ignored when input arrays are free-format and INTERNAL or CONSTANT.

Value

RMODFLOW mlt object

See Also

rmf_write_mlt, rmf_create_mlt, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?mult.htm


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