rmf_create_pval | R Documentation |
RMODFLOW
pval objectrmf_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 |
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()
.
an RMODFLOW
pval object
rmf_read_pval
, rmf_write_pval
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?parameter_value_file.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.