Create reference model reference parameter catalogue
Create reference model reference parameter catalogue
In order to run the fluvial model inversion (FMI) routine, a set of randomised target parameter combinations needs to be created. This function does this job.
f_min: Numeric value, lower boundary of the frequency range to be modelled.
f_max: Numeric value, upper boundary of the frequency range to be modelled.
r_0: Numeric value, distance of seismic station to source
f_0: Numeric value, reference frequency (Hz)
q_0: Numeric value, ground quality factor at f_0. "Reasonable value may be 20" (Tsai et al. 2012).
v_0: Numeric value, phase speed of the Rayleigh wave at f_0 (m/s). Assuming a shear wave velocity of about 2200 m/s, Tsai et al. (2012) yield a value of 1295 m/s for this parameter.
p_0: Numeric value, variation exponent of Rayleigh wave velocities with frequency (dimensionless)
e_0: Numeric value, exponent characterizing quality factor increase with frequency (dimensionless). "Reasonable value may be 0" (Tsai et al. 2012).
n_0_a: Numeric value, lower Greens function displacement amplitude coefficients. Cf. N_ij in eq. 36 in Gimbert et al. (2014)
n_0_b: Numeric value, lower Greens function displacement amplitude coefficients. Cf. N_ij in eq. 36 in Gimbert et al. (2014)
res: Numeric value, output resolution, i.e. length of the spectrum vector.
Returns
List object with model reference parameters.
Details
All parameters must be provided as single values, except for those parameters that shall be randomised, which must be provided as a vector of length two. This vector defines the range within which uniformly distributed random values will be generated and assigned.