rmf_create: Create an 'RMODFLOW' modflow object

View source: R/modflow.R

rmf_createR Documentation

Create an RMODFLOW modflow object

Description

rmf_create creates an RMODFLOW modflow object from rmf_package objects

Usage

rmf_create(..., cbc = NULL, recreate_nam = FALSE, basename = NULL)

Arguments

...

(list of) RMODFLOW objects of class rmf_package to be included in the modflow object. If a nam object is not provided, it is added automatically.

cbc

optional integer; sets the flag and unit number for writing cell-by-cell flow data. Overwrites the values set in the objects. Defaults to NULL.

recreate_nam

logical; if a nam object is supplied, should it be recreated from scratch ? Defaults to FALSE

basename

character specifying the basename of the files if the nam object is (re)created. The default (NULL) sets input basenames to 'input' and output to 'output'.

Value

a modflow object which is a list containing all MODFLOW packages

See Also

rmf_read, rmf_write and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html


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