rmf_create | R Documentation |
RMODFLOW
modflow objectrmf_create
creates an RMODFLOW
modflow object from rmf_package
objects
rmf_create(..., cbc = NULL, recreate_nam = FALSE, basename = NULL)
... |
(list of) |
cbc |
optional integer; sets the flag and unit number for writing cell-by-cell flow data. Overwrites the values set in the objects. Defaults to NULL. |
recreate_nam |
logical; if a nam object is supplied, should it be recreated from scratch ? Defaults to FALSE |
basename |
character specifying the basename of the files if the nam object is (re)created. The default ( |
a modflow
object which is a list containing all MODFLOW packages
rmf_read
, rmf_write
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.