rmf_create_lmt: Create a 'RMODFLOW' lmt object

View source: R/package-lmt.R

rmf_create_lmtR Documentation

Create a RMODFLOW lmt object

Description

Create a RMODFLOW lmt object

Usage

rmf_create_lmt(
  fname = "output.ftl",
  inftl = 333,
  extended = TRUE,
  formatted = FALSE,
  package_flows = NULL
)

Arguments

fname

character; name of the flow-transport link file produced. Defaults to 'output.ftl'

inftl

integer; unit number on which the flow-transport link file will be saved; defaults to 333

extended

logical; should the extended header be used (instead of the standard header); defaults to TRUE

formatted

logical; should the file be formatted. Under the default (FALSE), an unformatted flow-transport link file will be created by lmt

package_flows

optional; additional flows to be saved in the flow-transport link file. Possible values are 'ALL' or any combination of 'UZF', 'SFR' or 'LAK'. Defaults to not including any of the above.

Value

object of class lmt

See Also

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

Examples

rmf_create_lmt(fname = file.path('..', 'transport', 'output.ftl'), formatted = TRUE, package_flows = c('UZF', 'LAK'))


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