rmt_read_ssm: Read an MT3DMS sink & source mixing package file

Description Usage Arguments Details Value See Also

View source: R/package-ssm.R

Description

rmt_read_ssm reads in an MT3DMS sink & source mixing package file and returns it as an RMT3DMS ssm object.

Usage

1
2
3
4
5
6
7
8
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

Details

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

Value

object of class ssm

See Also

rmt_create_ssm, rmt_write_ssm


rogiersbart/RMT3DMS documentation built on Oct. 16, 2021, 9:45 a.m.