five

Monthly Aggregated NEX-GDDP Ensemble Climate Projections: Historical (1985–2005) and RCP 4.5 and RCP 8.5 (2006–2080)

收藏
DataCite Commons2025-05-12 更新2025-05-17 收录
下载链接:
https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/ZNEJMS
下载链接
链接失效反馈
官方服务:
资源简介:
<b>Monthly Aggregated NEX-GDDP Ensemble Climate Projections: Historical (1985–2005) and RCP 4.5 and RCP 8.5 (2006–2080)</b> <br><br> This dataset is a monthly-scale aggregation of the NEX-GDDP: NASA Earth Exchange Global Daily Downscaled Climate Projections processed using Google Earth Engine (Gorelick 2017). The native delivery on Google Earth Engine is at the daily timescale for each individual CMIP5 GCM model. This dataset was created to facilitate use of NEX-GDDP and reduce processing times for projects that seek an ensemble model with a coarser temporal resolution. The aggregated data have been made available in Google Earth Engine via 'users/cartoscience/GCM_NASA-NEX-GDDP/NEX-GDDP-<b>PRODUCT-ID</b>_Ensemble-Monthly_<b>YEAR</b>' (see code below on how to access), and all 171 GeoTIFFS have been uploaded to this dataverse entry. <br><br> <b>Relevant links:</b><br> <a href="https://www.nasa.gov/nex">https://www.nasa.gov/nex</a><br> <a href="https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp">https://www.nccs.nasa.gov/services/data-collections/land-based-products/nex-gddp</a> <br> <a href="https://esgf.nccs.nasa.gov/esgdoc/NEX-GDDP_Tech_Note_v0.pdf">https://esgf.nccs.nasa.gov/esgdoc/NEX-GDDP_Tech_Note_v0.pdf</a> <br> <a href="https://developers.google.com/earth-engine/datasets/catalog/NASA_NEX-GDDP">https://developers.google.com/earth-engine/datasets/catalog/NASA_NEX-GDDP</a> <a href="https://journals.ametsoc.org/view/journals/bams/93/4/bams-d-11-00094.1.xml">https://journals.ametsoc.org/view/journals/bams/93/4/bams-d-11-00094.1.xml</a> <a href="https://rd.springer.com/article/10.1007/s10584-011-0156-z#page-1">https://rd.springer.com/article/10.1007/s10584-011-0156-z#page-1</a> <br><br> The dataset can be accessed within Google Earth Engine using the following code: <br> <pre> var histYears = ee.List.sequence(1985,2005).getInfo() var rcpYears = ee.List.sequence(2006,2080).getInfo() var path1 = 'users/cartoscience/GCM_NASA-NEX-GDDP/NEX-GDDP-' var path2 = '_Ensemble-Monthly_' var product product = 'Hist' var hist = ee.ImageCollection( histYears.map(function(y) { return ee.Image(path1+product+path2+y) }) ) product = 'RCP45' var rcp45 = ee.ImageCollection( rcpYears.map(function(y) { return ee.Image(path1+product+path2+y) }) ) product = 'RCP85' var rcp85 = ee.ImageCollection( rcpYears.map(function(y) { return ee.Image(path1+product+path2+y) }) ) print( 'Hist (1985–2005)', hist, 'RCP45 (2006–2080)', rcp45, 'RCP85 (2006–2080)', rcp85 ) var first = hist.first() var tMax = first.select('tasmin_1') var tMin = first.select('tasmax_1') var tMean = first.select('tmean_1') var pSum = first.select('pr_1') Map.addLayer(tMax, {min: -10, max: 40}, 'Average min temperature Jan 1985 (Hist)', false) Map.addLayer(tMin, {min: 10, max: 40}, 'Average max temperature Jan 1985 (Hist)', false) Map.addLayer(tMean, {min: 10, max: 40}, 'Average temperature Jan 1985 (Hist)', false) Map.addLayer(pSum, {min: 10, max: 500}, 'Accumulated rainfall Jan 1985 (Hist)', true) </pre> <a href="https://code.earthengine.google.com/5bfd9741274679dded7a95d1b57ca51d">https://code.earthengine.google.com/5bfd9741274679dded7a95d1b57ca51d</a> <br><br> <b>Ensemble average based on the following models:</b> ACCESS1-0,BNU-ESM,CCSM4,CESM1-BGC,CNRM-CM5, CSIRO-Mk3-6-0,CanESM2,GFDL-CM3,GFDL-ESM2G, GFDL-ESM2M,IPSL-CM5A-LR,IPSL-CM5A-MR,MIROC-ESM-CHEM, MIROC-ESM,MIROC5,MPI-ESM-LR,MPI-ESM-MR,MRI-CGCM3, NorESM1-M,bcc-csm1-1,inmcm4 <br><br> Each annual GeoTIFF contains 48 bands (4 variables across 12 months)— <br> <i>Temperature</i>: Monthly mean (tasmin, tasmax, tmean) <br> <i>Precipitation</i>: Monthly sum (pr) <br><br> <b>Bands 1–48 correspond with:</b> tasmin_1, tasmax_1, tmean_1, pr_1, tasmin_2, tasmax_2, tmean_2, pr_2, tasmin_3, tasmax_3, tmean_3, pr_3, tasmin_4, tasmax_4, tmean_4, pr_4, tasmin_5, tasmax_5, tmean_5, pr_5, tasmin_6, tasmax_6, tmean_6, pr_6, tasmin_7, tasmax_7, tmean_7, pr_7, tasmin_8, tasmax_8, tmean_8, pr_8, tasmin_9, tasmax_9, tmean_9, pr_9, tasmin_10, tasmax_10, tmean_10, pr_10, tasmin_11, tasmax_11, tmean_11, pr_11, tasmin_12, tasmax_12, tmean_12, pr_12 <br><br> *Gorelick, N., Hancher, M., Dixon, M., Ilyushchenko, S., Thau, D. and Moore, R., 2017. Google Earth Engine: Planetary-scale geospatial analysis for everyone. <i>Remote Sensing of Environment</i>, 202, pp.18–27. <br><br> <b>Project information:</b><br> SEAGUL: Southeast Asia Globalization, Urbanization, Land and Environment Changes <br> <a href="http://seagul.info/">http://seagul.info/</a><br> <a href="https://lcluc.umd.edu/projects/divergent-local-responses-globalization-urbanization-land-transition-and-environmental">https://lcluc.umd.edu/projects/divergent-local-responses-globalization-urbanization-land-transition-and-environmental</a> <br> This project was made possible by the the NASA Land-Cover/Land-Use Change Program (Grant #: 80NSSC20K0740)
提供机构:
Harvard Dataverse
创建时间:
2021-11-11
二维码
社区交流群
二维码
科研交流群
商业服务