rmt_read_ssm reads in an MT3DMS sink & source mixing package file and returns it as an RMT3DMS ssm object.
rmt_read_ssm(
file = { cat("Please select ssm file ...\n") file.choose() },
btn = { cat("Please select corresponding btn file ...\n")
rmt_read_btn(file.choose()) },
ftl = { cat("Please select corresponding ftl file ...\n") file.choose() },
ftl_free = NULL,
...
)
| file | filename; typically '*.ssm' |
|---|---|
| btn |
|
| ftl | path the to flow-transport link file. See details. |
| 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 |
| ... | additional arguments passed to |
object of class ssm
ftl must be supplied to ensure the correct flow terms are read.