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

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