Skip to main content

climate downscaling using cmip6 data

Project description

climate downnscaling using cmip6 data

carbonplan / cmip6-downscaling

Note: This project is under active development. We expect to make breaking changes until reaching version 1.0.0.

GitHub Build Status MIT License

This repository includes our tools/scripts/models/etc for climate downscaling. This work is described in more detail in a web article with a companion map tool to explore the data. We encourage you to reach out if you are interested in using the code or datasets by opening an issue or sending us an email.

install

pip install -e .

usage

from cmip6_downscaling.methods import ...

data access

There are two ways to access the data using Python.

First, the entire collection of datasets at daily timescales is available through an intake catalog using the following code snippet.

import intake
cat = intake.open_esm_datastore(
  'https://cpdataeuwest.blob.core.windows.net/cp-cmip/version1/catalogs/global-downscaled-cmip6.json'
)

You can check out this example Jupyter notebook to see how to access the data, perform some simple analysis, and download subsets.

You can also access the data by using the URL of an individual dataset. See the datasets page for a table of all available datasets in this collection with storage locations and other metadata. A code snippet showing how to use the URL is shown below:

import xarray as xr
xr.open_zarr('https://cpdataeuwest.blob.core.windows.net/cp-cmip/version1/data/DeepSD/ScenarioMIP.CCCma.CanESM5.ssp245.r1i1p1f1.day.DeepSD.pr.zarr')

license

All the code in this repository is MIT licensed. Some of the data provided by this API is sourced from content made available under a CC-BY-4.0 license. We include attribution for this content, and we please request that you also maintain that attribution if using this data.

about us

CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of carbon removal and climate solutions through open data and tools. Find out more at carbonplan.org or get in touch by opening an issue or sending us an email.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmip6-downscaling-0.1.11.tar.gz (3.4 MB view details)

Uploaded Source

File details

Details for the file cmip6-downscaling-0.1.11.tar.gz.

File metadata

  • Download URL: cmip6-downscaling-0.1.11.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for cmip6-downscaling-0.1.11.tar.gz
Algorithm Hash digest
SHA256 83681e4e0483129500dcb2b9fb59c0ffaf788cd7b7b5cf30730363366d2ab2b9
MD5 eb04e8a32adf74e0e3ac5d0c27b3c7cd
BLAKE2b-256 7b3f8c562b0ed3d0daff57ec36f8ac9243c30d3befef371f6ed963f2ba977c95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page