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

Merge branch 'kbcg-sigma-casc-241' into 'main'

KBCG_20 sigma update for Cascadia

See merge request !406
parents e5645621 cd0f3f3e
No related branches found
No related tags found
1 merge request!406KBCG_20 sigma update for Cascadia
Pipeline #409496 passed
......@@ -20,7 +20,6 @@ import java.util.Map;
import com.google.common.collect.Range;
import gov.usgs.earthquake.nshmp.Maths;
import gov.usgs.earthquake.nshmp.gmm.GmmInput.Constraints;
import gov.usgs.earthquake.nshmp.gmm.GroundMotionTables.GroundMotionTable;
import gov.usgs.earthquake.nshmp.gmm.GroundMotionTables.GroundMotionTable.Position;
......@@ -329,11 +328,10 @@ public abstract class KuehnEtAl_2020 implements GroundMotionModel {
μ = max(μ, μPga);
}
// applying tiger team sigma fix to everything except
// Cascadia until conus changes are approved
double σ = coeffs.zone != CASCADIA
? calcStdDev(coeffs, coeffsPGA, in.vs30, pgaRef)
: Maths.hypot(coeffs.φ, coeffs.τ);
// Tiger team recommendation to use CB14 sigma that
// accounts for non-linear amplification
double σ = calcStdDev(coeffs, coeffsPGA, in.vs30, pgaRef);
Position p = epistemicTable.position(in.rRup, in.Mw);
double ψ = epistemicTable.get(p);
......
This diff is collapsed.
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