Skip to content
Snippets Groups Projects
Commit 4a948d0d authored by g-weatherill's avatar g-weatherill
Browse files

Adds SHARE regionalisation files, renames existing files

parent bf7ede6e
Branches dev master
No related tags found
No related merge requests found
Pipeline #28860 failed
Showing with 451 additions and 8 deletions
......@@ -303,19 +303,19 @@ REGIONALIZATION_DIRECTORY = os.path.join(os.path.dirname(__file__), "regionaliza
# Path to default regionalization data files
DEFAULT_GLOBAL_REGIONALIZATION_REGIONS = [
os.path.join(REGIONALIZATION_DIRECTORY, "germany_v4.geojson"), # Germany
os.path.join(REGIONALIZATION_DIRECTORY, "eshm20_all.geojson"), # ESHM20
os.path.join(REGIONALIZATION_DIRECTORY, "volcanic.geojson"), # Global volcanic zones
os.path.join(REGIONALIZATION_DIRECTORY, "stable.geojson"), # Global stable regions
os.path.join(REGIONALIZATION_DIRECTORY, "germany.geojson"), # Germany
os.path.join(REGIONALIZATION_DIRECTORY, "eshm20.geojson"), # ESHM20
os.path.join(REGIONALIZATION_DIRECTORY, "global_volcanic.geojson"), # Global volcanic zones
os.path.join(REGIONALIZATION_DIRECTORY, "global_stable.geojson"), # Global stable regions
]
# Corresponding default GSIM mapping files
DEFAULT_GLOBAL_GSIM_MAPPING = [
os.path.join(REGIONALIZATION_DIRECTORY, "germany_gsim_mapping.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "eshm20_gmm_mapping.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "global_volcanic_mapping.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "global_stable_mapping.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "germany.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "eshm20.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "global_volcanic.json"),
os.path.join(REGIONALIZATION_DIRECTORY, "global_stable.json"),
]
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
{"Active Shallow Crust": [{"id": "AkkarBommer2010ASC", "model": "AkkarBommer2010", "weight": 0.35}, {"id": "CauzziFaccioli2008ASC", "model": "CauzziFaccioli2008", "weight": 0.35}, {"id": "ChiouYoungs2008ASC", "model": "ChiouYoungs2008", "weight": 0.2}, {"id": "ZhaoEtAl2006ASC", "model": "ZhaoEtAl2006Asc", "weight": 0.1}], "Stable Shallow Crust": [{"id": "AkkarBommer2010SSC", "model": "AkkarBommer2010", "weight": 0.2}, {"id": "CauzziFaccioli2008SSC", "model": "CauzziFaccioli2008", "weight": 0.2}, {"id": "ChiouYoungs2008SSC", "model": "ChiouYoungs2008", "weight": 0.2}, {"id": "ToroEtAl2002SHARESSC", "model": "ToroEtAl2002SHARE", "weight": 0.2}, {"id": "Campbell2003SHARESSC", "model": "Campbell2003SHARE", "weight": 0.2}], "Shield": [{"id": "ToroEtAl2002SHAREShield", "model": "ToroEtAl2002SHARE", "weight": 0.5}, {"id": "Campbell2003SHAREShield", "model": "Campbell2003SHARE", "weight": 0.5}], "Subduction Interface": [{"id": "AtkinsonBoore2003SInter", "model": "AtkinsonBoore2003SInter", "weight": 0.2}, {"id": "LinLee2008SInter", "model": "LinLee2008SInter", "weight": 0.2}, {"id": "YoungsEtAl1997SInter", "model": "YoungsEtAl1997SInter", "weight": 0.2}, {"id": "ZhaoEtAl2006SInter", "model": "ZhaoEtAl2006SInter", "weight": 0.4}], "Subduction Inslab": [{"id": "AtkinsonBoore2003SSlab", "model": "AtkinsonBoore2003SSlab", "weight": 0.2}, {"id": "LinLee2008SSlab", "model": "LinLee2008SSlab", "weight": 0.2}, {"id": "YoungsEtAl1997SSlab", "model": "YoungsEtAl1997SSlab", "weight": 0.2}, {"id": "ZhaoEtAl2006SSlab", "model": "ZhaoEtAl2006SSlab", "weight": 0.4}], "Volcanic": [{"id": "FaccioliEtAl2010Volc", "model": "FaccioliEtAl2010", "weight": 1.0}], "Subduction Deep": [{"id": "LinLee2008Vrancea", "model": "LinLee2008SSlab", "weight": 0.6}, {"id": "YoungsEtAl1997Vrancea", "model": "YoungsEtAl1997SSlab", "weight": 0.4}]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment