rmf_read_bcf reads in a MODFLOW block-centered flow file and returns it as an RMODFLOW bcf object
rmf_read_bcf(
file = { cat("Please select bcf file ...\n") file.choose() },
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
...
)
| file | filename; typically '*_bcf' |
|---|---|
| dis | an |
| ... | arguments passed to |
an RMODFLOW bcf object