Create a RMODFLOW
lmt object
rmf_create_lmt( fname = "output.ftl", inftl = 333, extended = TRUE, formatted = FALSE, package_flows = NULL )
fname | character; name of the flow-transport link file produced. Defaults to |
---|---|
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 |
object of class lmt
rmf_read_lmt
, rmf_write_lmt
and https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?lmt6.htm
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