rmf_write_nwt: Write a MODFLOW Newton solver package file

View source: R/package-nwt.R

rmf_write_nwtR Documentation

Write a MODFLOW Newton solver package file

Description

Write a MODFLOW Newton solver package file

Usage

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

Arguments

nwt

an RMODFLOW nwt object

file

filename to write to; typically '*.nwt'

...

arguments passed to rmfi_write_variables when writing a fixed format file.

Value

NULL

See Also

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