Add logic tree for Cybershake
Add logic tree for cybershake adjustments. There are currently two GMM flavors; BSSA_14_CYBERSHAKE
and BSSA_14_CYBERSHAKE_CENTERED
. One model will likely be used with 25% weight of BSSA_14 when a site is located within the Los Angeles basin. This can be implemented a variety of ways:
- Implement
BSSA_14_BASIN_2023
that would internally pick up a Cybershake flag for the LA basin and give 75/25 weight to basin/cybershake. It's difficult to create comparisons because turning off site data will turn off both basin models. - Include
BSSA_14_CYBERSHAKE*
in GMM logic tree with 0.0625 weight;BSSA_14_BASIN
gets 0.1875 weight. Outside the LA basin,BSSA_14_CYBERSHAKE*
will behave identically toBSSA_14_BASIN
.
See #142 (closed)