rmf_read_wel: Read a MODFLOW well file

View source: R/package-wel.R

rmf_read_welR Documentation

Read a MODFLOW well file

Description

rmf_read_wel reads in a MODFLOW well file and returns it as an RMODFLOW wel object.

Usage

rmf_read_wel(
  file = {
     cat("Please select well file ...\n")
     file.choose()
 },
  dis = {
     cat("Please select corresponding dis file ...\n")
    
    rmf_read_dis(file.choose())
 },
  ...
)

Arguments

file

filename; typically '*.wel'

dis

an RMODFLOW dis object

...

arguments passed to rmfi_parse_variables and rmfi_parse_list.

Value

RMODFLOW wel object

See Also

rmf_write_wel, rmf_create_wel, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?wel.htm


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