GEE数据集:CFSV2:NCEP气候预测系统第二版,6 小时产品协调一致
简介美国国家环境预测中心 (NCEP) 气候预测系统 (CFS) 是一种完全耦合的模型可表示地球大气、海洋、陆地和海冰之间的相互作用。CFS 是在 NCEP 的环境模型中心 (EMC) 开发的。运行中的 CFS 于 2011 年 3 月 30 日升级到版本 2 (CFSv2)。系统每天会初始化四次天气预报0000、0600、1200 和 1800 UTC。该模型与用于创建 NCEP 气候预报系统再分析 (CFSR) 的模型相同CFSv2 数据集的目的是扩展 CFSR。我们仅从与 cdas1.t??z.sfluxgrbf06.grib2 匹配的文件中提取部分波段。如需详细了解 CFS请参阅 CFS NOAA 网站。此数据集将所有温度波段统一为开尔文。数据集说明空间信息数据集可用时间1979-01-01T00:00:00Z–2026-03-31T00:00:00Z数据集生产者NOAA NWS National Centers for Environmental Prediction (NCEP)Earth Engine 代码段ee.ImageCollection(NOAA/CFSV2/FOR6H_HARMONIZED)变量波段像素大小22,264 米所有波段名称单位最小值最大值像素大小说明Downward_Long-Wave_Radp_Flux_surface_6_Hour_AverageW/m^241.76*532.67*22264 米地表向下长波辐射通量6 小时平均值Downward_Short-Wave_Radiation_Flux_surface_6_Hour_AverageW/m^20*1125.23*22264 米地表向下短波辐射通量6 小时平均值Geopotential_height_surfacegpm-292*5938.65*22264 米地表位势高度Latent_heat_net_flux_surface_6_Hour_AverageW/m^2-628*2357*22264 米地表潜热净通量6 小时平均值Maximum_specific_humidity_at_2m_height_above_ground_6_Hour_Interval质量分数0*0.1*22264 米地面上方 2 米处的最大比湿6 小时间隔Maximum_temperature_height_above_ground_6_Hour_IntervalK189.8*334.89*22264 米地面上方 2 米处的最高温度6 小时间隔Minimum_specific_humidity_at_2m_height_above_ground_6_Hour_Interval质量分数0*0.02*22264 米地面上方 2 米处的最低比湿6 小时间隔Minimum_temperature_height_above_ground_6_Hour_IntervalK188.39*324.39*22264 米地面以上 2 米处的最低温度6 小时间隔Potential_Evaporation_Rate_surface_6_Hour_AverageW/m^2-202*6277*22264 米表面潜在蒸发率6 小时平均值Precipitation_rate_surface_6_Hour_Averagekg/m^2/s0*0.03*22264 米地表降水率6 小时平均值Pressure_surfacePa47200*109180*22264 米地表气压Sensible_heat_net_flux_surface_6_Hour_AverageW/m^2-2295*3112*22264 米地表感热净通量6 小时平均值Specific_humidity_height_above_ground质量分数0*0.06*22264 米地面上方 2 米处的比湿Temperature_height_above_groundK188.96*328.68*22264 米地面以上 2 米处的气温u-component_of_wind_height_above_ground米/秒-57.2*57.99*22264 米地面以上 10 米处的风的 U 分量Upward_Long-Wave_Radp_Flux_surface_6_Hour_AverageW/m^259*757*22264 米地表向上长波辐射通量6 小时平均值Upward_Short-Wave_Radiation_Flux_surface_6_Hour_AverageW/m^20*812*22264 米地表向上短波辐射通量6 小时平均值v-component_of_wind_height_above_ground米/秒-53.09*57.11*22264 米地面以上 10 米处的风的 V 分量Volumetric_Soil_Moisture_Content_depth_below_surface_layer_5_cm分数0.02*1*22264 米地表层下方 5 厘米处的体积土壤水分含量Volumetric_Soil_Moisture_Content_depth_below_surface_layer_25_cm分数0.02*1*22264 米地表层以下 25 厘米处的土壤体积含水量Volumetric_Soil_Moisture_Content_depth_below_surface_layer_70_cm分数0.02*1*22264 米地表层以下 70 厘米处的土壤体积含水量Volumetric_Soil_Moisture_Content_depth_below_surface_layer_150_cm分数0.02*1*22264 米地表层以下 150 厘米处的体积土壤水分含量* 估计的最小值或最大值图像属性名称类型说明end_hourDOUBLE结束时间start_hourDOUBLE起始时间代码var dataset ee.ImageCollection(NOAA/CFSV2/FOR6H_HARMONIZED) .filter(ee.Filter.date(2018-03-01, 2018-03-14)); var temperatureAboveGround dataset.select(Temperature_height_above_ground); var visParams { min: 220.0, max: 310.0, palette: [blue, purple, cyan, green, yellow, red], }; Map.setCenter(-88.6, 26.4, 1); Map.addLayer(temperatureAboveGround, visParams, Temperature Above Ground);代码链接https://code.earthengine.google.com/ae594a067174c115b897dd319649e4f8结果引用Saha, S., et al. 2011, updated daily. NCEP Climate Forecast System Version 2 (CFSv2) 6-hourly Products. Research Data Archive at the National Center for Atmospheric Research, Computational and Information Systems Laboratory. https://doi.org/10.5065/D61C1TXF. Accessed dd mmm yyyy.许可NOAA data, information, and products, regardless of the method of delivery, are not subject to copyright and carry no restrictions on their subsequent use by the public. Once obtained, they may be put to any lawful use. The forgoing data is in the public domain and is being provided without restriction on use and distribution. For more information visit the NWS disclaimer site.NOAA 的数据、信息和产品无论通过何种方式提供均不受版权保护且公众后续使用不受限制。一旦获取即可用于任何合法用途。上述数据属于公共领域使用和分发不受限制。如需了解详情请访问 NWS 免责声明网站。https://www.cbedai.net/xg干旱监测平台慧天干旱监测与预警-首页https://www.htdrought.com/https://www.htdrought.com/https://www.htdrought.com/