rmf_read_oc: Read a MODFLOW output control option file

View source: R/package-oc.R

rmf_read_ocR Documentation

Read a MODFLOW output control option file

Description

read_oc reads in a MODFLOW output control option file and returns it as an RMODFLOW oc object.

Usage

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

rmf_write_oc, rmf_create_oc and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?oc.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.