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

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