全球海洋Argo漂浮数据集

举报
此星光明 发表于 2023/04/11 04:52:33 2023/04/11
【摘要】 ​Argo漂浮数据(子集)Argo是一个国际计划,它使用一队机器人仪器从海洋内部收集信息,这些仪器随洋流漂流,在海面和中水位之间上下移动。每个仪器(浮子)几乎都在海面下生活。选择阿尔戈这个名字是因为这个浮筒阵列与测量海洋表面形状的杰森地球观测卫星一起工作。(在希腊神话中,杰森乘坐他的阿尔戈号船寻找金羊毛)。要了解更多关于阿尔戈的信息,它是如何工作的,它的数据和技术,以及它的科学和环境影响,请...

Argo漂浮数据(子集)
Argo是一个国际计划,它使用一队机器人仪器从海洋内部收集信息,这些仪器随洋流漂流,在海面和中水位之间上下移动。每个仪器(浮子)几乎都在海面下生活。选择阿尔戈这个名字是因为这个浮筒阵列与测量海洋表面形状的杰森地球观测卫星一起工作。(在希腊神话中,杰森乘坐他的阿尔戈号船寻找金羊毛)。要了解更多关于阿尔戈的信息,它是如何工作的,它的数据和技术,以及它的科学和环境影响,请点击这里。https://argo.ucsd.edu/

它的目的是什么?
Argo收集的数据描述了水的温度和盐度,一些浮筒还测量了描述海洋生物/化学的其他属性。  收集这些数据的主要原因是帮助我们了解海洋在地球气候中的作用,从而能够对未来气候的变化做出更好的估计。

例如,海平面的变化(一旦潮汐被平均化)部分取决于冰帽的融化,部分取决于海洋中储存的热量。  Argo的温度测量使我们能够计算出储存了多少热量,并监测每年热量的分布如何随着深度和地区的变化而变化。随着海洋热含量的增加,海平面上升,就像温度计中的水银一样。将Argo的测量结果与Jason的观测结果进行比较,可以使我们对海洋如何 "工作 "有新的认识,可以用来改进气候模型。

目前(2020年)Argo每个月收集12000个数据剖面(每天400个)。  这大大超过了任何其他方法可以从海洋表面以下收集的数据量。Argo计划继续收集数据,只要这些数据仍然是广泛的海洋应用的重要工具,了解和预测气候变化只是其中之一。

数据引用:

这些数据是由国际Argo计划和为其作出贡献的国家计划收集并免费提供的。 (https://argo.ucsd.eduhttps://www.ocean-ops.org).)。Argo计划是全球海洋观测系统的一部分。

The general Argo DOI is below.

Argo (2000). Argo float data and metadata from Global Data Assembly Centre (Argo GDAC). SEANOE. Argo float data and metadata from Global Data Assembly Centre (Argo GDAC)

If you used data from a particular month, please add the month key to the end of the DOI url to make it reproducible. The key is comprised of the hashtag symbol (#) and then numbers. For example, the key for August 2020 is 76230. The citation would look like:

Argo (2020). Argo float data and metadata from Global Data Assembly Centre (Argo GDAC) – Snapshot of Argo GDAC of August 2020. SEANOE. Argo float data and metadata from Global Data Assembly Centre (Argo GDAC)

ArgoVis citation

Argovis API was used to parse through and get to the datasets, you can cite argovis using the following

Tucker, T., D. Giglio, M. Scanderbeg, and S.S. Shen, 2020: Argovis: A Web Application for Fast Delivery,
Visualization, and Analysis of Argo Data. J. Atmos. Oceanic Technol., 37 (3), 401-416
https://doi.org/10.1175/JTECH-D-19-0041.1

 Argo漂浮物数据表¶
Argo float数据集已经被解析成一个小的子集,大约有20,000个特征集合,被扁平化为一个单一的集合,有超过1210万个特征,总的不同的argo float数量为866。Argo float属性变量和GEE属性名称列举如下

Property GEE Property Property Type
Platform ID pid integer
Instrument Type inst_typ integer
date date integer
date added date_added integer
profile number profile_number string
maximum pressure max_pres float
pres_max_for_TEMP pmax_temp float
pres_min_for_TEMP pmin_temp float
pres_max_for_PSAL pmax_psal float
pres_min_for_PSAL pmin_psal float
Temperature temp float
Salinity psal float
Pressure pres float

Earth Engine Snippet

var argo = ee.FeatureCollection("projects/sat-io/open-datasets/argo-subset");

print('Total Features',argo.size())
print('Distinct Platform Id: ',argo.aggregate_count_distinct('pid'))

Map.addLayer(argo,{},'Argo Float Subset')

Sample Code: https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:oceans-shorelines/ARGOFLOAT-SUBSET

License

Argo data are freely available without restriction and are released in a model similar to a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

Created by : International Argo Program, Global Data Assembly Centre

Curated in GEE by: Samapriya Roy

Keywords: float, Argo, global ocean observing system, ocean circulation, in-situ, ocean pressure, sea water salinity, sea water temperature, multi-year, weather climate and seasonal observation, global-ocean

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。