Clean up Alaska NGA-Sub bias corrected GMMs
- Remove original bias correction
-
Rename
*_BIAS_CORR_NEW
to*_ADJUSTED
consistent with other, similarly 'adjusted' GMMs.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Powers, Peter M. added 2023 GMM labels
- Powers, Peter M. assigned to @jaltekruse
assigned to @jaltekruse
- Powers, Peter M. mentioned in issue ghsc/nshmp/nshms/nshm-alaska#33 (closed)
mentioned in issue ghsc/nshmp/nshms/nshm-alaska#33 (closed)
- Owner
The PGA reference calculation for AG20, KBCG20, and PSBAH20 all apply the Alaska bias adjustment for the target period and not for PGA. i.e.:
pgaRef = calcMean(coeffsPGA, coeffAkBias, ...) mu = calcMean(coeffs, coeffAkBias, ...)
@pmpowers - Should we be using the PGA bias correction in the pgaRef calc? (
coeffAkBiasPGA
andcoeffAkBias
) Collapse replies - Owner
either have 1) a separate
coeffAkBiasPGA
coefficients object or 2) withincoeffAkBias
havecorrection
andcorrectionPGA
and use the appropriate adjustment in the reference calc. The latter seems simpler.
- Altekruse, Jason Morgan mentioned in merge request !409 (merged)
mentioned in merge request !409 (merged)
- Powers, Peter M. changed milestone to %Finalize 2023 NSHM and ongoing GMM work
changed milestone to %Finalize 2023 NSHM and ongoing GMM work
- Altekruse, Jason Morgan marked the checklist item Remove original bias correction as completed
marked the checklist item Remove original bias correction as completed
- Altekruse, Jason Morgan marked the checklist item Rename
*_BIAS_CORR_NEW
to*_ADJUSTED
consistent with other, similarly 'adjusted' GMMs. as completedmarked the checklist item Rename
*_BIAS_CORR_NEW
to*_ADJUSTED
consistent with other, similarly 'adjusted' GMMs. as completed - Owner
PGA bias correction is now used to calculate PGAref
- Altekruse, Jason Morgan mentioned in commit f3735b90
mentioned in commit f3735b90
- Altekruse, Jason Morgan closed with merge request !409 (merged)
closed with merge request !409 (merged)
- Author Owner
Refactor NGA-Sub implementations to use 'data adjusted' instead of 'bias corrected'
- Powers, Peter M. reopened
reopened