Google Earth Engine——NASA NEX-GDDP数据集由全球降尺度气候情景NEX-GDDP: NASA Earth Exchange Global Daily Downscaled

简介: Google Earth Engine——NASA NEX-GDDP数据集由全球降尺度气候情景NEX-GDDP: NASA Earth Exchange Global Daily Downscaled

The NASA NEX-GDDP dataset is comprised of downscaled climate scenarios for the globe that are derived from the General Circulation Model (GCM) runs conducted under the Coupled Model Intercomparison Project Phase 5 (CMIP5, see Taylor et al. 2012) and across two of the four greenhouse gas emissions scenarios known as Representative Concentration Pathways (RCPs, see Meinshausen et al. 2011). The CMIP5 GCM runs were developed in support of the Fifth Assessment Report of the Intergovernmental Panel on Climate Change (IPCC AR5).

This dataset was prepared by the Climate Analytics Group and NASA Ames Research Center using the NASA Earth Exchange, and distributed by the NASA Center for Climate Simulation (NCCS).


NASA NEX-GDDP数据集由全球降尺度气候情景组成,这些情景来自耦合模型相互比较项目第5阶段(CMIP5,见Taylor等人,2012年)下进行的一般循环模型(GCM)运行,并跨越四个温室气体排放情景中的两个情景,称为代表浓度路径(RCPs,见Meinshausen等人,2011年)。CMIP5 GCM运行是为支持政府间气候变化专门委员会第五次评估报告(IPCC AR5)而开发的。

该数据集由气候分析小组和NASA艾姆斯研究中心使用NASA地球交换系统编制,并由NASA气候模拟中心(NCCS)分发。

Dataset Availability

1950-01-01T00:00:00 - 2099-12-31T00:00:00

Dataset Provider

NASA / CSU

Collection Snippet

ee.ImageCollection("NASA/NEX-GDDP")

Resolution

27830 meters

Bands Table

Name Description Min* Max* Units
pr Daily mean of precipitation at surface; includes both liquid and solid phases from all types of clouds (both large-scale and convective) 0 0.42 kg/(m^2*s)
tasmin Daily mean of the daily-minimum near-surface air temperature 165.31 318.89 K
tasmax Daily mean of the daily-maximum near-surface air temperature 188.38 335.13 K


* = Values are estimated

影像属性:

Name Type Description
model String Name of the CMIP5 model. It is one of 'ACCESS1-0', 'bcc-csm1-1', 'BNU-ESM', 'CanESM2', 'CCSM4', 'CESM1-BGC', 'CNRM-CM5', 'CSIRO-Mk3-6-0', 'GFDL-CM3', 'GFDL-ESM2G', 'GFDL-ESM2M', 'inmcm4', 'IPSL-CM5A-LR', 'IPSL-CM5A-MR', 'MIROC-ESM', 'MIROC-ESM-CHEM', 'MIROC5', 'MPI-ESM-LR', 'MPI-ESM-MR', 'MRI-CGCM3', 'NorESM1-M'.
scenario String Name of the CMIP5 scenario. It is one of: 'historical', 'rcp45', 'rcp85', where 'historical' designates retrospective model runs (pre-2006).
year Double Calendar year
month Double Calendar month
day Double Calendar day

引用:

Thrasher, B., J. Xiong, W. Wang, F. Melton, A. Michaelis and R. Nemani (2013), Downscaled Climate Projections Suitable for Resource Management, Eos Trans. AGU, 94(37), 321. doi:10.1002/2013EO370002

代码:

var dataset = ee.ImageCollection('NASA/NEX-GDDP')
                  .filter(ee.Filter.date('2018-07-01', '2018-07-02'));
var minimumAirTemperature = dataset.select('tasmin');
var minimumAirTemperatureVis = {
  min: 240.0,
  max: 300.0,
  palette: ['blue', 'purple', 'cyan', 'green', 'yellow', 'red'],
};
Map.setCenter(71.72, 52.48, 3.0);
Map.addLayer(
    minimumAirTemperature, minimumAirTemperatureVis, 'Minimum Air Temperature');


相关文章
|
7月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
2691 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
7月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
101 0
|
7月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
251 0
|
7月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
124 0
|
7月前
|
数据采集 编解码 人工智能
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
Google Earth Engine(GEE)——全球每日近地表空气温度(2003-2020年)
243 0
|
7月前
|
人工智能
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
Google Earth Engine(GEE)——1984-2019年美国所有土地上的大火烧伤严重程度和范围数据集
76 0
|
7月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
165 0
|
7月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
88 0
|
7月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
291 0
|
7月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
148 0