rmf_write_sip: Write a MODFLOW strongly implicit procedure package

View source: R/package-sip.R

rmf_write_sipR Documentation

Write a MODFLOW strongly implicit procedure package

Description

rmf_write_sip writes a MODFLOW strongly implicit procedure file based on an RMODFLOW sip object

Usage

rmf_write_sip(
  sip,
  file = {
    
    cat("Please choose sip file to overwrite or provide new filename ...\n")
    
    file.choose()
 },
  ...
)

Arguments

sip

an RMODFLOW sip object

file

filename to write to; typically '*.sip'

...

arguments passed to rmfi_write_variables when writing a fixed format file.

Value

NULL

See Also

rmf_read_sip, rmf_create_sip, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?sip.htm


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