rmf_read_wel reads in a MODFLOW well file and returns it as an RMODFLOW wel object.

rmf_read_wel(
  file = {     cat("Please select well file ...\n")     file.choose() },
  dis = {     cat("Please select corresponding dis file ...\n")    
    rmf_read_dis(file.choose()) },
  ...
)

Arguments

file

filename; typically '*.wel'

dis

an RMODFLOW dis object

...

arguments passed to rmfi_parse_variables and rmfi_parse_list.

Value

RMODFLOW wel object

See also