全球冰川均衡调整(GIA)数据下载链接汇总

文章介绍了在处理GRACE数据时如何扣除固体地球物理信号,特别是冰川均衡调整(GIA)的影响。列举了常用的GIA模型,包括ICE-6G_D模型的数据和下载链接,以及Caron模型的相关信息。此外,还提到了Paulson07GIA和Geruo13GIA模型,并提供了部分模型的数据获取方式。
摘要由CSDN通过智能技术生成

在处理GRACE数据时,由于GRACE监测的信号包含地表的质量迁移信号和固体地球物理信号,因此研究地表的质量迁移时需要扣除固体地球的信号,目前最主要的时冰川均衡调整(冰后回弹)的信号。具体的关于冰川均衡调整的信息可参考我的另外一个专栏文章:

GIA研究进展 - 哔哩哔哩 (bilibili.com)

下面我将目前最常使用的一些GIA模型的下载链接进行汇总。

(1)ICE系列

具体的数据可以参考Peltier的个人网站:Home Page: W.R. Peltier

在网站上可下载到历史的冰雪覆盖厚度数据。CE-6G_C results:
Files are available for the following times (Ka)
26.025.024.023.022.021.0,
20.520.019.519.018.518.017.517.016.516.0,
15.515.014.514.013.513.012.512.011.511.0,
10.510.0_9.5_9.0_8.5_8.0_7.5_7.0_6.5_6.0,
_5.5_5.0_4.5_4.0_3.5_3.0_2.5_2.0_1.5_1.0_0.5_0.0

其中的每一个文件都是包含1°×1°空间格网的冰雪厚度数据。A file containing the ice-thickness for all times from 122Ka to the present is IceThick.nc.gz.下面我们读取这个数据并进行展示:

Global Attributes:
           Model           = 'ICE-6G_D'
           Acknowledgement = 'Please cite both PAPER1 and PAPER2'
           PAPER1          = 'Argus, D.F., Peltier, W.R., Drummond, R. and Moore, A.W.(2014). The Antarctica component of postglacial rebound model ICE-6G_C (VM5a) based upon GPS positioning, exposure age dating of ice thicknesses, and relative sea level histories.  Geophys. J. Int., 198(1), 537-563, doi:093/gji/ggu140'
           PAPER2          = 'Peltier, W.R., Argus, D.F. and Drummond, R. (2015). Space geodesy constrains ice-age terminal deglaciation: the ICE-6G_C (VM5a) model. J. Geophys. Res.-Solid Earth, 120, 450-487, doi:10.10002/2014JB011176'
Dimensions:
           Time = 122
           Lat  = 180
           Lon  = 360
Variables:
    stgit
           Size:       360x180x122
           Dimensions: Lon,Lat,Time
           Datatype:   single
           Attributes:
                       name      = 'IceT'
                       units     = 'm'
                       long_name = 'Ice thickness'
    Time 
           Size:       122x1
           Dimensions: Time
           Datatype:   single
           Attributes:
                       name      = 'Time'
                       units     = 'Ka'
                       long_name = 'Kyrs BP'
    Lat  
           Size:       180x1
           Dimensions: Lat
           Datatype:   single
           Attributes:
                       axis          = 'Y'
                       units         = 'degrees_north'
                       standard_name = 'latitude'
    Lon  
           Size:       360x1
           Dimensions: Lon
           Datatype:   single
           Attributes:
                       standard_name = 'longitude'
                       units         = 'degrees_east'
                       modulo        = 360
                       topology      = 'circular'
                       axis          = 'X'
file = 'IceT.I6F_C.131QB_VM5a_1deg.nc';
ncdisp(file)
lon = ncread(file,'Lon');
lat = ncread(file,'Lat');
Time = ncread(file,'Time');
stgit = ncread(file,'stgit');
[x,y] = meshgrid(lon,lat);
for i = 1:12
    subplot(4,3,i)
    O.lon = x;
    O.lat = y;
    O.rg  = stgit(:,:,i+10)';
    wzq_plot(O)
end

每个年代的冰雪的覆盖空间分布

下面是可以下载使用的数据:

ICE-6G_D results:
Rate of radial displacement (UP) on a 0.2x0.2 grid: drad.12mgrid.nc
Horizontal Velocity (East & North) on a 0.2x0.2 grid: Hvel.12mgrid.nc

 图片引用自:GIA & Trends | Get Data – GRACE Tellus

 (2)Caron模型

具体的模型信息可参考这篇文章:https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2017GL076644

这里给出了数据下载的网站:Glacial Isostatic Adjustment Simulation | Solid Earth | VESL | JPL | NASA

进入如下的界面

点击下载按钮,即可下载不同阶数的Stokes Coefficients Rate 

 (3)Paulson07 GIA 模型

https://commons.wikimedia.org/wiki/File:PGR_Paulson07_big.jpgicon-default.png?t=N4P3https://commons.wikimedia.org/wiki/File:PGR_Paulson07_big.jpg

The ICE-5G (VM2_L90), Geruo13 (a/b/c) and Paulson07 models are very similar in predicting the spatial distribution of velocity because they all use the same ice model: ICE-5G

(4)Geruo13 GIA模型

关于Geruo13 和Paulson07 GIA模型,有需要可以直接给论文作者发邮件获取。此处我提供Paulson07_mass和Geruo13_uplift

链接:https://pan.baidu.com/s/1VwAp9mkwxPzywywqHkkEuQ?pwd=ucas 
提取码:ucas

欢迎点赞收藏!

参考文献

Richard Peltier, W., Argus, D. F., & Drummond, R. (2018). Comment on “An assessment of the ICE‐6G_C (VM5a) glacial isostatic adjustment model” by Purcell et al. Journal of Geophysical Research: Solid Earth123(2), 2019-2028.

Caron, L., E.R. Ivins, E. Larour, S. Adhikari, J. Nilsson and G. Blewitt (2018), GIA model statistics for GRACE hydrology, cryosphere and ocean science, Geophys. Res. Lett., 45, doi: 10.1002/2017GL076644.Paulson A, Zhong S J, Wahr J .2007. Inference of mantle viscosity from GRACE and relative sea level data[J]. Geophysical Journal International, 171 (2) : 497–508. DOI:10.1111/gji.2007.171.issue-2

Geruo A, Wahr J, Zhong S J .2013. Computations of the viscoelastic response of a 3-D compressible Earth to surface loading:An application to Glacial Isostatic Adjustment in Antarctica and Canada[J]. Geophysical Journal International, 192 (2) : 557–572. DOI:10.1093/gji/ggs030

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

我是水怪的哥

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

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

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

打赏作者

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

抵扣说明:

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

余额充值