自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(258)
  • 收藏
  • 关注

原创 LaTex 希腊字母及特殊字符

字母上面加各种符号\hat a --\widehat a--\overline a--\widetilde a--\dot a--\ddot a--

2020-09-01 19:04:42 2452

原创 LaTex 之 数学运算符号

1. 属于号 \in2. 求和符号 \sum_{}^{}3. 积分符号 \int_{min}^{max}4. 大于等于、小于等于号导言区使用两个宏包: \usepackage{amsmath} \usepackage{amssymb}大于等于号: \geqslant小于等于号:\leqslant大于号:\textgreater小于号:\textless5. 点乘/除、叉乘/除来自:Markdown KaTex 点乘,叉乘,点除,分数...

2020-08-12 12:24:52 8192

原创 MATLAB plot 最基本操作命令

基本命令figure; subplot(231) %按照横2竖3的方式分割画布,画布顺序水平排列。 plot(x,y,'-.'); % 设置“线型” plot(x,y,'r','linewidth',1); % 设置“线颜色”,“线宽=1” hold on %同一坐标系下画多个图形 ylim([0,500]); ...

2018-11-10 20:39:15 4071

原创 Some basic topics in seismology

Seismology is a broad and multidisciplinary science, bridging earth science, engineering, physics, and applied mathematics. It addresses fundamental questions about Earth’s interior and practical challenges related to earthquake hazards. Here are some of t

2025-05-27 17:33:31 783

原创 Seismic source model - stochastic kinematic model (kappa-inverse-square)

🔍 Overview of the κ⁻² Kinematic ModelThe κ⁻² model is a kinematic seismic source model used to describe the heterogeneous spatial distribution of slip on an earthquake fault. It was originally proposed to explain the observed high-frequency behavior of se

2025-05-24 18:18:19 1481

原创 Seismic source model -- Brune model ( ω^2 model)

is:Where:SlipUniformGeometryCircularRuptureSpectrumOne-cornerRadiationIsotropic。

2025-05-23 14:22:47 991

原创 Basic concepts for seismic source - Finite fault model

下面主要介绍与finite fault model有关的一些参数,有限断层模型更深入的一些认识,可以参考该文:有限断层模型(Finite-fault model)-CSDN博客In finite fault modeling, the rupture is treated as a 2D surface (as opposed to a point source in simpler models), allowing for a more realistic simulation of earthquak

2025-05-22 22:34:37 767

原创 Basic concepts for seismic source - Coulomb failure stress change

Where:In the :

2025-05-22 22:26:32 486

原创 Basic concepts for seismic source - Stress drop

Stress drop is a fundamental parameter in seismology because it describes how much stress is released during an earthquake, and it has direct implications for ground motion intensity, rupture dynamics, and seismic hazard assessment.Stress drop (Δσ) is the

2025-05-22 22:10:37 924

原创 Basic concepts for seismic source - Corner frequency

Where:Where:HzRelated toHigh f_cLow f_cUsed for。

2025-05-22 22:01:38 836

原创 Basic concepts for seismic source - Magnitude

T: Period。

2025-05-22 21:58:48 360

原创 Some spectrum models for earthquake ground motion

“seismic source spectrum model” or more specifically a “ground motion spectral model” used in the context of stochastic ground motion simulation.Here are some commonly used terms:Describes the frequency content of ground motions radiated by an earthquake s

2025-05-21 16:33:18 334

原创 GMT之Bash语言使用

GMT的操作有自己的逻辑和“命令”,但GMT是可以用Bash语言控制的,所以常常以.sh为后缀写GMT程序。另外,遇到看不懂的GMT时,多学学Bash语言的命令,两者结合可以满足绝大多数需求。

2025-05-14 19:25:08 372

原创 Shell和Bash介绍

Shell是硬件和软件之间的交互界面。Bash是一种shell,在Linux系统中比较常见。我目前使用的Mac用的Z shell(zsh). 可以在terminal里面通过zsh命令对系统进行操作。这是与Windows所见所得,用鼠标点相比,Mac和Linux都可以完全用命令操作。常用的Bash/zsh命令如下:Bash语言学习主要靠多用,慢慢积累。遇到需求多找资料,常学常用吧。

2025-05-14 18:34:05 443

原创 低速层对地震动的放大

2025-05-11 14:39:03 138

原创 常用天然地震链接

一些常用的天然地震链接汇总:

2025-04-01 20:15:02 433

原创 常见的材料力学特性

试样在拉伸过程中,材料经过屈服阶段后进入强化阶段,随着横向截面尺寸明显缩小在拉断时所承受的最大力 (Fb),除以试样原横截面积 (So) 所得的应力 (σ),称为抗拉强度或者强度极限 (σb),单位为N/mm² (MPa)。将相对面夹角为136°的正四棱锥金刚石压头以一定的载荷压入试样表面,并保持一定的时间后卸除试验力,所使用的载荷与试样表面上形成的压痕的面积之比。试样在拉伸时,当应力超过弹性极限,即使应力不再增加,而试样仍继续发生明显的塑性变形,称此现象为屈服,而产生屈服现象时的最小应力值即为屈服点。

2024-10-24 22:07:30 1993

原创 克里金插值(Kriging interpolation)

原理可参考该文件:克里金(Kriging)插值的原理与公式推导 - xg1990matlab code可参考:Ordinary Kriging - File Exchange - MATLAB CentralSome notes:

2024-10-16 12:21:12 622

原创 体波和面波

体波分为剪切波(s波)和压缩波(p波) 面波有love波和Rayleigh波

2024-09-19 00:54:40 321

原创 地震震级描述

与M0存在如下经验关系。其中,M0的单位是 dyne-centimenters,(N·m=10^7 dyne·cm)appendix2 库伦破坏准则(Coulomb failure criterion)地震矩 M0(seismic moment), see。

2024-08-27 15:26:06 588

原创 沉积层的厚度为自振周期波长的1/4

(1)自振周期(fundamental model, or first harmonic)取决于在某边界条件下可以出现驻波(standing wave)的最短距离。(2)出现驻波的最短距离与边界条件的关系如下:两侧均自由,最短距离为一个波长;两侧均固定,最短距离为1/2波长;一侧固定,一侧自由,最短距离为1/4。对于沉积层,我们假定一侧(岩石层)固定,一侧(地标)自由,所以沉积层厚度为自振周期波长的1/4。要理解为什么是1/4,需要明白如下两点。

2024-08-26 01:10:58 218

原创 GMT colorbar

gmt makecpt -T1.2/2 -CcbcSpectral.cpt -H -I > cpgv77.cpt #生成color文件。

2024-08-18 14:38:25 754

原创 GMT -i1,0 改变输入数据XY的顺序

i1,0 对换X Y的数据,关键是注意。

2024-08-02 18:09:43 159

原创 GMT shp转gmt数据

就是将输入数据 gadm36_USA_0.shp 转换为GMT可识别的 OGR/GMT 格式,输出保存到文件 gadm36_USA_0.gmt 中。

2024-06-11 13:26:37 429

转载 GMT 颜色代码

灰色是常见的一种颜色,而灰色又可以根据灰的不同程度细分为不同的灰色。指定灰色的办法很简单,用一个数值表示灰度即可,其取值范围为0到255。印刷四分色模式,是彩色印刷时采用的一种套色模式,利用色料的三原色混色原理,加上黑色油墨,共计四种颜色混合叠加,形成所谓“全彩印刷”。)是色彩的基本属性,就是平常所说的颜色名称(如红色、黄色等),取值范围为0到360。,即分别用两位的十六进制数字表示每个颜色通道,0对应的16进制是。)是指色彩的纯度,越高色彩越纯,低则逐渐变灰,取值范围为0到1。

2024-06-11 10:22:13 403

原创 GMT legend设置

【代码】GMT legend设置。

2024-06-10 13:35:20 438

原创 俯冲带(Subduction zone)

Subduction is a geological process in which the oceanic lithosphere and some continental lithosphere is recycled into the Earth's mantle at convergent boundaries. Where the oceanic lithosphere of a tectonic plate converges with the less dense lithosphere o

2024-05-02 23:36:11 392

原创 误差分布问题

If the residuals of fitting values \( y(x) \) and the recorded values \( y_0 \) indeed follow a Gaussian distribution with parameters \( \mu \) and \( \sigma \), it suggests that the errors in the model are normally distributed. However, whether the residu

2024-04-18 03:39:12 398

转载 有限断层模型(Finite-fault model)

statickinematic。

2024-04-08 01:21:01 349

原创 地球内部结构

地球结构

2024-03-31 18:22:34 579

原创 QGIS - 帮助文档汇总

Ref[1] [2]

2023-05-09 00:45:00 910

原创 LaTex 连字符多篇连续引用

对elsevier而言,在文献部分加入如下代码即可!

2023-04-08 05:19:06 2477 1

原创 Soil liquefaction

参考资料。

2023-03-08 10:02:53 721

原创 Matlab Geomap参考

待更....参考资料汇总。

2023-03-05 02:48:13 339

原创 震源机制沙滩球(focal mechanism beach ball)绘制之傻瓜式教程

走向(strike):正北方顺时针旋转到走向倾角(dip):从水平面向下旋转到断层面的角度滑移角(rake): 走向旋转至滑动方向的角度(逆时针为正)PS 更多断层细节可阅读震源机制(Focal Mechanisms)之断层基本知识_ddd...e_bug的博客-CSDN博客_震源机制。

2023-02-15 08:15:53 6725

原创 震源机制(Focal Mechanism)之沙滩球(Beach Ball)

沙滩球包含如下信息:a - 判断断层类型,可根据球的颜色快速判断b - 判断断层的走向(strike),倾角(dip)c - 确定滑移角/滑动角(rake)走向,倾角,滑移角。

2023-02-12 20:26:21 7340

原创 LaTex natbib结合bibliographystyle控制文献格式

latex文献格式

2022-11-16 21:13:50 1095

原创 模态分析 Modal analysis

模态分析资料

2022-10-10 03:07:37 410

原创 正态分布、对数正态分布参数(mu, sigma)与数据本身均值方差(m, v)的关系

对数正态分布参数 mu 和 sigma,与数据本身均值m和方差v之间存在如下关系:利用如下MATLAB代码,对上述关系进行了验证。clcclearclose all% 利用对数正态分布参数mu, sigma生成随机数mu=1 sigma=0.3 a=lognrnd(mu,sigma,1000,1);% 利用histfit函数,统计对数正态分布参数mu, sigmafigurehf=histfit(a,20); % 20表示将数据均分为20pd = fitdist(a,'

2022-05-31 06:47:38 16144 2

原创 Excel 利用histogram统计数据频数

第一步:file > options > add-ins,添加analysis tool第二步:data > data analysis > histogram。进行频数统计结果如下。"bin 1, frequency 10" 指 “0-1” 范围内数据频数为 10

2022-05-29 19:40:26 2153

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除