rmf_write | R Documentation |
rmf_write
writes all input packages in a RMODFLOW
modflow object to a directory
rmf_write( modflow, file = { cat("Please select nam file to overwrite or provide new filename ...\n") file.choose() }, exclude = NULL, suppress = FALSE, verbose = TRUE, iprn = -1 )
modflow |
|
file |
filename of the name file to write |
exclude |
character vector with packages names to exclude from the simulation. Defaults to NULL |
suppress |
logical; remove non-supported (and thus not written) packages in the NAME file ? Defaults to FALSE |
verbose |
logical; should information on writing files be printed to the console ? Defaults to TRUE. |
iprn |
format code for printing arrays in the listing file; defaults to -1 (no printing) |
All arrays use free-format headers INTERNAL or CONSTANT All packages will be written according to the filenames (fname) defined in the nam object. To prevent any files being overwritten, it is best to write to an empty directory.
NULL
rmf_create
, 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.