-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve bugs #66
Resolve bugs #66
Conversation
Applications to fix:
|
I reran the tests (R2023b) using identical input files from
Given that the tolerance is arbitrarily set, I'm not concerned about tests 1 and 2 above. Tests 3 and 4 have a large and significant error but only at a very small number of time steps. It surprises me that a single time step could have an error of 16% when those around it have a small error under the tolerance. We currently don't have a turbSim file committed for consistent regression testing because it is very large. Only turbulent tests are failing so I'm guessing that there's a stochastic process in the turbulent wind field prediction that is creating these relatively large errors at certain wind speeds. I will test this by running a case on WEC-Sim main, saving all input files including |
Part of my above comment is incorrect--I forgot that An identical MOST application passes using WEC-Sim main but not on dev. Still something to figure out... |
This PR complements WEC-Sim/WEC-Sim#1317