Intel Fortran
Intel Fortran, 简写 ifort, 是 intel 公司对 Fortran 语言开发的编译器。编译后的文件在运行时速度比 GFORTRAN 更快。
Intel Fortran, 简写 ifort, 是 intel 公司对 Fortran 语言开发的编译器。编译后的文件在运行时速度比 GFORTRAN 更快。
借助 IRIS Syngine 服务绘制理论波形图。对像我一样地球物理基础薄弱的朋友,想要看理论地震图,IRIS Syngine 可能是个不错的选择。
我会用几篇的博客内容来记录对 SeisComP3 的学习总结。上篇 Automatic Detection 介绍了地震在“实时”环境下自动触发定位。SC3 开发目的之初是用于海啸预警,所以默认参数都是针对于大震,远震。在定位时,SC3默认用全球网格点(Grids),全球台站列表(Station lists),和全球速度模型结构(Velocity models)。本篇主要介绍 SC3 对地方(Local)或者区域(Regional)事件进行操作。
miniSEED is the subset of the SEED standard that is used for time series data. Very limited metadata for the time series is included in miniSEED beyond time series identification and simple state-of-health flags. In particular, geographic coordinates, response/scaling information and other information needed to interpret the data values are not included.
科研生活中,可能需要将 SAC 转到 MiniSeed,可借助 sac2mseed 软件实现。