rmf_read_lmt: Read a MODFLOW Link-MT3DMS Package file

View source: R/package-lmt.R

rmf_read_lmtR Documentation

Read a MODFLOW Link-MT3DMS Package file

Description

Read a MODFLOW Link-MT3DMS Package file

Usage

rmf_read_lmt(
  file = {
     cat("Please select lmt file ...\n")
     file.choose()
 },
  ...
)

Arguments

file

filename; typically '*.lmt'

...

ignored

Value

object of class lmt

See Also

rmf_create_lmt, rmf_write_lmt and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?lmt6.htm

Examples

file <- rmf_example_file('rocky-mountain-arsenal.lmt')
rmf_read_lmt(file)


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