Skip to content

Commit

Permalink
fmk - fixing some json files as not valid JSON, removing extraneous k…
Browse files Browse the repository at this point in the history
…ey-pair items relalted to running app
  • Loading branch information
fmckenna committed Apr 24, 2024
1 parent 6404244 commit b4f6211
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 16 deletions.
80 changes: 80 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Prerequisites
*.d

# old text editor files
*~

# Qt created files
moc*

# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

!winDLLS/
!winDLLS/*

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
EE_UQ
StochasticGroundMotion

# QT
*.pro.user
qcustomplot.h
qcustomplot.cpp
*.stash
qrc_images.cpp
qrc_images1.cpp
qrc_styles.cpp

# Sensitive Information
R2DUserPass.h

# OTHER
Makefile
Makefile.*
StandardEarthquakeEDP
OpenSeesInput
OpenSeesPostprocessor
OpenSeesPreprocessor
extractEDP
MultipleSimCenterEvents
MultiplePEER_Events
postprocessDAKOTA
*.pyc
*.autosave
debug.log
MDOF_BuildingModelToSAM
build
results
userID.sh
Frameworks
*.lnk
.vscode/*
.DS_Store*
*zip
8 changes: 2 additions & 6 deletions E11SeasideWDNAndBuildings/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"DL": {
"Buildings": {
"Application": "pelicun",
"Application": "Pelicun3",
"ApplicationData": {
"DL_Method": "User-provided Fragilities",
"Realizations": 5,
Expand Down Expand Up @@ -291,7 +291,6 @@
"water": true
},
"commonFileDir": "",
"localAppDir": "/Users/fmckenna/NHERI/R2DTool/build/R2D.app/Contents/MacOS",
"outputs": {
"AIM": true,
"DM": true,
Expand All @@ -302,14 +301,11 @@
},
"randomVariables": [
],
"remoteAppDir": "/Users/fmckenna/NHERI/R2DTool/build/R2D.app/Contents/MacOS",
"runDir": "/Users/fmckenna/Documents/R2D/LocalWorkDir",
"runType": "runningLocal",
"type": "Earthquake",
"units": {
"force": "lb",
"length": "inch",
"time": "sec"
},
"workingDir": "/Users/fmckenna/Documents/R2D/LocalWorkDir"
}
}
2 changes: 1 addition & 1 deletion E13HurricaneSurge/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"DL": {
"Buildings": {
"Application": "pelicun",
"Application": "Pelicun3",
"ApplicationData": {
"DL_Method": "HAZUS MH HU",
"Realizations": 5000,
Expand Down
2 changes: 1 addition & 1 deletion E1BasicHAZUS/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@
"force": "kips",
"length": "ft",
"time": "sec"
},
}
}
2 changes: 1 addition & 1 deletion E2MDOFBuildingResponse/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@
"force": "kips",
"length": "ft",
"time": "sec"
},
}
}
7 changes: 1 addition & 6 deletions E7HurricaneWindWater/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"water": false
},
"commonFileDir": "input_data",
"localAppDir": "/Users/adamzs/SimCenter",
"outputs": {
"AIM": false,
"DM": true,
Expand All @@ -145,14 +144,10 @@
},
"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"
}
}
2 changes: 1 addition & 1 deletion E9Tsunami/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@
"force": "N",
"length": "m",
"time": "sec"
},
}
}

0 comments on commit b4f6211

Please sign in to comment.