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