Google Earth Engine——海洋热通量数据集是NOAA海洋表面束(OSB)的一部分,提供了无冰海洋上空气/海洋热通量的高质量的气候数据记录(CDR)。

简介: Google Earth Engine——海洋热通量数据集是NOAA海洋表面束(OSB)的一部分,提供了无冰海洋上空气/海洋热通量的高质量的气候数据记录(CDR)。

The Ocean Heat Fluxes dataset is part of the NOAA Ocean Surface Bundle (OSB) and provides a high quality Climate Data Record (CDR) of the air/ocean heat fluxes over ice-free oceans.

This dataset is calculated from the OSB CDR parameters of near-surface atmospheric and sea surface temperature using a neural-network emulator of the TOGA-COARE Bulk Air-Sea Flux Algorithm.


海洋热通量数据集是NOAA海洋表面束(OSB)的一部分,提供了无冰海洋上空气/海洋热通量的高质量的气候数据记录(CDR)。

该数据集是利用TOGA-COARE大量空气-海洋通量算法的神经网络仿真器,从OSB CDR的近表面大气和海面温度参数中计算出来。

Dataset Availability

1988-01-01T00:00:00 - 2021-05-31T00:00:00

Dataset Provider

NOAA

Collection Snippet

ee.ImageCollection("NOAA/CDR/HEAT_FLUXES/V2")

Resolution

27830 meters

Bands Table

Name Description Min* Max* Units
surface_upward_latent_heat_flux Flux of heat from the Earth's surface to the atmosphere which causes a change in phase of matter, e.g. evaporation of water at the surface and subsequent condensation of water vapor in the troposphere -50 500 W/m^2
surface_upward_sensible_heat_flux Flux of heat from the Earth's surface to the atmosphere which causes a change in air temperature, primarily through conduction and convection -299.99 1499.93 W/m^2
fill_missing_qc Quality control flags
fill_missing_qc Bitmask
  • Bits 0-2: Quality control flags
    • 0: Pixel values from neural network
    • 1: Unused flag
    • 2: Snow/ice
    • 3: Over land
    • 4: Over lake
    • 5: High winds; wind speed greater than 45 m/s is clamped to 45 m/s
    • 6: Failed interpolation, fluxes unresolved

* = Values are estimated


数据说明:

The NOAA CDR Program’s official distribution point for CDRs is NOAA’s National Climatic Data Center which provides sustained, open access and active data management of the CDR packages and related information in keeping with the United States’ open data policies and practices as described in the President's Memorandum on "Open Data Policy" and pursuant to the Executive Order of May 9, 2013, "Making Open and Machine Readable the New Default for Government Information". In line with these policies, the CDR data sets are nonproprietary, publicly available, and no restrictions are placed upon their use. For more information, see the Fair Use of NOAA's CDR Data Sets, Algorithms and Documentation pdf.


引用:

Clayson, Carol Anne, Brown, Jeremiah, and NOAA CDR Program (2016). NOAA Climate Data Record Ocean Surface Bundle (OSB) Climate Data Record (CDR) of Ocean Heat Fluxes, Version 2. [indicate subset used]. NOAA National Climatic Data Center. doi:10.7289/V59K4885.


代码:

var dataset = ee.ImageCollection('NOAA/CDR/HEAT_FLUXES/V2')
                  .filter(ee.Filter.date('2017-05-01', '2017-05-14'));
var heatFluxVis = {
  min: -50.0,
  max: 500.0,
  bands: [
    'surface_upward_sensible_heat_flux',
    'surface_upward_sensible_heat_flux',
    'surface_upward_latent_heat_flux',
  ]
};
Map.setCenter(28.61, -18.98, 2);
Map.addLayer(dataset, heatFluxVis, 'Heat Flux');

 


目录
打赏
0
0
0
0
212
分享
相关文章
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
3126 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
341 0
R语言指数平滑法holt-winters分析谷歌Google Analytics博客用户访问时间序列数据
R语言指数平滑法holt-winters分析谷歌Google Analytics博客用户访问时间序列数据
|
11月前
|
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
159 0
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
147 0
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
221 0
|
11月前
|
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
113 0
|
11月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
418 0
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
192 0
|
11月前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
190 0

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等