| rmf_read_lvda | R Documentation |
rmf_read_lvda reads in a MODFLOW Model-Layer Variable-Direction Horizontal Anisotropy Capability file and returns it as an RMODFLOW lvda object.
rmf_read_lvda(
file,
dis = {
cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose())
},
...
)
dis |
|
... |
ignored |
filename |
filename; typically *.lvda |
Note that the parameters are defined on the numerical grid, not the HUF grid
object of class lvda
rmf_create_lvda, rmf_write_lvda and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?lvda.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.