| rmf_read_huf | R Documentation |
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 |
rmf_convert_huf_to_grid can be used to convert parameters defined on the HUF grid to the numerical grid
object of class huf
rmf_convert_huf_to_grid, rmf_create_huf, rmf_write_huf and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?huf.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.