rmf_read_drn reads in a MODFLOW drain file and returns it as an RMODFLOW drn object.

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

Arguments

file

filename; typically '*.drn'

dis

an RMODFLOW dis object

...

arguments passed to rmfi_parse_variables and rmfi_parse_list.

Value

RMODFLOW drn object

See also