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()) },
  ...
)

Arguments

dis

RMODFLOW dis object

...

arguments passed to rmfi_parse_array. Can be ignored when input arrays are free-format and INTERNAL or CONSTANT.

filename

filename; typically *.kdep

Value

object of class kdep

Details

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

See also