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,
  ...
)

Arguments

file

filename; typically '*.ssm'

btn

RMT3DMS btn object

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 ftl

...

additional arguments passed to rmti_parse_array

Value

object of class ssm

Details

ftl must be supplied to ensure the correct flow terms are read.

See also