-
Notifications
You must be signed in to change notification settings - Fork 12
Model Parameters
Takeshi Akuhara edited this page Mar 7, 2019
·
16 revisions
This program carries out MCMC sampling to evaluate the posterior probability distribution of model paramters. The model parameters include:
- Number of layer interfaces (
)
- Depth of each layer interface (
)
- S-wave velocity anomaly of each layer interface (relative to a reference velocity model;
)
- P-wave velocity anomaly of each layer interface (relative to a reference velocity model; optional;
)
- Standard deviation of data noise (
). See Forward Computation for more details.
- Properties of the ocean layer are fixed during the inversion (Vp: 1.5 km/s, Vs: NaN, rho: 1.5 g/cm^3, thickness: given).
- Density of each layer is calculated from P-wave velocity using the empirical relationship by Brocher (2005):
-
(C) 2018-2019 Takeshi Akuhara (Email: akuhara @ eri. u-tokyo.ac.jp)