Description Usage Arguments Value Examples
Write the results of a DICE run for a single region/patch to csv files. We write the observed if appropriate predictions. We write the best result along with the mean
1 2 |
mydata |
- dataframe with all the data for this DICE run |
run.list |
A list with various run parameters |
tab |
An array with the history of the MCMC chain |
model_rtn |
A 1D numeric array with the best direct prediction to the region |
model_profile |
A 2D numeric array with randomly chosen predicted profiles obtained by fitting the mydata |
ireal |
Integer - the MCMC chain number |
Returns err = 0 if successful
1 2 | writecsvOnePatch{mydata=mydata,run.list = run.list, tab = tab.model, model_rtn = model_rtn,
model_profile = model_profile, ireal = ireal}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.