rmf_write_bcf: Write a MODFLOW block-centered flow file

View source: R/package-bcf.R

rmf_write_bcfR Documentation

Write a MODFLOW block-centered flow file

Description

rmf_write_bcf writes a MODFLOW block-centered flow file based on an RMODFLOW bcf object

Usage

rmf_write_bcf(
  bcf,
  dis = {
     cat("Please select corresponding dis file ...\n")
    
    rmf_read_dis(file.choose())
 },
  file = {
    
    cat("Please select bcf file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  iprn = -1,
  ...
)

Arguments

bcf

an RMODFLOW bcf object

dis

an RMODFLOW dis object

file

filename to write to; typically '*.bcf'

iprn

format code for printing arrays in the listing file; defaults to -1 (no printing)

...

arguments passed to rmfi_write_array and rmfi_write_variables. Can be ignored when format is free and arrays are INTERNAL or CONSTANT.

Value

NULL

See Also

rmf_read_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.