Write a MODFLOW layer-property flow file

rmf_write_lpf(
  lpf,
  file = {    
    cat("Please select lpf file to overwrite or provide new filename ...\n")    
    file.choose() },
  dis = {     cat("Please select corresponding dis file ...\n")    
    rmf_read_dis(file.choose()) },
  iprn = -1,
  ...
)

Arguments

lpf

an RMODFLOW lpf object

file

filename to write to; typically '*.lpf'

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