Skip to content
Snippets Groups Projects
Commit 3928da18 authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

pending confirmation from Pezeshk, we take coeff c1 in Table 5 as correct

parent 12a771a3
No related branches found
No related tags found
1 merge request!238Pezeshk18
......@@ -104,11 +104,14 @@ public abstract class PezeshkEtAl_2018 implements GroundMotionModel {
* An "average empirical calibration factor" of 0.32 (log10-space)
* discussed on p. 2287 apparently did not make it into coefficient c1 in
* Table 5 (PZCT18_2ES), but is included in Table 4 (PZCT18_1SS).
* **clarification from Pezeshk pending, we are taking Table 5 c1 value as
* correct and Figure 4 is incorrect.
*/
double c1delta = (model == Model.PZCT18_2ES) ? -0.32 : 0.0;
// double c1delta = (model == Model.PZCT18_2ES) ? -0.32 : 0.0;
// median model coefficients
c1 = coeffs.get("c1") + c1delta;
// c1 = coeffs.get("c1") + c1delta;
c1 = coeffs.get("c1");
c2 = coeffs.get("c2");
c3 = coeffs.get("c3");
c4 = coeffs.get("c4");
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment