rmf_read_sip: Read a MODFLOW strongly implicit procedure file

View source: R/package-sip.R

rmf_read_sipR Documentation

Read a MODFLOW strongly implicit procedure file

Description

rmf_read_sip reads in a MODFLOW strongly implicit procedure file and returns it as an RMODFLOW sip object

Usage

rmf_read_sip(
  file = {
     cat("Please select strongly implicit procedure file ...\n")
    
    file.choose()
 },
  ...
)

Arguments

file

filename; typically '*_sip'

...

arguments passed to rmfi_parse_variables. Can be ignored when input is 'free' format.

Value

RMODFLOW sip object

See Also

rmf_write_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.