-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gmm period interpolation #17
Comments
This is going to be important when we start running the multi-period spectra maps. The 2014 NSHMP Western US model uses the Atkinson & Macias (2009) GMM for Interface sources, and we need to run it for 0.75 seconds, which is not an original supported period for that GMM. We interpolated coefficients for this period in the Fortran code. |
Although this ticket remains open, the Atkinson & Macias '09 coefficients for 0.75s have been copied over from nshmp-haz-fortran in #166 |
Also copied over Zhao '06 0.75s coeffs in #175 |
Figure out how to add support for interpolated periods such that Gmm.supportedImts() returns correct superset of those supported via CoefficientContainer and those supported via interpolation. Will require GmmInterpolator (or similar) class that will perform calc() using the periods above and below. |
...not doing these... (edit)
|
Considering the foregoing, generalized interpolation is difficult. Moreover, most ground motion model developers are now well aware of the broad spectrum support desired by the engineering community and are developing models accordingly. It will be easier in the near term to make modifications to those few GMMs that require additional short and long period support. |
Develop ability to interpolate between periods; useful when building response spectra when sources use Gmm's with different period support. See #16
The text was updated successfully, but these errors were encountered: