Geophysics
文章平均质量分 74
「已注销」
计算地球物理学; 勘探地震学; 离散反演理论; DAS(分布式光纤声学传感, Distributed Acoustic Sensing)数据反演.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
One-dimension forward modeling of MT(python, numerical)
One-dimension forward modeling of MT Assumptions: Layer medium Uniform, homogeneous Here is Python implementation: import cmath as cm import numpy as np import math import scipy.linalg as la def mt1dte(freq, dz, sig): mu = 4.0E-7 * math.pi ii =原创 2022-04-17 21:48:26 · 813 阅读 · 1 评论 -
How do we plot .edi file in magnetotellurics(MT)?
We could use the bash code below, then a plot from GNU plot will be implemented. This script is written by my tutor Prof. Yang, welcome to find bugs in this script! Convert .edi to .ztab file #!/bin/bash if [ $# -ne 1 ] && [ $# -ne 2 ] &&原创 2022-04-17 21:26:09 · 728 阅读 · 0 评论 -
One-dimension forward modeling of MT(Python, Analytical)
One-dimension forward modeling of MT Assumptions: Layer medium Uniform, homogeneous Here is python implementation: import cmath as cm import numpy as np import math def mt1dan(freq, dz, sig): mu = 4e-7*math.pi ii = cm.sqrt(-1) nf = len(fre原创 2022-03-05 17:21:27 · 791 阅读 · 0 评论
分享