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

updated coeffs filenames

parent 795fc43d
No related branches found
No related tags found
1 merge request!436Prvi gmm 251
......@@ -50,10 +50,10 @@ public abstract class UsgsPrviBackbone2025 implements GroundMotionModel {
static final CoefficientContainer COEFFS_TAU_ACTIVE_CRUST;
static {
COEFFS_PHIS2S_ACTIVE_CRUST = new CoefficientContainer("prvi-25-backbone-phiS2S_crustal.csv");
COEFFS_PHISS_ACTIVE_CRUST = new CoefficientContainer("prvi-25-backbone-phiSS_crustal.csv");
COEFFS_SIGMA_SUBDUCTION = new CoefficientContainer("prvi-25-backbone-sigma_subduction.csv");
COEFFS_TAU_ACTIVE_CRUST = new CoefficientContainer("prvi-25-backbone-tau_crustal.csv");
COEFFS_PHIS2S_ACTIVE_CRUST = new CoefficientContainer("prvi-phiS2S-active-crust.csv");
COEFFS_PHISS_ACTIVE_CRUST = new CoefficientContainer("prvi-phiSS-active-crust.csv");
COEFFS_TAU_ACTIVE_CRUST = new CoefficientContainer("prvi-tau-active-crust.csv");
COEFFS_SIGMA_SUBDUCTION = new CoefficientContainer("prvi-sigma-subduction.csv");
}
// TODO consider separating calc method in NGA models so that we can get the
......
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