rmf_read_bcf: Read a MODFLOW bcf file

View source: R/package-bcf.R

rmf_read_bcfR Documentation

Read a MODFLOW bcf file

Description

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

Usage

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

rmf_write_bcf, rmf_create_bcf, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?bcf.htm


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