rmf_read_lvda: Read a MODFLOW model-layer variable-direction horizontal...

View source: R/package-huf.R

rmf_read_lvdaR Documentation

Read a MODFLOW model-layer variable-direction horizontal anisotropy capability file

Description

rmf_read_lvda reads in a MODFLOW Model-Layer Variable-Direction Horizontal Anisotropy Capability file and returns it as an RMODFLOW lvda object.

Usage

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

Details

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

Value

object of class lvda

See Also

rmf_create_lvda, rmf_write_lvda and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?lvda.htm


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.