diff --git a/pelicun/examples/003/CMP_QNT.csv b/pelicun/examples/003/CMP_QNT.csv new file mode 100644 index 000000000..1c04155cf --- /dev/null +++ b/pelicun/examples/003/CMP_QNT.csv @@ -0,0 +1,4 @@ +ID,Units,Location,Direction,Theta_0,Blocks,Family,Theta_1,Comment +HWB.GS.3,ea,1,1,1,1,,, +HRD.GF.1,ea,2,1,1,1,,, +HTU.GS.1,ea,3,1,1,1,,, diff --git a/pelicun/examples/003/demands.csv b/pelicun/examples/003/demands.csv new file mode 100644 index 000000000..ad782418f --- /dev/null +++ b/pelicun/examples/003/demands.csv @@ -0,0 +1,3 @@ +,1-SA_1.0-1-1,1-PGD-2-1,1-PGA-3-1 +Units,g,in,g +0,1.5,60,0.9 diff --git a/pelicun/examples/003/input.json b/pelicun/examples/003/input.json new file mode 100644 index 000000000..15e2d5755 --- /dev/null +++ b/pelicun/examples/003/input.json @@ -0,0 +1,38 @@ +{ + "DL": { + "Asset": { + "ComponentAssignmentFile": "CMP_QNT.csv", + "ComponentDatabase": "User Defined", + "ComponentDatabasePath": "PelicunDefault/damage_DB_Hazus_EQ_trnsp.csv" + + }, + "Damage": { + "DamageProcess": "None" + }, + "Demands": { + "Calibration": { + "ALL": { + "DistributionFamily": "empirical" + } + }, + "DemandFilePath": "demands.csv", + "SampleSize": "500" + }, + "Losses": { + "BldgRepair": { + "ConsequenceDatabase": "User Defined", + "ConsequenceDatabasePath": "PelicunDefault/loss_repair_DB_Hazus_EQ_trnsp.csv", + "MapApproach": "User Defined", + "MapFilePath": "lossmap.csv" + } + } + }, + "GeneralInformation": { + "units": { + "force": "kips", + "length": "in", + "temperature": "C", + "time": "sec" + } + } +} diff --git a/pelicun/examples/003/lossmap.csv b/pelicun/examples/003/lossmap.csv new file mode 100644 index 000000000..b111efda4 --- /dev/null +++ b/pelicun/examples/003/lossmap.csv @@ -0,0 +1,4 @@ +ID,BldgRepair +DMG-HWB.GS.3,HWB +DMG-HRD.GF.1,HRD +DMG-HTU.GS.1,HTU