Ejemplo n.º 1
0
 def test_fotopoulou_pitilakis_2015_pgv(self):
     sites = gtu._setup_sites_yield_accel()
     gdem = FotopoulouPitilakis2015PGV(gsim_by_imt={"PGV": BooreEtAl2014()},
                                       truncation=6.,
                                       nsample=100)
     curves = self._run_calculator(gdem, LS_IMTLS, sites)
     self._check_curves(curves["PGDfSlope"], "landsliding_fp15_pgv.csv")
Ejemplo n.º 2
0
 def test_hazus_landsliding_ky(self):
     sites = gtu._setup_sites_yield_accel()
     gdem = HAZUSLandslidingKy(gsim_by_imt={"PGA": BooreEtAl2014()},
                               truncation=6.,
                               nsample=100)
     curves = self._run_calculator(gdem, LS_IMTLS, sites)
     self._check_curves(curves["PGDfSlope"], "hazus_landsliding_ky.csv")
Ejemplo n.º 3
0
 def test_rathje_saygili_2009_pga(self):
     sites = gtu._setup_sites_yield_accel()
     gdem = RathjeSaygili2009PGA(gsim_by_imt={"PGA": BooreEtAl2014()},
                                 truncation=6.,
                                 nsample=100)
     curves = self._run_calculator(gdem, LS_IMTLS, sites)
     self._check_curves(curves["PGDfSlope"],
                        "landsliding_rathje_saygili09_pga.csv")
Ejemplo n.º 4
0
 def test_jibson_2007_ia(self):
     sites = gtu._setup_sites_yield_accel()
     gdem = Jibson2007Ia(gsim_by_imt={"IA": TravasarouEtAl2003()},
                         truncation=6.,
                         nsample=100)
     curves = self._run_calculator(gdem, LS_IMTLS, sites)
     self._check_curves(curves["PGDfSlope"],
                        "landsliding_jibson2007_ia.csv")
Ejemplo n.º 5
0
 def test_jibson_2007_pga_mag(self):
     sites = gtu._setup_sites_yield_accel()
     gdem = Jibson2007PGAMag(gsim_by_imt={"PGA": BooreEtAl2014()},
                             truncation=6.,
                             nsample=100)
     curves = self._run_calculator(gdem, LS_IMTLS, sites)
     self._check_curves(curves["PGDfSlope"],
                        "landsliding_jibson2007_pga_mag.csv")