rmf_write_nam | R Documentation |
rmf_write_nam
writes a MODFLOW name file based on an RMODFLOW
nam object.
rmf_write_nam( nam, file = { cat("Please select nam file to overwrite or provide new filename ...\n") file.choose() }, exclude = NULL )
nam |
an |
file |
filename to write to; typically '*.nam' |
exclude |
character vector with packages names to exclude from the simulation. Defaults to NULL |
NULL
rmf_read_nam
, rmf_write_nam
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?name_file.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.