Google Earth Engine——陆地数据同化系统(LDAS)结合多种来源的观测数据(如降水表数据、卫星数据和雷达降水测量)

NLDAS是一个由多个机构合作的项目,利用LDAS融合多种观测数据,提供地球表面气候属性的估计。NLDAS-2的数据集包括了温度、湿度、风速、辐射等多个参数,时间分辨率为每小时,适用于气候研究和建模。数据集覆盖1979年至2021年,并提供了详细的文档和代码示例进行访问和使用。
摘要由CSDN通过智能技术生成

Land Data Assimilation System (LDAS) combines multiple sources of observations (such as precipitation gauge data, satellite data, and radar precipitation measurements) to produce estimates of climatological properties at or near the Earth''s surface.

This dataset is the primary (default) forcing file (File A) for Phase 2 of the North American Land Data Assimilation System (NLDAS-2). The data are in 1/8th-degree grid spacing; the temporal resolution is hourly.

NLDAS is a collaboration project among several groups: NOAA/NCEP''s Environmental Modeling Center (EMC), NASA''s Goddard Space Flight Center (GSFC), Princeton University, the University of Washington, the NOAA/NWS Office of Hydrological Development (OHD), and the NOAA/NCEP Climate Prediction Center (CPC). NLDAS is a core project with support from NOAA''s Climate Prediction Program for the Americas (CPPA).

Documentation:

陆地数据同化系统(LDAS)结合多种来源的观测数据(如降水表数据、卫星数据和雷达降水测量),以产生地球表面或附近的气候学特性估计。

该数据集是北美陆地数据同化系统(NLDAS-2)第二阶段的主要(默认)强迫文件(文件A)。数据的网格间距为1/8度;时间分辨率为每小时。

NLDAS是一个由几个小组合作的项目。NOAA/NCEP的环境模拟中心(EMC)、NASA的戈达德太空飞行中心(GSFC)、普林斯顿大学、华盛顿大学、NOAA/NWS的水文发展办公室(OHD)和NOAA/NCEP的气候预测中心(CPC)。NLDAS是一个核心项目,得到了NOAA's Climate Prediction Program for the Americas(CPPA)的支持。

Dataset Availability

1979-01-01T00:00:00 - 2021-09-25T00:00:00

Dataset Provider

NASA GES DISC at NASA Goddard Space Flight Center

Collection Snippet

ee.ImageCollection("NASA/NLDAS/FORA0125_H002")

Resolution

13915 meters

Bands Table

NameDescriptionMin*Max*Units
temperatureAir temperature at 2 meters above the surface-49.7951.2°C
specific_humiditySpecific humidity at 2 meters above the surface00.02kg/kg
pressureSurface pressure61847.58105337.62Pa
wind_uU wind component at 10 meters above the surface-27.9327.54m/s
wind_vV wind component at 10 meters above the surface-27.4535.13m/s
longwave_radiationSurface downward longwave radiation72.18545.11W/m^2
convective_fractionFraction of total precipitation that is convective: from NARR01
potential_energyConvective available potential energy (J/kg): from NARR076666.17J/kg
potential_evaporationPotential evaporation: from NARR02.76kg/m^2
total_precipitationHourly total precipitation0124.19kg/m^2
shortwave_radiationSurface downward shortwave radiation - bias corrected01368.54W/m^2

* = Values are estimated

影像属性:

NameTypeDescription
end_hourDoubleEnd hour
start_hourDoubleStart hour

数据引用:

The data set source should be properly cited when the data are used. A formal reference of the form: <authors>, 2012, last updated 2013: <dataset name>. NASA/GSFC, Greenbelt, MD, USA, NASA Goddard Earth Sciences Data and Information Services Center (GES DISC). Accessed <enter user data access date> at <DOI> is suggested following Parsons et al. (2010), doi:10.1029/2010EO340001.

代码:

var dataset = ee.ImageCollection('NASA/NLDAS/FORA0125_H002')
                  .filter(ee.Filter.date('2018-07-01', '2018-07-30'));
var temperature = dataset.select('temperature');
var temperatureVis = {
  min: -5.0,
  max: 40.0,
  palette: ['3d2bd8', '4e86da', '62c7d8', '91ed90', 'e4f178', 'ed6a4c'],
};
Map.setCenter(-110.21, 35.1, 4);
Map.addLayer(temperature, temperatureVis, 'Temperature');

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值