rmfi_create_bc_list: Set list input for a MODFLOW boundary condition package

View source: R/internals.R

rmfi_create_bc_listR Documentation

Set list input for a MODFLOW boundary condition package

Description

Set list input for a MODFLOW boundary condition package

Usage

rmfi_create_bc_list(arg, dis, varnames, aux = NULL)

Arguments

arg

list of (1) rmf_list and/or rmf_parameter list objects or (2) a single nested list with rmf_list and/or rmf_parameter elements or (3) a data.frame that will be coerced to a rmf_list; defines the boundary condition input.

dis

dis object. If not explicitely suplied, the function will look in the arg argument for an object of class 'dis'.

varnames

character vector with the names of the variables starting from the 4th column (so after ijk)

aux

optional character vector with the names of the auxiliary variables

Details

typically, arg is list(...) where the ellipsis contains all the input rmf_lists for the rmf_create_* function. All elements should have corresponding columns.

Value

list with the data, possible parameter values, dimensions and the kper data.frame

See Also

rmfi_create_bc_array, rmfi_write_bc_list, rmfi_parse_bc_list


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