rmf_write_oc: Write a MODFLOW output control option file

View source: R/package-oc.R

rmf_write_ocR Documentation

Write a MODFLOW output control option file

Description

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

Usage

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

rmf_read_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.