| rmf_read_chd | R Documentation |
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
rmf_write_chd, rmf_create_chd, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?chd.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.