Climate
NASA NEX-GDDP-CMIP6
NASA Earth Exchange Global Daily Downscaled Projections. Bias-corrected daily CMIP6 projections at 0.25°.
Daily precipitation, temperature, humidity, radiation and wind from 35 CMIP6 models, bias corrected and downscaled against GMFD, for historical and four SSP scenarios.
- Source
- National Aeronautics and Space Administration
- Resolution
- 0.25° (about 25 km)
- Data type
- Raster
- Time span
- 1950–2100
- Temporal
- Daily
- Access type
- Direct download (external) · Open on AWS and NASA THREDDS, no login
- Formats
- NetCDF
- Coverage
- Global land (-180, -60, 180, 90)
- Licence
- Varies by model (CMIP6 terms)
- Provider page
- www.nccs.nasa.gov/services/data-collections/land-based-prod…
Cite as. Thrasher, B., et al. (2022). NASA Global Daily Downscaled Projections, CMIP6. Scientific Data, 9, 262. https://doi.org/10.1038/s41597-022-01393-4
Access
linkNEX-GDDP-CMIP6 on AWS Open Data
curl "https://hydrological.org/api/v1/datasets/nex-gddp-cmip6/links?bbox=-75,-20,-50,5" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/nex-gddp-cmip6/links",
params={"bbox": "-75,-20,-50,5"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/nex-gddp-cmip6/links?bbox=-75,-20,-50,5");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record