rmf_write_lmt: Write a MODFLOW Link-MT3DMS Package file

View source: R/package-lmt.R

rmf_write_lmtR Documentation

Write a MODFLOW Link-MT3DMS Package file

Description

Write a MODFLOW Link-MT3DMS Package file

Usage

rmf_write_lmt(
  lmt,
  file = {
    
    cat("Please choose lmt file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  ...
)

Arguments

lmt

RMODFLOW lmt object

file

filename to write to; typically '*.lmt'

...

ignored

Value

NULL

See Also

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

Examples

lmt <- rmf_create_lmt()
rmf_write_lmt(lmt, file = file.path(tempdir(), 'input.lmt'))


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