rmf_read_chd reads in a MODFLOW time-variant specified-head file and returns it as an RMODFLOW chd object.

rmf_read_chd(
  file = {     cat("Please select time-variant specified-head file ...\n")    
    file.choose() },
  dis = {     cat("Please select corresponding dis file ...\n")    
    rmf_read_dis(file.choose()) },
  ...
)

Arguments

file

filename; typically '*.chd'

dis

an RMODFLOW dis object

...

arguments passed to rmfi_parse_variables and rmfi_parse_list.

Value

RMODFLOW chd object

See also