rmf_read_bas reads in a MODFLOW basic file and returns it as an RMODFLOW bas object.

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

Arguments

file

filename; typically '*.bas'

dis

discretization file object; defaults to that with the same filename but with extension '.dis'

...

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

Value

object of class bas

See also