Time series from PBO and UNR used in Bartlow (2020)
收藏资源简介:
MATLAB .mat files containing input data (processed daily position time series from PBO and UNR) for Bartlow (2020), along with the inversion results from that study (shown in Figure 3A). Codes used to produce the results can be found at https://github.com/noelbartlow/Long-Term-Cascadia-ETS-velocities. Paper can be found at https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2019GL085303 results_for_paper.mat includes the long-term ETS slip rate (variable slip_rate) on a mesh with nodes given by variables nd (local coordinates) or nd_ll (lat/long coordinates) and elements in variable el. To plot the results use >> figure; trisurf(el, nd_ll(:, 1), nd_ll(:, 2), nd_ll(:, 3), slip_rate). Also included in this file are the long-term ETS velocities are each station (Nv_SSE, Ev_SSE, Uv_SSE) and their uncertainties (variables beginning with sig). Strike and rake refer to each subfault; slip directions were fixed in the inversion. Pole gives the Euler pole used to define slip directions.
本数据集包含用于Bartlow(2020)研究的MATLAB .mat格式文件,其中涵盖来自PBO与UNR的经处理单日位置时间序列作为输入数据,同时附带该研究的反演结果(对应论文图3A)。生成该结果的代码可通过https://github.com/noelbartlow/Long-Term-Cascadia-ETS-velocities获取,相关论文可通过https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2019GL085303查阅。 results_for_paper.mat 文件包含网格上的长期间歇震颤与慢滑移(Episodic Tremor and Slip, ETS)滑移速率(变量名为slip_rate),该网格的节点由变量nd(局部坐标)或nd_ll(经纬度坐标)定义,网格单元存储于变量el中。绘制该结果的MATLAB命令为:>> figure; trisurf(el, nd_ll(:, 1), nd_ll(:, 2), nd_ll(:, 3), slip_rate)。该文件还包含各测站的长期ETS速度(Nv_SSE、Ev_SSE、Uv_SSE)及其不确定性(以sig为前缀的变量)。走向(strike)与滑动角(rake)对应每个子断层(subfault);反演过程中滑移方向已固定。变量Pole为用于定义滑移方向的欧拉极(Euler pole)。




