rmfi_create_bc_array | R Documentation |
Set array input for a MODFLOW boundary condition package
rmfi_create_bc_array(arg, dis)
arg |
list of (1) |
dis |
dis object. If not explicitely suplied, the function will look in the arg argument for an object of class 'dis'. |
typically, arg
is list(...)
where the ellipsis contains all the input rmf_arrays
for the rmf_create_*
function. When matrix elements are present, they are coerced to rmf_2d_arrays which are active for all stress-periods with a warning.
list with the parameters, input arrays and the kper argument
rmfi_create_bc_list
, rmfi_write_bc_list
, rmfi_parse_bc_list
, rmfi_parse_array_parameters
, rmfi_write_array_parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.