read_lpf reads in a MODFLOW layer property file and returns it as an RMODFLOW lpf object.

rmf_read_lpf(
  file = {     cat("Please select lpf file ...\n")     file.choose() },
  dis = {     cat("Please select corresponding dis file ...\n")    
    rmf_read_dis(file.choose()) },
  mlt = NULL,
  zon = NULL,
  ...
)

Arguments

file

filename; typically '*.lpf'.

dis

an RMODFLOW dis object

mlt

a RMODFLOW mlt object. Only needed when reading parameter arrays defined by multiplier arrays

zon

a RMODFLOW zon object. Only needed when reading parameter arrays defined by zone arrays

...

arguments passed to rmfi_parse_array. Can be ignored when input arrays are free-format and INTERNAL or CONSTANT.

Value

object of class lpf

See also