Description Usage Arguments Details Author(s) References
View source: R/metaclipcc.BiasCorrection.R
Build a directed metadata graph from bias correction routines. A IPCC Atlas targeted version of the
more general metaclipR.BiasCorrection
.
1 2 3 4 5 6 7 8 9 | metaclipcc.BiasCorrection(
graph,
TrainingGraph,
ReferenceGraph,
ReferenceGraphSpatialExtent = NULL,
ReferenceGraphRectangularGrid = NULL,
BC.method = "EQM",
dc.description = "Bias adjustment of the input data"
)
|
graph |
metaclipR output containing the data top be bias-corrected. |
TrainingGraph |
metaclipR output containing the training data (e.g. 20C3M/historical scenario in climate change applications etc.) |
ReferenceGraph |
metaclipR output containing the reference predictand (typically observations) |
ReferenceGraphSpatialExtent |
Default to |
ReferenceGraphRectangularGrid |
Default to |
BC.method |
Character string indicating the name of the bias correction method. Currently accepted
values are |
dc.description |
Default to |
This function takes as reference the semantics defined in the Calibration ontology defined in the Metaclip Framework (http://www.metaclip.org/). These in turn are partially based on the VALUE Framework (GutiƩrrez et al. 2018)
J. Bedia
GutiƩrrez et al, 2018. An intercomparison of a large ensemble of statistical downscaling methods over Europe: Results from the VALUE perfect predictor cross-validation experiment. International Journal of Climatology. https://doi.org/10.1002/joc.5462
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.