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()) },
  ...
)

Arguments

file

filename; typically '*.oc'

dis

an RMODFLOW dis object. Used when reading OC specified using numeric codes.

...

arguments passed to rmfi_parse_variables. Can be ignored when input is 'free' format.

Value

object of class oc

See also