rmf_create_pval
creates an RMODFLOW
pval object
rmf_create_pval(parnam, parval = NULL, np = NULL)
parnam | character vector specifying the parameter names, in which case
at least |
---|---|
parval | numeric vector specifying the parameter values; defaults to
NULL, in which case values are extracted from |
np | number of MODFLOW-supported parameters; defaults to NULL, in which
case the total number of parameters is determined from |
an RMODFLOW
pval object
parnam & parval should be of the same length. Extra parameters that
are not supported by MODFLOW can be introduced, but np should be adjusted
accordingly (i.e. not accounting for the extra parameters), and hence set
explicitly. For details on working with these extra parameters, see the
preprocess
argument to rmf_execute()
.