gem / oq-engine

OpenQuake's Engine for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
373 stars 272 forks source link

Access to additional variance components of GMM standard deviation models #9783

Open mmoschetti-usgs opened 2 weeks ago

mmoschetti-usgs commented 2 weeks ago

I don't think there is a straightforward way to access additional variance components (specifically, phiSS and phiS2S) from the GMM standard deviation models that compute these values. Are the OQ developers considering ways to evaluate and return these values in the GMM calculations?

micheles commented 4 days ago

Not at the moment. Saving such quantities would be hard and would require a lot of data storage, possibly slowing down continental scale calculations. If you are interested only in single site calculations, then there are no performance constraints; but then, you can just implement what you want at the level of hazardlib, without using the engine proper. Maybe you can share some light on the use case you have in mind?