rmf_read_zon: Read a MODFLOW zone file

View source: R/package-zon.R

rmf_read_zonR Documentation

Read a MODFLOW zone file

Description

rmf_read_zon reads in a MODFLOW zone file and returns it as an RMODFLOW zon object

Usage

rmf_read_zon(
  file = {
     cat("Please select zon file ...\n")
     file.choose()
 },
  dis = {
     cat("Please select dis file ...\n")
     rmf_read_dis(file.choose())
 },
  ...
)

Arguments

file

filename; typically '*.zon'

dis

discretization file object; defaults to that with the same filename but with extension '.dis'

...

arguments passed to rmfi_parse_array. Can be ignored when input arrays are free-format and INTERNAL or CONSTANT.

Value

RMODFLOW zon object

See Also

rmf_write_zon, rmf_create_zon, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?zone.htm


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