Closed JingWang-CUB closed 3 months ago
Are you specifying HVAC Cooling (or an ASHP or MSHP) in the dwelling_args
? That's the only thing I can think of why this would happen.
Right, we added the following in dwelling_args
to force realistic behavior of HVAC and WH. If this has caused this issue, is there an easy fix for it?
Yeah, I would remove the 'HVAC Cooling' line. That should solve it. I guess it's a little tricky since you have to know in advance whether there's cooling or not. There's probably not a great way to know that unless you read the HPXML file first.
I can read the HPXML file and determine if the building has cooling or not, or I can read the buildstock.csv. @jmaguire1 , thoughts?
@JingWang-CUB: Do you still need to parse in those arguments in the first place now that we decided on 2 minute timestep? We were doing that specifically to support 5 minute timesteps not defaulting to realistic controls, weren't we?
IF you do have to parse in whether cooling is present or not, I'd just do whatever's easier. Using HPXML is more flexible, but if you're already loading the buildstock.csv file then go with that.
Removing the following arguments solved this issue.
I hit the exception error below when running ResStock models in OCHRE. This building has no cooling system so the hpxml file doesn't come with a weekday/weekend cooling setpoint schedule, but OCHRE is requiring it somehow.