Calculates a set of perfomance metrics for model outputs, compared against observational data. Currently only evaluations of GPP model outputs, compared agains FLUXNET 2015 data, are implemented.
Arguments
- mod
Object returned by runread_pmodel_f. This is a nested dataframe with sites along rows and a nested column
"data"containing model outputs with columns"date"(date object created bylubridate::ymd()) and"varnam". where"varnam"corresponds tonames(settings$benchmark).- settings
A list specifying evaluation settings (see vignette eval_sofun.pdf for more information and examples)
- obs_eval
(Optional) A named list of data frames containing observational data for each sites. The names of list elements corresponds to site names. Defaults to
NA- overwrite
(Optional) A logical specifying whether temporary data stored in
./tmpdirshould be overwritten. Defaults toTRUE.- doplot
(Optional) A logical specifying whether plots should be saved. Defaults to
FALSE.- light
(Optional) A logical specifying whether reduced data should saved. Defaults to
FALSE.