read_huf reads in a MODFLOW hydrogeologic unit flow file and returns it as an RMODFLOW huf object.
rmf_read_huf(
file = { cat("Please select huf file ...\n") file.choose() },
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
mlt = NULL,
zon = NULL,
...
)
| file | filename; typically '*.huf' |
|---|---|
| dis | discretization file object; defaults to that with the same filename but with extension '.dis' |
| mlt | a |
| zon | a |
| ... | arguments passed to |
object of class huf
rmf_convert_huf_to_grid can be used to convert parameters defined on the HUF grid to the numerical grid