rmf_read_dis reads in a MODFLOW discretization file and returns it as an RMODFLOW dis object.

rmf_read_dis(
  file = {     cat("Please select dis file ...\n")     file.choose() },
  ...
)

Arguments

file

filename; typically '*.dis'

...

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

Value

object of class dis

See also