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()) }, ... )
| file | filename; typically '*.chd' |
|---|---|
| dis | an |
| ... | arguments passed to |
RMODFLOW chd object