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

Arguments

dis

RMODFLOW dis object

...

ignored

filename

filename; typically *.lvda

Value

object of class lvda

Details

Note that the parameters are defined on the numerical grid, not the HUF grid

See also