Create a RMODFLOW lmt object

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

Examples

rmf_create_lmt(fname = file.path('..', 'transport', 'output.ftl'), formatted = TRUE, package_flows = c('UZF', 'LAK'))
#> RMODFLOW Link-MT3DMS Package object: #> Flow-transport link file: ../transport/output.ftl #> on unit number: 333 #> as a formatted file using the extended header #> Package flows: UZF LAK