I know EnergyPlus having severe errors but not fatal error isn't new, but I have not run across that before with OpenStudio Server. It creates a confusing situation because the datapoint failed even though all the reporting measure rain and produced output. This is because the OSW returns "Fail" but it is hard to find out why as there are no step errors. I see two possible solutions here, other than making EnergyPlus consistent so Server Error always results in Fatal Error.
- It would be nice if E+ and even forward translation shows up like a step, so that if it fails at either place there can be a step_error to search for.
- If this OSW is really going to fail due to output in the EnergyPlus error file then maybe it should stop the workflow and not run reporting measures.
- Or if we don't want to stop on Severe Errors we can change the OSW to not return "Fail"
I know EnergyPlus having severe errors but not fatal error isn't new, but I have not run across that before with OpenStudio Server. It creates a confusing situation because the datapoint failed even though all the reporting measure rain and produced output. This is because the OSW returns "Fail" but it is hard to find out why as there are no step errors. I see two possible solutions here, other than making EnergyPlus consistent so Server Error always results in Fatal Error.