rmf_write_dis: Write a MODFLOW discretization file

View source: R/package-dis.R

rmf_write_disR Documentation

Write a MODFLOW discretization file

Description

Write a MODFLOW discretization file

Usage

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

Arguments

dis

an RMODFLOW dis object

file

filename to write to; typically '*.dis'

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_dis, rmf_create_dis and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?dis.htm


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