rmf_read_ghb reads in a MODFLOW general-head boundary file and returns it as an RMODFLOW ghb object.
rmf_read_ghb(
file = { cat("Please select general-head boundary file ...\n") file.choose()
},
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
...
)
| file | filename; typically '*.ghb' |
|---|---|
| dis | an |
| ... | arguments passed to |
RMODFLOW ghb object