Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
added note referencing the errata for r/m_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmilner committed Aug 5, 2020
1 parent 426c26d commit 599a629
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/org/opensha/sha/imr/attenRelImpl/BA_2008_AttenRel.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ public class BA_2008_AttenRel extends AttenuationRelationship implements
protected double v1 = 180; // m/s
protected double v2 = 300; // m/s
protected double v_ref = 760; // m/s
/*
* Note that these values below have been updated according to the errata posted here:
* http://www.daveboore.com/pubs_online.html
*
* ERRATUM: 27 August 2008. Tom Blake pointed out that the caption to Table 6 should read
* "Distance-scaling coefficients (Mref=4.5 and Rref=1.0 km for all periods)".
*
* (the original article had different r_ref and m_ref values for pga4nl)
*/
protected double m_ref = 4.5;
protected double r_ref = 1; //km

Expand Down

0 comments on commit 599a629

Please sign in to comment.