What you aim to do - at the moment - it can be done only with some python code and not directly with the OQ Engine.
--
You received this message because you are subscribed to the Google Groups "OpenQuake Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openquake-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openquake-users/1b688e71-07f3-4f4e-8a40-1ea2155d2aa4n%40googlegroups.com.
Regarding cross-correlated gm fields, not at the moment Anne. If some of you are willing to work on this we can help but at present we are focused on a number of improvements defined within a project e.g. CS spectrum, VPSHA.
Regarding the possibility of retrieving standard deviations, I will send you an example of python script that does it.
Marco
To view this discussion on the web visit https://groups.google.com/d/msgid/openquake-users/e57c3ccd-9a40-4bf2-b078-1cf63875ecf0n%40googlegroups.com.
Hi Anne, sorry it slipped through the cracks. Terrible period in terms of workload.
Attached you find a jupyter python notebook and a script. They show how you can get total and between event std for one example GMM (Boore Atkinson, 2008). In order to use it for other GMMs please make sure that all the explanatory variables requested (as described in the header of each model implemented in the OQ Engine see for example https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/gsim/boore_atkinson_2008.py#L59) are defined. For example, if a GMM uses a rrup site-rupture metric you must add it to the DistanceContext in the same way in the script it’s done for rjb. For a nomenclature of distance parameters you can take look here https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/contexts.py#L80 and here for rupture https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/contexts.py#L319.
If you are experiencing problems or there’s something not clear please just write.
Marco
To view this discussion on the web visit https://groups.google.com/d/msgid/openquake-users/3d11f9de-24a2-40a0-9ea2-493c9f175c33n%40googlegroups.com.