| rmf_read_ghb | R Documentation |
rmf_read_ghb reads in a MODFLOW general-head boundary file and returns it as an RMODFLOW ghb object.
rmf_read_ghb(
file = {
cat("Please select general-head boundary file ...\n")
file.choose()
},
dis = {
cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose())
},
...
)
file |
filename; typically '*.ghb' |
dis |
an |
... |
arguments passed to |
RMODFLOW ghb object
rmf_write_ghb, rmf_create_ghb, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?ghb.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.