NREL / OCHRE

A Python-based building energy modeling (BEM) tool designed to model flexible loads in residential buildings
https://www.nrel.gov/grid/ochre.html
BSD 3-Clause "New" or "Revised" License
40 stars 4 forks source link

Update ZIP parameters #11

Open jmaguire1 opened 1 year ago

jmaguire1 commented 1 year ago
mnblonsky commented 1 year ago

Update ZIP parameters from https://ieeexplore.ieee.org/document/9539187. See tables in above paper and original sources. Some sources should also have power factor data

I'd like to revisit the ZIP coefficients we have in OCHRE. Right now they're based on literature review, but we have all the appliances in SPL so as much as we can we should try to get data from the lab equipment and use that directly.

mnblonsky commented 1 year ago

Another option is to co-optimize power/voltage with the grid model. Likely required to study voltage violations with Volt-VAR and other advanced inverter functions.

jmaguire1 commented 1 year ago

Hmmm, that'd be pretty interesting, but we probably need a study with that actual use case if we want to add that functionality. Maybe worth starting a new issue with a little more detail to track the idea for the future?

jmaguire1 commented 1 year ago

Good intern task