rmf_write_rch
writes a MODFLOW recharge file based on an RMODFLOW
rch object
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, ... )
rch | an |
---|---|
dis | an |
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 |
NULL