rmf_write_huf: Write a MODFLOW hydrogeologic unit flow file

View source: R/package-huf.R

rmf_write_hufR Documentation

Write a MODFLOW hydrogeologic unit flow file

Description

Write a MODFLOW hydrogeologic unit flow file

Usage

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

rmf_convert_huf_to_grid, rmf_create_huf, rmf_read_huf and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?huf.htm


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