Description Usage Arguments Details Value See Also Examples
Convert RMT3DMS dis to RMT3DMS btn object
1 2 3 4 5 6 7 8 9  | rmt_convert_dis_to_btn(
  dis,
  nper = dis$nper,
  perlen = dis$perlen[1:nper],
  tunit = NULL,
  lunit = NULL,
  prj = RMODFLOW::rmf_get_prj(dis),
  ...
)
 | 
dis | 
 
  | 
nper | 
 number of stress periods in the btn object. Defaults to   | 
perlen | 
 vector of stress period lengths in the btn object. Defaults to   | 
tunit | 
 character specifying the length unit. The default (NULL), guesses from the dis object. Note that lunit is for identification purposes only does not affect the model outcome.  | 
prj | 
 
  | 
... | 
 additional arguments passed to   | 
Conversion works best when number of stress-periods is equal in the dis and btn objects.
nper, perlen, nstp & tsmult should only differ from the defaults when the flow model is steady-state 
with only 1 stress period. In that case, MT3DMS allows for differing stress periods between the flow and transport model.
RMT3DMS btn object
rmt_convert_btn_to_dis, rmt_create_btn
1 2 3 4  | library(RMODFLOW)
dis <- rmf_read_dis(rmf_example_file('example-model.dis'))
rmt_convert_dis_to_btn(dis)
rmt_convert_dis_to_btn(dis, nper = 2, perlen = c(1000, 500), tunit = 'd', ncomp = 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.