rmf_write_lpf: Write a MODFLOW layer-property flow file

View source: R/package-lpf.R

rmf_write_lpfR Documentation

Write a MODFLOW layer-property flow file

Description

Write a MODFLOW layer-property flow file

Usage

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


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