rmf_read_wel | R Documentation |
rmf_read_wel
reads in a MODFLOW well file and returns it as an RMODFLOW
wel object.
rmf_read_wel( file = { cat("Please select well file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*.wel' |
dis |
an |
... |
arguments passed to |
RMODFLOW
wel object
rmf_write_wel
, rmf_create_wel
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?wel.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.