rmf_write_chd: Write a MODFLOW time-variant specified-head file

View source: R/package-chd.R

rmf_write_chdR Documentation

Write a MODFLOW time-variant specified-head file

Description

rmf_write_chd writes a MODFLOW time-variant specified-head file based on an RMODFLOW chd object

Usage

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

Arguments

chd

an RMODFLOW chd object

dis

an RMODFLOW dis object

file

filename to write to; typically '*.chd'

...

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

Value

NULL

See Also

rmf_read_chd, rmf_create_chd, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?chd.htm


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