rmf_read_evt | R Documentation |
rmf_read_evt
reads in a MODFLOW evapotranspiration file and returns it as an RMODFLOW
evt object.
rmf_read_evt( file = { cat("Please select evt file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, mlt = NULL, zon = NULL, ... )
file |
filename; typically '*.evt' |
dis |
an |
mlt |
a |
zon |
a |
... |
arguments passed to |
RMODFLOW
evt object
rmf_write_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.