The main objective of the VALUE COST action is the validation and integration of downscaling methods for climate change research. To this aim, a number of indices and measures have been identified in order to validate different aspects regarding the performance of the downscaling methods. These indices have been implemented in R by the VALUE cross-cutting group and are collected in this public package for further collaboration and extension in collaboration with other initiatives.
This package also includes some auxiliary R functions used to read the observational datasets (and output downscaled predictions) in VALUE data format as well as the auxiliary (and wrapper) functions used by the VALUE validation portal to compute these indices. The data structures are integrated with other climate data access and analysis tools namely loadeR, for local and remote data access (for instance to the Santander MetGroup User Data Gateway, UDG) and downscaleR, a R package for bias correction and statistical downscaling.
The most direct method for installing the most recent stable release requires the package devtools
. Within R:
devtools::install_github("SantanderMetGroup/R_VALUE")
For a quick overview:
library(R.VALUE)
help(package="R.VALUE")