diff --git a/Examples/eeuq-0005/src/input.json b/Examples/eeuq-0005/src/input.json index 1fa868c7..10d23d9c 100644 --- a/Examples/eeuq-0005/src/input.json +++ b/Examples/eeuq-0005/src/input.json @@ -41,6 +41,7 @@ "EventClassification": "Earthquake", "modelName": "Vlachos et al. (2018)", "momentMagnitude": "RV.M", + "protectModel": false, "ruptureDist": "RV.R", "seed": 500, "type": "StochasticMotion", diff --git a/Examples/eeuq-0010/src/input.json b/Examples/eeuq-0010/src/input.json index 2344884f..1fe867a1 100644 --- a/Examples/eeuq-0010/src/input.json +++ b/Examples/eeuq-0010/src/input.json @@ -109,9 +109,8 @@ "Modeling": { "Application": "SurrogateGPBuildingModel", "ApplicationData": { - "MS_Path": "{Current_Dir}/eeuq-0010/src", - "mainScript": "SimGpModel.json", - "postprocessScript": "" + "MS_Path": "{Current_Dir}/.", + "mainScript": "SimGpModel.json" }, "femOption": "continue", "gpSeed": 1,