Skip to content

Commit

Permalink
Fixed a7 scaling in ASK14.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Dec 8, 2021
1 parent e3b37ea commit 1e8ba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmm/abrahamson_silva_kamai_2014.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _calc_f1(self) -> np.ndarray:
c.a4 * (c.m2 - c.m1)
+ c.a8 * (8.5 - c.m2) ** 2
+ c.a6 * (s.mag - c.m2)
+ c.a7 * (s.mag - c.m2)
+ c.a7 * (s.mag - c.m2) ** 2
+ (c.a2 + c.a3 * (c.m2 - c.m1)) * np.log(dist)
+ c.a17 * s.dist_rup
)[ma1]
Expand Down

0 comments on commit 1e8ba5a

Please sign in to comment.