rmf_write_bas: Write a MODFLOW basic file

View source: R/package-bas.R

rmf_write_basR Documentation

Write a MODFLOW basic file

Description

rmf_write_bas writes a MODFLOW basic file based on an RMODFLOW bas object.

Usage

rmf_write_bas(
  bas,
  file = {
    
    cat("Please select bas file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  iprn = -1,
  ...
)

Arguments

bas

an RMODFLOW bas object

file

filename to write to; typically '*.bas'

iprn

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

...

arguments passed to rmfi_write_array. Can be ignored when arrays are INTERNAL or CONSTANT.

Value

NULL

See Also

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