CMIP6-Downscaling

CMIP6-Downscaling#

This project implements a collection of statistical climate downscaling methods and provides workflows to generate downscaled climate data.

Statistical climate downscaling refers to a collection of algorithms that, when applied to raw climate model output, correct for systemic biases and generate data at higher spatial resolutions. These methods are an important part of many analytical workflows in climate impacts and climate mitigation.

The project was designed with two primary goals in mind:

  1. to provide a sandbox for developing and comparing across a wide range of downscaling methods

  2. to develop production-ready pipelines for downscaling CMIP6 model output.

The package currently provides Prefect flows for the following methods:

Many of these workflows build on or extend functionality in Scikit-downscale, providing complete end-to-end pipelines for generating downscaled climate data. The workflows are designed to be run on the cloud (Azure West Europe for best performance) but smaller applications should be possible using Prefect’s local deployment methods.