Quick start

Quick start#

Dependencies#

  • Python 3.8 or later

  • numpy

  • scipy

  • pandas

Install#

The cmip6-downscaling package can be installed using pip package installer from PyPI:

python -m pip install cmip6-downscaling

or from source:

python -m pip install git+https://github.com/carbonplan/cmip6-dowscaling

Usage#

The cmip6-downscaling package provides a number of downscaling implementations. See the API docs for a complete listing of functions and utilities or the Running Flows Guide for detailed example on how to use the cmip6-downscaling package for specific tasks.

import cmip6_downscaling