MuLTI

所属分类:数学计算
开发工具:matlab
文件大小:62990KB
下载次数:2
上传日期:2020-11-04 10:05:59
上 传 者sh-1993
说明:  具有深度约束的地震频散曲线的多模态分层二维反演
(Multimodal Layered Transdimensional Inversion of Seismic Dispersion Curves with Depth Constraints)

文件列表:
LICENSE (35149, 2020-11-04)
MuLTI.m (27930, 2020-11-04)
MuLTI_III.m (50856, 2020-11-04)
Publications (0, 2020-11-04)
Publications\Killingbeck_et_al-2018-Geochemistry,_Geophysics,_Geosystems.pdf (2854853, 2020-11-04)
Publications\Killingbeck_et_al-2019-Annals of Glaciology.pdf (1775197, 2020-11-04)
Publications\Killingbeck_et_al-2020_GRL.pdf (4850099, 2020-11-04)
examples (0, 2020-11-04)
examples\Example input data for MuLTI_III (0, 2020-11-04)
examples\Example input data for MuLTI_III\dendata.mat (1397, 2020-11-04)
examples\Example input data for MuLTI_III\input_data.mat (808, 2020-11-04)
examples\Example input data for MuLTI_III\true_Vs_model.mat (958, 2020-11-04)
examples\Example input data for MuLTI_III\vpdata.mat (1117, 2020-11-04)
examples\Input data for examples 1-4 (0, 2020-11-04)
examples\Input data for examples 1-4\1.2.Synthetic_DWN_picks_long_offset.mat (1353, 2020-11-04)
examples\Input data for examples 1-4\3.Synthetic_DWN_picks_48geophones.mat (990, 2020-11-04)
examples\Input data for examples 1-4\4.real_data_picks.mat (1194, 2020-11-04)
examples\Input data for examples 1-4\true_model_vs.mat (203, 2020-11-04)
examples\MuLTI_examples1-4_scripts (0, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_1_Constrained_DWN_1_100Hz.m (28026, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_1_Constrained_DWN_1_140Hz.m (28017, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_2_Constrained_DWN_14_100Hz.m (28026, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_2_NONConstrained_DWN_14_100Hz.m (28031, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_3_Constrained_DWN_48geophones.m (28021, 2020-11-04)
examples\MuLTI_examples1-4_scripts\MuLTI_4_Constrained_real_data.m (27735, 2020-11-04)
examples\Output data from examples 1-4 (0, 2020-11-04)
examples\Output data from examples 1-4\1.Constrained_DWN_1_100Hz.mat (15032362, 2020-11-04)
examples\Output data from examples 1-4\1.Constrained_DWN_1_140Hz.mat (13906915, 2020-11-04)
examples\Output data from examples 1-4\2.Constrained_DWN_14_100Hz.mat (14098663, 2020-11-04)
examples\Output data from examples 1-4\2.NONConstrained_DWN_14_100Hz.mat (12328019, 2020-11-04)
examples\Output data from examples 1-4\3.Constrained_DWN_48_geophones.mat (14765207, 2020-11-04)
examples\Output data from examples 1-4\4.Constrained_Real_data.mat (13688224, 2020-11-04)
functions (0, 2020-11-04)
functions\thicknesses_and_priors.m (4618, 2020-11-04)
functions\thicknesses_and_priors_III.m (4847, 2020-11-04)
functions\whichnuclei.m (1219, 2020-11-04)
gpdc mex file LINUX (0, 2020-11-04)
gpdc mex file LINUX\READ_ME.txt (11520, 2020-11-04)
... ...

# MuLTI Multimodal Layered Transdimensional Inversion of Seismic Dispersion Curves with Depth Constraints. The MuLTI algorithm was developed in Matlab version 2017a, therefore all Matlab codes provided will work with this version or subsequent Matlab versions. This code can be run on Windows or Linux based platforms. This github repository includes: the main MuLTI matlab codes; gpdc mex files used to enable the original gpdc code from Wathelet (2005), written in C++, to be called in Matlab within the MuLTI script for both Linux and Windows based platforms; all fuctions called within MuLTI; tools to display all results output from MuLTI; example datasets. ## gpdc forward model To run the gpdc forward modelling calculation in Matlab, within the MuLTI algorithm, the gpdc Geospy software version 2.10 must be installed in the Matlab bin directory. This can be obtained from http://www.geopsy.org/. The mex interface has been mostly tested on CentOS 7, and Windows 7, with Matlab 2017a and geopsy 2.10.0. Further details and instructions on how to compile and use the gpdc mex file can be found in the corresponding folders and at the link: https://github.com/cemac/MEX-gpdc. If working on a Linux based platform the gpdc mex file created for Linux specifically must be compiled in the Matlab working directory and then the gpdc function can be called in Matlab. If working on a Windows platform the gpdc mex files created for windows specifically does not need compiled and can just be called in the matlab working directory. ## Functions To run the MuLTI Matlab code ('MuLTI.m') the corresponding platform based gpdc mex file must be in the active Matlab working directory along with the Matlab functions ‘thicknesses_and_priors.m’ and ‘whichnuclei.m’. ## Input data (MuLTI) The input dispersion curve data files are .mat files with dispersion curve picks saved as a column vector variable called “data” with column 1 frequency in Hertz and column 2 phase velocity in m/s. The fitting error is determined from the half width of the dispersion curve image, this is saved as a column vector variable called “half_width” with column 1 frequency and column 2 the half width of the dispersion curve in m/s. # MuLTI III MuLTI III has been developed further to address key limitations in the original MuLTI code, specifically that Vp and density must be fixed. MuLTI III overcomes this limitation by allowing both Vp and density to vary, together with estimates of their curves uncertainty. This tool is useful when the Vp and density structures of the subsurface are known, for example, from seismic refraction investigations and borehole measurements. ## Functions MuLTI III setup procedures are very similar to the original MuLTI code, described above. However, the function “thickneses_and_priors_III.m” is now needed for MuLTI III ('MuLTI_III.m') instead of the original “thickneses_and_priors.m”. The original function ‘whichnuclei.m’ is still needed also. ## Input data (MuLTI III) The input dispersion curve and fitting error data format are the same as for the original MuLTI code. The input Vp profiles are saved as .mat files containing a column vector variable called “vpdata” with column 1 Vp depths in meters, column 2 mean Vp value in m/s and column 3 one standard deviation (estimated error of Vp). The input density profiles are saved as .mat files containing a column vector variable called “dendata” with column 1 density depths in meters, column 2 mean density value in g/cm3 and column 3 one standard deviation (estimated error of density). (Also available from https://zenodo.org/record/4015183 DOI:10.5281/zenodo.4015183)

近期下载者

相关文件


收藏者