文件名称:sacio_Fortran:提供一个名为“ sacio”的Fortran 90模块,用于读取和写入均匀间隔的SAC二进制格式文件
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-06 11:12:48
seismology geophysics sac Fortran
sacio_Fortran 该项目提供了一个名为sacio的Fortran 90模块,用于读取和sacio均匀间隔的SAC二进制格式文件。 模块中的SAC I / O子例程: sacio_readhead :仅读取SAC二进制标头 sacio_readsac :读取SAC二进制文件 sacio_writesac :写入SAC二进制文件 sacio_readsac_cut :读取带有cut选项的SAC二进制文件 sacio_nullhead :将SAC标头更改为undefined sacio_newhead :为均匀间隔的SAC数据创建一个随时可用的SAC标头 与我联系: 如何获得 方法1 点击网页上的“下载ZIP”按钮。 方法二 使用地址直接下载: : 方法3 使用git: $ git clone https://github.com/wangliang1989/sac
【文件预览】:
sacio_Fortran-master
----_config.yml(28B)
----.gitignore(192B)
----README.md(2KB)
----.log.md(1KB)
----test()
--------test_sacio_writesac.f90(2KB)
--------test_sacio_readsac_cut.f90(2KB)
--------test_sacio_nullhead.f90(1KB)
--------sacio.f90(12B)
--------test_sacio_newhead.f90(2KB)
--------test_sacio_readsac.f90(2KB)
--------test_sacio_readhead.f90(2KB)
--------Makefile(378B)
--------testin.sac(5KB)
----sacio.f90(15KB)
----LICENSE(11KB)