rmf_read_nwt: Read a MODFLOW Newton solver package file

View source: R/package-nwt.R

rmf_read_nwtR Documentation

Read a MODFLOW Newton solver package file

Description

rmf_read_nwt reads in a MODFLOW Newton solver package file and returns it as an RMODFLOW nwt object.

Usage

rmf_read_nwt(
  file = {
     cat("Please select nwt file ...\n")
     file.choose()
 },
  ...
)

Arguments

file

filename; typically '*.nwt'

...

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

Value

object of class nwt

See Also

rmf_write_nwt, rmf_create_nwt and https://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/


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