rmfi_create_bc_list | R Documentation |
Set list input for a MODFLOW boundary condition package
rmfi_create_bc_list(arg, dis, varnames, aux = NULL)
arg |
list of (1) rmf_list and/or rmf_parameter list objects or (2) a single nested |
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 |
typically, arg
is list(...)
where the ellipsis contains all the input rmf_lists
for the rmf_create_*
function. All elements should have corresponding columns.
list with the data, possible parameter values, dimensions and the kper data.frame
rmfi_create_bc_array
, rmfi_write_bc_list
, rmfi_parse_bc_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.