rmf_create_lmt | R Documentation |
RMODFLOW
lmt objectCreate 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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.