rmf_create_bas creates an RMODFLOW bas object.

rmf_create_bas(
  dis,
  xsection = FALSE,
  chtoch = FALSE,
  free = TRUE,
  printtime = FALSE,
  showprogress = FALSE,
  stoperror = FALSE,
  stoper = 1,
  ibound = 1,
  hnoflo = -999,
  strt = rmf_create_array(dis$top, dim = c(dis$nrow, dis$ncol, dis$nlay))
)

Arguments

dis

RMODFLOW dis object

xsection

logical; is the model a 1-row cross-section?

chtoch

logical; should flow between adjacent constant-head cells be calculated?

free

logical; is free format used?

printtime

logical; should start, end and elapsed times be written to the global output file?

showprogress

logical; should progress information be displayed?

stoperror

logical; should the model be stopped based on budget percent discrepancy?

stoper

numeric; threshold budget percent discrepancy

ibound

3d array specifying active (1), inactive (0) or constant head (-1) status of all cells; defaults to all cells active

strt

3d array specifying starting heads; defaults to dis$top for all layers

Value

Object of class bas

See also