rmf_write_evt | R Documentation |
rmf_write_evt
writes a MODFLOW evapotranspiration file based on an RMODFLOW
evt object
rmf_write_evt( evt, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, file = { cat("Please choose evt file to overwrite or provide new filename ...\n") file.choose() }, iprn = -1, ... )
evt |
an |
dis |
an |
file |
filename to write to; typically '*.evt' |
iprn |
format code for printing arrays in the listing file; defaults to -1 (no printing) |
... |
arguments passed to |
NULL
rmf_read_evt
, rmf_create_evt
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?evt.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.