| rmf_read_kdep | R Documentation |
rmf_read_kdep reads in a MODFLOW Hydraulic-Conductivity Depth-Dependence Capability file and returns it as an RMODFLOW kdep object.
rmf_read_kdep(
file = {
cat("Please select kdep file ...\n")
file.choose()
},
dis = {
cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose())
},
...
)
dis |
|
... |
arguments passed to |
filename |
filename; typically *.kdep |
Note that the parameters are defined on the HUF grid, not the numerical grid
rmf_convert_huf_to_grid can be used to convert parameters defined on the huf grid to the numerical grid
object of class kdep
rmf_convert_huf_to_grid, rmf_create_kdep, rmf_write_kdep and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?kdep.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.