Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.64 KB

paper.md

File metadata and controls

51 lines (46 loc) · 1.64 KB
title tags authors affiliations date bibliography
ClimDown: Climate Downscaling in R
climate
downscaling
spatiotemporal
R
name orcid affiliation
James Hiebert
0000-0002-4171-9586
1
name affiliation
Alex J. Cannon
2
name affiliation
Trevor Murdock
1
name affiliation
Stephen Sobie
1
name affiliation
Arelia Werner
1
name index
Pacific Climate Impacts Consortium
1
name index
Climate Research Division, Environment and Climate Change Canada
2
1 February 2018
paper.bib

Summary

The ClimDown R package publishes the routines and techniques of the Pacific Climate Impacts Consortium (PCIC) for downscaling coarse scale Global Climate Models (GCMs) to fine scale spatial resolution.

PCIC's overall downscaling algorithm is named Bias-corrected constructed analogues with quantile mapping reordering (BCCAQ) [@cannon15; @werner16]. BCCAQ is a hybrid downscaling method that combines outputs from Constructed Analogues (CA) [@maurer10] and quantile mapping at the fine-scale resolution. First, the CA and Climate Imprint (CI) [@hunter05] plus quantile delta mapping (QDM) [@cannon15] algorithms are run independently. BCCAQ then combines outputs from the two by taking the daily QDM outputs at each fine-scale grid point and reordering them within a given month according to the daily CA ranks, i.e., using a form of Empirical Copula Coupling [@schefzik13].

The package exports high-level wrapper functions that perform each of three downscaling steps: CI, CA, and QDM, as well as one wrapper that runs the entire BCCAQ pipeline.

References