rmf_create_parameter.rmf_list | R Documentation |
Create a parameter for List Data input used in MODFLOW boundary condition packages.
## S3 method for class 'rmf_list' rmf_create_parameter( rmf_list, parnam, parval = 1, instnam = NULL, kper = attr(rmf_list, "kper") )
rmf_list |
a rmf_list object |
parnam |
character specifying the name of the parameter |
parval |
numeric specifying the value of the parameter which is used to multiply the flux controlling variable in the data.frame. Defaults to 1.0 |
instnam |
optional character specying the instance name of the parameter is to be time-varying; defaults to NULL |
the variable in the data.frame which is multiplied differs between boundary condition packages.
if the parameter is to be time-varying, a separate parameter should be created for each instance with a unique instnam
but with the same name
an object of class rmf_parameter
and rmf_list
rmf_create_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.