Write a MODFLOW hydrogeologic unit flow file

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

Arguments

huf

an RMODFLOW huf object

file

filename to write to; typically '*.huf'

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