rmf_read_bas: Read a MODFLOW basic file

View source: R/package-bas.R

rmf_read_basR Documentation

Read a MODFLOW basic file

Description

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

Usage

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

rmf_write_bas, rmf_create_bas and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?bas6.htm


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