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

added chapman and guo vs30 ref

parent 95d84901
No related branches found
No related tags found
1 merge request!268NGA-East updates
...@@ -33,6 +33,8 @@ class ChapmanGuo_2021 { ...@@ -33,6 +33,8 @@ class ChapmanGuo_2021 {
PGV, PGV,
Imt.mprsImts().toArray(new Imt[0])); Imt.mprsImts().toArray(new Imt[0]));
static final double VS_REF = 590.0;
private static final double[] Z = { private static final double[] Z = {
0.0, 0.1, 0.2, 0.3, 0.4, 0.6, 0.8, 0.0, 0.1, 0.2, 0.3, 0.4, 0.6, 0.8,
1.0, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5, 12.5 }; 1.0, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5, 10.5, 11.5, 12.5 };
......
...@@ -216,7 +216,6 @@ final class GroundMotionTables { ...@@ -216,7 +216,6 @@ final class GroundMotionTables {
NGA_EAST = initNgaEast(); NGA_EAST = initNgaEast();
NGA_EAST_WEIGHTS = initNgaEastWeights(); NGA_EAST_WEIGHTS = initNgaEastWeights();
NGA_EAST_SEEDS = initNgaEastSeeds(); NGA_EAST_SEEDS = initNgaEastSeeds();
KBCG20_EPISTEMIC = initKbcg20(); KBCG20_EPISTEMIC = initKbcg20();
} }
......
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