** Fatal ** CurveValue: Invalid curve passed.
I ran my model in EnergyPlus and I am getting this error on one of my files, it uses a single speed DX cooling coil and a single speed DX heating coil. I have used both these objects and the curves that go with them before but not got this error. Does anyone know where I should be looking or what this really means. I have copied the curves from the examples files and pasted them in.
I appeciate anyone who can help me solve this mystery
Here's the line on which the Fatal error is thrown: CurveManager.cc#L353.
Are you sure that your curves are actually in the file? If you forgot one it could CurveIndex < 0. Check the IDF editor for missing objects
I thought I was sure but it looks like maybe I am missing one. I will take another look.