rmf_write_rch: Write a MODFLOW recharge file

View source: R/package-rch.R

rmf_write_rchR Documentation

Write a MODFLOW recharge file

Description

rmf_write_rch writes a MODFLOW recharge file based on an RMODFLOW rch object

Usage

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

Arguments

rch

an RMODFLOW rch object

dis

an RMODFLOW dis object

file

filename to write to; typically '*.rch'

iprn

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

...

arguments passed to rmfi_write_variables and rmfi_write_array

Value

NULL

See Also

rmf_read_rch, rmf_create_rch, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?rch.htm


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