read_oc reads in a MODFLOW output control option file and returns it as an RMODFLOW oc object.
rmf_read_oc(
file = { cat("Please select oc file ...\n") file.choose() },
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
...
)
| file | filename; typically '*.oc' |
|---|---|
| dis | an |
| ... | arguments passed to |
object of class oc