rmf_create_bas | R Documentation |
RMODFLOW
bas objectrmf_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)) )
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 |
Object of class bas
rmf_read_bas
, rmf_write_bas
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?bas.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.