rmf_write_zon: Write a MODFLOW zone file

View source: R/package-zon.R

rmf_write_zonR Documentation

Write a MODFLOW zone file

Description

rmf_write_zon writes a MODFLOW zone file based on a RMODFLOW zon object

Usage

rmf_write_zon(
  zon,
  file = {
    
    cat("Please choose zon file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  iprn = -1,
  ...
)

Arguments

zon

an RMODFLOW zon object

file

filename to write to; typically '*.zon'

iprn

format code for printing arrays in the listing file; defaults to -1 (no printing)

...

arguments passed to rmfi_write_array. Can be ignored when arrays are INTERNAL or CONSTANT.

Value

NULL

See Also

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