Skip to content
Snippets Groups Projects
Commit 44da78b4 authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

add BETA to GMM name

parent c8d1c5de
No related branches found
No related tags found
1 merge request!396Beta implementation of Gomez 2022
...@@ -64,12 +64,13 @@ public enum Gmm { ...@@ -64,12 +64,13 @@ public enum Gmm {
MotazedianAtkinson_2005.NAME, MotazedianAtkinson_2005.NAME,
MotazedianAtkinson_2005.COEFFS, MotazedianAtkinson_2005.COEFFS,
MotazedianAtkinson_2005.CONSTRAINTS), MotazedianAtkinson_2005.CONSTRAINTS),
GOMEZ_22_CRUSTAL( GOMEZ_22_CRUSTAL(
Gomez_2022.Crustal.class, Gomez_2022.Crustal.class,
Gomez_2022.Crustal.NAME, Gomez_2022.Crustal.NAME,
Gomez_2022.Crustal.COEFFS, Gomez_2022.Crustal.COEFFS,
Gomez_2022.Crustal.CONSTRAINTS), Gomez_2022.Crustal.CONSTRAINTS),
GOMEZ_22_NONCRUSTAL( GOMEZ_22_NONCRUSTAL(
Gomez_2022.NonCrustal.class, Gomez_2022.NonCrustal.class,
Gomez_2022.NonCrustal.NAME, Gomez_2022.NonCrustal.NAME,
......
...@@ -36,7 +36,7 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree; ...@@ -36,7 +36,7 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree;
*/ */
public abstract class Gomez_2022 implements GroundMotionModel { public abstract class Gomez_2022 implements GroundMotionModel {
static final String NAME = "Gomez (2022)"; static final String NAME = "Gomez (2022) BETA";
/* TODO: set constraints */ /* TODO: set constraints */
static final Constraints CONSTRAINTS = Constraints.builder() static final Constraints CONSTRAINTS = Constraints.builder()
......
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