rmf_write_mlt writes an MODFLOW multiplier file based on a RMODFLOW mlt object

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

Arguments

mlt

an RMODFLOW mlt object

file

filename to write to; typically '*.mlt'

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