Add aristeidou_2024.py gsim. Add FIV3, Sa_avg2, and Sa_avg3 IMs#10291
Conversation
fetching the latest updates from the main oq-engine repository
Fixing bugs with Sa_avg2, Sa_avg3, and FIV3 im_name variable. Fixing the addition of component_definition in the im_name. Few other minor bug fixes.
these files are outdated and left in this branch from before the openquake pull request
adding the Aristeidou et al. 2024 GGMM to the updated version of openquake
vectorise the aristeidou_2024.py gsim with respect to the intensity measure array to optimise runtime
this error was occurring when the user had as input a single scenario of context parameters
|
Dear @Savvinos-Aristeidou many thanks for your pull request. Overall, we are fine with your code. The only exception is the file |
|
Since the |
|
@mmpagani : Thanks for the review! The @micheles : Thanks for the review! Now we read the file in the Theoretically we could have the weights and biases values in a Thanks for the instructions and corrections. |
|
From my perspective, the PR is good to go. Many thanks, @Savvinos-Aristeidou, for your contribution! |
Implementing the Aristeidou et al. (2024) GMM, which was developed using artificial neural networks, and estimates a range of intensity measure and horizontal component definitions.
Adding the FIV3, Sa_avg2, and Sa_avg3 intensity measure in the imt.py file.
The tests for this gsim were added as well.