rmf_read_rch reads in a MODFLOW recharge file and returns it as an RMODFLOW rch object.
rmf_read_rch(
file = { cat("Please select rch file ...\n") file.choose() },
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
mlt = NULL,
zon = NULL,
...
)
| file | filename; typically '*.rch' |
|---|---|
| dis | an |
| mlt | a |
| zon | a |
| ... | arguments passed to |
RMODFLOW rch object