LLNL / mttime

Time Domain Moment Tensor Inversion in Python
https://mttime.readthedocs.io/en/latest/index.html
Other
58 stars 19 forks source link

Trouble Matching Synthetics with Observed data #8

Open Rinku-274 opened 7 months ago

Rinku-274 commented 7 months ago

I want to make the green's functions for 1D local velocity model with these parameters: freqmin = 0.025 freqmax = 1.0 npts = int(2048) dt = 0.02 The synthetics have been generated. But it is difficult to match the waveforms. The output parameters looks like this.

Deviatoric Moment Tensor Inversion Depth = 5.0000 km Mw = -0.42 Percent DC/CLVD/ISO = 28/72/0 VR = 0.00%

Deviatoric Moment Tensor Inversion Depth = 15.0000 km Mw = -0.25 Percent DC/CLVD/ISO = 79/21/0 VR = 0.01%

Additionally, I have attached the waveform fits. Please inform me if any errors are present in my approach. bbwaves d15 0000 00

ahchiang commented 6 months ago

Looks like you cut off the data right before the earthquake signal (the black lines), try increasing the data length in the input parameter file first.