-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Labels
Description
In the current engine's master, there are two models for calculating lateral spread displacements that are stored in hazardlib/gsim
:
-
https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/gsim/youd_etal_2002.py
-
https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/gsim/zhang_zhao_2005.py
However, when attempting to run a risk calculation using either of these two models (see attached test files), the following error is raised:
File "C:\Users\lanat\GEM\oq-engine\openquake\commonlib\oqvalidation.py", line 1731, in set_risk_imts
raise ValueError(f'The risk functions contain {imt} which is '
ValueError: The risk functions contain LSD which is not in the secondary IMTs set()
This issue occurs consistently with both models, while other sep models run without any problems.