Description Usage Arguments Details Value See Also Examples
rmt_create_nam creates an RMT3DMS nam object.
| 1 2 3 4 5 6 7 | rmt_create_nam(
  ...,
  ftl = {     cat("Please select corresponding ftl file ...\n")     file.choose() },
  ftl_free = NULL,
  print = FALSE,
  basename = NULL
)
 | 
| ... | RMT3DMS objects to be included in the nam file | 
| ftl | path to the flow-transport link file; typically '.ftl' | 
| ftl_free | logical; is the flow-transport link file written in free (formatted) format (TRUE) or binary (unformatted) (FALSE)? if NULL (default), it is guessed from reading  | 
| print | logical; should the contents of the flow-transport link file be printed to the listing file? Defaults to FALSE. | 
| basename | character specifying the basename of the files. The default ( | 
If a RMT3DMS nam object is present, it is recreated. 
It is advised to place the ftl file in the same directory as the transport model input files.
The path the flow-transport link file is normalized in rmt_write_nam.
Object of class mt3d_nam
| 1 2 3 4 | btn <- rmt_create_btn()
adv <- rmt_create_adv()
gcg <- rmt_create_gcg()
rmt_create_nam(btn, adv, gcg, ftl = 'output.ftl', ftl_free = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.