rmf_create creates an RMODFLOW modflow object from rmf_package objects

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