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

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