Skip to content
Snippets Groups Projects
Commit cd2507dd authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

ag20 basin=NaN for pga rock calc

parent df306788
No related branches found
No related tags found
1 merge request!430AG20 sigma correlation coeff and pga rock calc fixes
......@@ -255,7 +255,7 @@ public abstract class AbrahamsonGulerce_2020 implements GroundMotionModel {
if (in.vs30 < coeffs.vlin) {
pgaRock = exp(calcMean(
coeffsPGA, slab(), basin(), adjusted(), akBiasAdjusted(),
0.0, in.Mw, in.rRup, in.zTor, VS30_ROCK, in.z2p5));
0.0, in.Mw, in.rRup, in.zTor, VS30_ROCK, Double.NaN));
}
double μ = calcMean(
coeffs, slab(), basin(), adjusted(), akBiasAdjusted(),
......
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