All the results are 0 but workflow are normal #222
-
Beta Was this translation helpful? Give feedback.
Answered by
jinyan1214
Sep 13, 2024
Replies: 2 comments 3 replies
-
I think you should look at the results folders and check if the PFA values are indeed small. The EDP values are stored in a file named "response.csv". If the PFA values are indeed small, I suggest you look at the EVENT.json in one of the "workdir.x" and confirm the ground motion magnitude is correct. Pay attention to the units. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TH_file stands for time history file. Some resource to understand R2D better is the developer manual in the R2D documentation, although some content in the documentation may be outdated. To figure out an answer to your questions, I suggested running the R2D backend workflow driver manually and confirming that the analysis in each step was performed as you expected. Please note that the command in "Run Locally on Your Desktop" is outdated and an example of the correct command is here:
python $PWD/SimCenterBackendApplications/applications/Workflow/rWHALE.py ./R2DExamples/E1BasicHAZUS/input.json --registry $PWD/SimCenterBackendApplications/applications/Workflow/WorkflowApplications.json --re…