Check arguments for vine correction
check_vbc_args.Rd
Check arguments for vine correction
Arguments
- mp
data.table::data.table OR list Simulation data from a climate model during projection period. If this is a list, the algorithm expects each element to be a member of a model ensemble. Each list element is then a data table.
- mc
data.table::data.table Simulation data from a climate model during calibration period.
- rc
data.table::data.table Historical reference in calibration period.
- var_names
character Names of corrected climate data. Defaults to the column names of the observed data
rc
.