Description Usage Arguments Value Examples
For a coupled DICE run we setup all the required values for the two parameters that help define the coupling matrix. These include min/max and step size values, initial values, logscale and number of parameters. The two parameters are: the saturation distance s_d in km, and the distance power γ.
1 | setup.coupling.mcmc(par_names_cpl = NULL, opt.list = NULL)
|
par_names_cpl |
An array with the names of the coupling parameters |
opt.list |
a logical list with TRUE or FALSE values for each |
coupling.list A named list with the following arguments:
Minimum values for the two parameters
Maximum values for the two parameters
Step-size for the two parameters
Initial values for the two parameters
Base for log values - currently code assumes base 10
Array of integers with 1, use log base, or 0 - do not
Integer-the total number of parameters recognized by the DICE code
Integer-the number of parameters that will be optimized
1 | setup.coupling.mcmc{par_names_cpl = par_names_cpl, opt.list=opt.cpl}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.