Specifying Scenarios for the Stochastic Assessment #323
-
|
Hello all, I'm currently doing a test run for a stochastic assessment, simulating intensity at each site. Since it's a test run, I'm using two site locations, two IM realization per site, and two scenarios. For the two scenarios, I have a list of sources I'm simulating for, and I used the source index inside my configuration file (Please note, I'm using the backend code). The run is successful but the maps is not simulated for the two scenarios I specify. Questions: Attached is the configuration file and the RupFile.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hello, Thanks for your question and your interest in using this tool! If I understand your question correctly, you have run scenario forecasting to get a number of earthquake rupture scenarios and get a RupFile.json. Then, you want to simulate IM maps for two scenarios in the RupFile.json. To do this, please replace the "Generator" part in the your EQHazardConfiguration.json with below: By doing this, the HazardSimulationEQ.py will simulate IM maps for the first two and the fifth rupture scenarios in your RupFile.json. You can modify the RuptureFilter to select the scenarios you want to simulate. Note: It looks like the EQHazardConfiguration.json you attached comes from a very old version of the simulation code. Please use the latest simulation code at https://github.com/NHERI-SimCenter/SimCenterBackendApplications/tree/9126b14d2cdb23084b12fc43e7083ca9c9fd6f9e/modules/performRegionalEventSimulation/regionalGroundMotion Hope this helps and please let us know if you have further questions. |
Beta Was this translation helpful? Give feedback.
I am attaching the configuration file I use on my computer: EQHazardConfiguration.json
BTW, the function you desire is also available through the latest R2D user interface. So if you run a small example through the user interface, you will find one EQHazardConfiguration.json in your local work directory (by default, your Documents directory).
Hope this is useful.