rmf_write_oc writes a MODFLOW output control option file based on an RMODFLOW oc object.

rmf_write_oc(
  oc,
  file = {     cat("Please select oc file to overwrite or provide new filename ...\n")
        file.choose() },
  ...
)

Arguments

oc

an RMODFLOW oc object

file

filename to write to; typically '*.oc'

...

arguments passed to rmfi_write_variables when writing a fixed format OC file using numeric codes.

Value

NULL

See also