rmf_write_drn: Write a MODFLOW drain file

View source: R/package-drn.R

rmf_write_drnR Documentation

Write a MODFLOW drain file

Description

rmf_write_drn writes a MODFLOW drain file based on an RMODFLOW drn object

Usage

rmf_write_drn(
  drn,
  dis = rmf_read_dis(),
  file = {
    
    cat("Please choose drn file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  ...
)

Arguments

drn

an RMODFLOW drn object

dis

an RMODFLOW dis object

file

filename to write to; typically '*.drn'

...

arguments passed to rmfi_write_variables and rmfi_write_list when writing a fixed format file.

Value

NULL

See Also

rmf_read_drn, rmf_create_drn, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?drn.htm


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