rmt_read_obs reads in an MT3DMS concentration observation file and returns it as an RMT3DMS cobs object.
rmt_read_obs(
file = { cat("Please select obs file ...\n") file.choose() },
btn = { cat("Please select corresponding btn file ...\n")
rmt_read_btn(file.choose()) },
solute = NULL
)
| file | filename; typically '*.obs' |
|---|---|
| btn |
|
| solute | optional integer used to set the species index in. By default, the code tries to guess this from the filename (e.g. 'MT3D001.OBS') |
object of class cobs