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

class and seed name edits

parent 28e46dab
No related branches found
No related tags found
1 merge request!268NGA-East updates
...@@ -853,33 +853,33 @@ public enum Gmm { ...@@ -853,33 +853,33 @@ public enum Gmm {
/* NGA-East for USGS */ /* NGA-East for USGS */
/** @see NgaEast_2018 */ /** @see NgaEast */
NGA_EAST_2018( NGA_EAST_2018(
NgaEast.NgaEast_2018.class, NgaEast.NgaEast_2018.class,
NgaEast.NgaEast_2018.NAME, NgaEast.NgaEast_2018.NAME,
NgaEast.COEFFS_SIGMA_PANEL, NgaEast.COEFFS_SIGMA_PANEL,
NgaEast.CONSTRAINTS), NgaEast.CONSTRAINTS),
/** NGA-East for USGS with Guo & Chapman Gulf CPA **/ /** @see NgaEast */
NGA_EAST_2023( NGA_EAST_2023(
NgaEast.Usgs17Cpa.class, NgaEast.NgaEast_2023.class,
NgaEast.Usgs17Cpa.NAME, NgaEast.NgaEast_2023.NAME,
NgaEast.COEFFS_SIGMA_PANEL, NgaEast.COEFFS_SIGMA_PANEL,
NgaEast.CONSTRAINTS), NgaEast.CONSTRAINTS),
/* NGA-East USGS Seed Tree */ /* NGA-East USGS Seed Tree */
/** @see NgaEast_2018 */ /** @see NgaEast */
NGA_EAST_SEEDS_2018( NGA_EAST_SEEDS_2018(
NgaEast.UsgsSeeds_2018.class, NgaEast.UsgsSeeds_2018.class,
NgaEast.UsgsSeeds_2018.NAME, NgaEast.UsgsSeeds_2018.NAME,
NgaEast.COEFFS_SIGMA_PANEL, NgaEast.COEFFS_SIGMA_PANEL,
NgaEast.CONSTRAINTS), NgaEast.CONSTRAINTS),
/** NGA-East for USGS Seed Models with Guo & Chapman Gulf CPA **/ /** @see NgaEast */
NGA_EAST_SEEDS_2023( NGA_EAST_SEEDS_2023(
NgaEast.UsgsSeedsCpa.class, NgaEast.UsgsSeeds_2023.class,
NgaEast.UsgsSeedsCpa.NAME, NgaEast.UsgsSeeds_2023.NAME,
NgaEast.COEFFS_SIGMA_PANEL, NgaEast.COEFFS_SIGMA_PANEL,
NgaEast.CONSTRAINTS), NgaEast.CONSTRAINTS),
...@@ -1524,7 +1524,6 @@ public enum Gmm { ...@@ -1524,7 +1524,6 @@ public enum Gmm {
NGA_EAST_SEED_1CVSP, NGA_EAST_SEED_1CVSP,
NGA_EAST_SEED_2CCSP, NGA_EAST_SEED_2CCSP,
NGA_EAST_SEED_2CVSP, NGA_EAST_SEED_2CVSP,
// NGA_EAST_SEED_ANC15,
NGA_EAST_SEED_B_A04, NGA_EAST_SEED_B_A04,
NGA_EAST_SEED_B_AB14, NGA_EAST_SEED_B_AB14,
NGA_EAST_SEED_B_AB95, NGA_EAST_SEED_B_AB95,
......
...@@ -109,28 +109,6 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree; ...@@ -109,28 +109,6 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree;
* @author U.S. Geological Survey * @author U.S. Geological Survey
* @see Gmm#NGA_EAST_2018 * @see Gmm#NGA_EAST_2018
* @see Gmm#NGA_EAST_SEEDS_2018 * @see Gmm#NGA_EAST_SEEDS_2018
* @see Gmm#NGA_EAST_SEED_1CCSP
* @see Gmm#NGA_EAST_SEED_1CVSP
* @see Gmm#NGA_EAST_SEED_2CCSP
* @see Gmm#NGA_EAST_SEED_2CVSP
* @see Gmm#NGA_EAST_SEED_B_A04
* @see Gmm#NGA_EAST_SEED_B_AB14
* @see Gmm#NGA_EAST_SEED_B_AB95
* @see Gmm#NGA_EAST_SEED_B_BCA10D
* @see Gmm#NGA_EAST_SEED_B_BS11
* @see Gmm#NGA_EAST_SEED_B_SGD02
* @see Gmm#NGA_EAST_SEED_FRANKEL
* @see Gmm#NGA_EAST_SEED_GRAIZER
* @see Gmm#NGA_EAST_SEED_GRAIZER16
* @see Gmm#NGA_EAST_SEED_GRAIZER17
* @see Gmm#NGA_EAST_SEED_HA15
* @see Gmm#NGA_EAST_SEED_PEER_EX
* @see Gmm#NGA_EAST_SEED_PEER_GP
* @see Gmm#NGA_EAST_SEED_PZCT15_M1SS
* @see Gmm#NGA_EAST_SEED_PZCT15_M2ES
* @see Gmm#NGA_EAST_SEED_SP15
* @see Gmm#NGA_EAST_SEED_SP16
* @see Gmm#NGA_EAST_SEED_YA15
*/ */
public abstract class NgaEast implements GroundMotionModel { public abstract class NgaEast implements GroundMotionModel {
...@@ -362,10 +340,7 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -362,10 +340,7 @@ public abstract class NgaEast implements GroundMotionModel {
return φs2s2; return φs2s2;
} }
/* /* Implementation of sammons map models. */
* Base model used for sammons and seed model groups that share common site
* class and sigma models.
*/
static class NgaEast_2018 extends NgaEast { static class NgaEast_2018 extends NgaEast {
static final String NAME = NgaEast.NAME + " (2018)"; static final String NAME = NgaEast.NAME + " (2018)";
static final int MODEL_COUNT = 17; static final int MODEL_COUNT = 17;
...@@ -407,37 +382,6 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -407,37 +382,6 @@ public abstract class NgaEast implements GroundMotionModel {
} }
} }
/* Guo and Chapman Gulf Coastal Plain Amplification (CPA) model. */
@Deprecated
static class Usgs17Cpa extends NgaEast_2018 {
// static final String NAME = "NGA-East (2023)";
static final String NAME = NgaEast.NAME + " (Gulf Coast)";
Usgs17Cpa(Imt imt) {
super(imt);
}
@Override
public LogicTree<GroundMotion> calc(GmmInput in) {
double cpa = Double.isNaN(in.zSed)
? 0.0
: log(ChapmanGuo_2021.cpaPsaRatio(imt, in.zSed, in.Mw, in.rJB));
Position p = tables[0].position(in.rRup, in.Mw);
double[] μs = new double[MODEL_COUNT];
for (int i = 0; i < MODEL_COUNT; i++) {
double μ = tables[i].get(p);
μs[i] = μ + cpa;
}
double[] σs = new double[] {
sigmaEpri(in.Mw),
sigmaPanel(in.Mw, 3000.0) };
return GroundMotions.createTree(
MEAN_IDS, μs, μWts,
SIGMA_IDS, σs, SIGMA_WTS);
}
}
/* /*
* Updated NGA-East for use in the 2023 nshm-conus update. This model includes * Updated NGA-East for use in the 2023 nshm-conus update. This model includes
* (1) the final published nonlinear site amplification model of Hshash et al. * (1) the final published nonlinear site amplification model of Hshash et al.
...@@ -575,45 +519,12 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -575,45 +519,12 @@ public abstract class NgaEast implements GroundMotionModel {
} }
} }
/* Guo and Chapman Gulf Coastal Plain Amplification (CPA) model. */ /*
@Deprecated * Updated NGA-East for use in the 2023 nshm-conus update. This model includes
static class UsgsSeedsCpa extends UsgsSeeds_2018 { * (1) the final published nonlinear site amplification model of Hshash et al.
* (2020) and (2) the Gulf and Atlantic coastal plain effects model of Chapman
static final String NAME = UsgsSeeds_2018.NAME + " (Gulf Coast)"; * & Guo (2021).
*/
UsgsSeedsCpa(Imt imt) {
super(imt);
}
@Override
public LogicTree<GroundMotion> calc(GmmInput in) {
GmmInput inRock = GmmInput.builder().fromCopy(in).vs30(3000).build();
double cpa = Double.isNaN(in.zSed)
? 0.0
: log(ChapmanGuo_2021.cpaPsaRatio(imt, in.zSed, in.Mw, in.rJB));
Position p = tables.values().iterator().next().position(in.rRup, in.Mw);
double[] μs = new double[GMMS.size()];
for (int i = 0; i < GMMS.size(); i++) {
Gmm seed = GMMS.get(i);
if (seed == Gmm.NGA_EAST_SEED_SP16) {
μs[i] = GroundMotions.combine(sp16.calc(inRock)).mean() + cpa;
} else if (imt == Imt.PGV && noPgvSeeds.contains(seed)) {
// use custom input to ensure hard rock from seeds
μs[i] = UsgsPgvSupport.calcAB20Pgv(seed, inRock).mean() + cpa;
} else {
μs[i] = tables.get(seed).get(p) + cpa;
}
}
double[] σs = new double[] {
sigmaEpri(in.Mw),
sigmaPanel(in.Mw, 3000) };
return GroundMotions.createTree(
MEAN_IDS, μs, MEAN_WTS,
SIGMA_IDS, σs, SIGMA_WTS);
}
}
/* Guo and Chapman Gulf Coastal Plain Amplification (CPA) model. */
static class UsgsSeeds_2023 extends UsgsSeeds_2018 { static class UsgsSeeds_2023 extends UsgsSeeds_2018 {
static final String NAME = NgaEast.NAME + " Seed Tree (2023)"; static final String NAME = NgaEast.NAME + " Seed Tree (2023)";
...@@ -700,8 +611,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -700,8 +611,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_2CCSP extends Seed { static final class Seed_2CCSP extends Seed {
static final String ID = "2CCSP"; static final String ID = "2CCSP";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_2CCSP(Imt imt) { Seed_2CCSP(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -709,23 +620,14 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -709,23 +620,14 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_2CVSP extends Seed { static final class Seed_2CVSP extends Seed {
static final String ID = "2CVSP"; static final String ID = "2CVSP";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_2CVSP(Imt imt) { Seed_2CVSP(Imt imt) {
super(ID, imt); super(ID, imt);
} }
} }
static final class Seed_ANC15 extends Seed {
static final String ID = "ANC15";
static final String NAME = Seed.NAME + ID;
Seed_ANC15(Imt imt) {
super(ID, imt);
}
}
static final class Seed_B_a04 extends Seed { static final class Seed_B_a04 extends Seed {
static final String ID = "B_a04"; static final String ID = "B_a04";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID;
...@@ -745,8 +647,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -745,8 +647,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B_ab95 extends Seed { static final class Seed_B_ab95 extends Seed {
static final String ID = "B_ab95"; static final String ID = "B_ab95";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_B_ab95(Imt imt) { Seed_B_ab95(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -754,8 +656,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -754,8 +656,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B_bca10d extends Seed { static final class Seed_B_bca10d extends Seed {
static final String ID = "B_bca10d"; static final String ID = "B_bca10d";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_B_bca10d(Imt imt) { Seed_B_bca10d(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -763,8 +665,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -763,8 +665,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B_bs11 extends Seed { static final class Seed_B_bs11 extends Seed {
static final String ID = "B_bs11"; static final String ID = "B_bs11";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_B_bs11(Imt imt) { Seed_B_bs11(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -781,8 +683,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -781,8 +683,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B20_ab14mod1 extends Seed { static final class Seed_B20_ab14mod1 extends Seed {
static final String ID = "B20_ab14mod1*"; static final String ID = "B20_ab14mod1";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "*";
Seed_B20_ab14mod1(Imt imt) { Seed_B20_ab14mod1(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -790,8 +692,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -790,8 +692,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B20_ab14mod2 extends Seed { static final class Seed_B20_ab14mod2 extends Seed {
static final String ID = "B20_ab14mod2*"; static final String ID = "B20_ab14mod2";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "*";
Seed_B20_ab14mod2(Imt imt) { Seed_B20_ab14mod2(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -799,8 +701,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -799,8 +701,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_B20_bca10d extends Seed { static final class Seed_B20_bca10d extends Seed {
static final String ID = "B20_bca10d*"; static final String ID = "B20_bca10d";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "*";
Seed_B20_bca10d(Imt imt) { Seed_B20_bca10d(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -808,8 +710,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -808,8 +710,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_Frankel extends Seed { static final class Seed_Frankel extends Seed {
static final String ID = "Frankel"; static final String ID = "Frankel";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_Frankel(Imt imt) { Seed_Frankel(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -826,8 +728,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -826,8 +728,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_Graizer16 extends Seed { static final class Seed_Graizer16 extends Seed {
static final String ID = "Graizer16ᵀ*"; static final String ID = "Graizer16";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ*";
Seed_Graizer16(Imt imt) { Seed_Graizer16(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -835,8 +737,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -835,8 +737,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_Graizer17 extends Seed { static final class Seed_Graizer17 extends Seed {
static final String ID = "Graizer17ᵀ*"; static final String ID = "Graizer17";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ*";
Seed_Graizer17(Imt imt) { Seed_Graizer17(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -844,8 +746,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -844,8 +746,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_HA15 extends Seed { static final class Seed_HA15 extends Seed {
static final String ID = "HA15"; static final String ID = "HA15";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_HA15(Imt imt) { Seed_HA15(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -862,8 +764,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -862,8 +764,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_PEER_GP extends Seed { static final class Seed_PEER_GP extends Seed {
static final String ID = "PEER_GP"; static final String ID = "PEER_GP";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_PEER_GP(Imt imt) { Seed_PEER_GP(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -871,8 +773,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -871,8 +773,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_PZCT15_M1SS extends Seed { static final class Seed_PZCT15_M1SS extends Seed {
static final String ID = "PZCT15_M1SS"; static final String ID = "PZCT15_M1SS";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_PZCT15_M1SS(Imt imt) { Seed_PZCT15_M1SS(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -880,8 +782,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -880,8 +782,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_PZCT15_M2ES extends Seed { static final class Seed_PZCT15_M2ES extends Seed {
static final String ID = "PZCT15_M2ES"; static final String ID = "PZCT15_M2ES";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_PZCT15_M2ES(Imt imt) { Seed_PZCT15_M2ES(Imt imt) {
super(ID, imt); super(ID, imt);
...@@ -898,8 +800,8 @@ public abstract class NgaEast implements GroundMotionModel { ...@@ -898,8 +800,8 @@ public abstract class NgaEast implements GroundMotionModel {
} }
static final class Seed_YA15 extends Seed { static final class Seed_YA15 extends Seed {
static final String ID = "YA15"; static final String ID = "YA15";
static final String NAME = Seed.NAME + ID; static final String NAME = Seed.NAME + ID + "ᵀ";
Seed_YA15(Imt imt) { Seed_YA15(Imt imt) {
super(ID, imt); super(ID, imt);
......
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