Skip to content

Commit

Permalink
Merge pull request #11 from zsarnoczay/master
Browse files Browse the repository at this point in the history
azs - edit Ex7 & 8 to work with Pelicun3
  • Loading branch information
fmckenna authored Dec 28, 2023
2 parents ba57cbb + 21c0035 commit 681f328
Show file tree
Hide file tree
Showing 28 changed files with 4,075 additions and 2,548 deletions.
17 changes: 10 additions & 7 deletions E7HurricaneWindWater/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"ApplicationData": {
"assetSourceFile": "AtlanticBuildingInventory.csv",
"filter": "1-20",
"inputIsGIS": false,
"pathToSource": "{Current_Dir}/input_data"
}
}
},
"DL": {
"Buildings": {
"Application": "pelicun",
"Application": "Pelicun3",
"ApplicationData": {
"DL_Method": "HAZUS MH HU",
"Realizations": 5000,
Expand All @@ -22,7 +23,7 @@
"event_time": "off",
"ground_failure": false,
"log_file": true,
"path_to_auto_script": "{Current_Dir}/input_data"
"path_to_auto_script": "{Current_Dir}/input_data/auto_pop"
}
}
},
Expand All @@ -41,8 +42,6 @@
}
}
},
"Performance": {
},
"RegionalEvent": {
"Application": "UserInputHurricane",
"ApplicationData": {
Expand Down Expand Up @@ -105,8 +104,6 @@
}
},
"Name": "E7 - Hurricane Wind + Water",
"Performance": {
},
"RegionalEvent": {
"eventFile": "EventGrid.csv",
"eventFilePath": "{Current_Dir}/input_data/IMs",
Expand Down Expand Up @@ -137,6 +134,8 @@
"waste": false,
"water": false
},
"commonFileDir": "input_data",
"localAppDir": "/Users/adamzs/SimCenter",
"outputs": {
"AIM": false,
"DM": true,
Expand All @@ -147,10 +146,14 @@
},
"randomVariables": [
],
"remoteAppDir": "/Users/adamzs/SimCenter",
"runDir": "/Users/adamzs/Documents/R2D/LocalWorkDir",
"runType": "runningLocal",
"type": "Earthquake",
"units": {
"force": "kips",
"length": "ft",
"time": "sec"
}
},
"workingDir": "/Users/adamzs/Documents/R2D/LocalWorkDir"
}
Loading

0 comments on commit 681f328

Please sign in to comment.