rmf_read_bcf reads in a MODFLOW block-centered flow file and returns it as an RMODFLOW bcf object

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

Arguments

file

filename; typically '*_bcf'

dis

an RMODFLOW dis object

...

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

Value

an RMODFLOW bcf object

See also