rmf_write_mlt: Write a MODFLOW multiplier file

View source: R/package-mlt.R

rmf_write_mltR Documentation

Write a MODFLOW multiplier file

Description

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

Usage

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

rmf_read_mlt, rmf_create_mlt, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?mult.htm


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