Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed modified_gsim when the underlying GMPE has arguments #9811

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

micheles
Copy link
Contributor

Solves a problem in GEESE with the NAF logic tree

.<?xml version="1.0" encoding="utf-8"?>
<nrml
xmlns="http://openquake.org/xmlns/nrml/0.5"
xmlns:gml="http://www.opengis.net/gml"
>
    <logicTree
    logicTreeID="lt"
    >
        <logicTreeBranchSet
        applyToTectonicRegionType="Tectonic_Type_C"
        branchSetID="bs0"
        uncertaintyType="gmpeModel"
        >
            <logicTreeBranch
            branchID="br0"
            >
                <uncertaintyModel>
                    [ModifiableGMPE.gmpe.AtkinsonBoore2006Modified2011]
[ModifiableGMPE.add_between_within_stds]
with_betw_ratio = 1.5
                </uncertaintyModel>
                <uncertaintyWeight>
                    5.0000000E-01
                </uncertaintyWeight>
            </logicTreeBranch>
            <logicTreeBranch
            branchID="br1"
            >
                <uncertaintyModel>
                    [ModifiableGMPE.gmpe.NRCan15SiteTerm]
gmpe_name = 'PezeshkEtAl2011NEHRPBC'
[ModifiableGMPE.add_between_within_stds]
with_betw_ratio = 1.5
                </uncertaintyModel>
                <uncertaintyWeight>
                    5.0000000E-01
                </uncertaintyWeight>
            </logicTreeBranch>
        </logicTreeBranchSet>
    </logicTree>
</nrml>

@micheles micheles added the bug label Jun 27, 2024
@micheles micheles added this to the Engine 3.21.0 milestone Jun 27, 2024
@CB-quakemodel
Copy link
Contributor

LGTM thanks Michele

@micheles micheles merged commit 4127809 into master Jun 27, 2024
6 checks passed
@micheles micheles deleted the modified_gsim branch June 27, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants