rmf_create_bas: Create an 'RMODFLOW' bas object

View source: R/package-bas.R

rmf_create_basR Documentation

Create an RMODFLOW bas object

Description

rmf_create_bas creates an RMODFLOW bas object.

Usage

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

rmf_read_bas, rmf_write_bas and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?bas.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.