You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] A water heater equipment example where all the conditions (ambient temp, ambient humidity (for HPWH), mains temp, and flow rate) are all in a data file.
We have something kind of like this for running UEF tests in the pcm branch, although a lot of the conditions other than flow are constant so not in a file. Having this all be a file would be nice not just for running tests like UEF/FHR in OCHRE, but if you want to validate a WH model against real data from the lab or field this'd be really handy.
A long time ago I had a script like this for HPWH model validation, but I think this is the closest thing we have recently (and using UEF test as the example probably makes the most sense anyways): https://github.com/NREL/OCHRE/blob/pcm-13node/bin/run_pcm_wh.py. We'd ideally just change the constant schedules to load from a csv of conditions, for this test they're constant anyways but that won't always be the case.
There's a few issues related to example code (in bin/ and notebook/ folders) and docs that would be good to fix to improve accessibility:
The text was updated successfully, but these errors were encountered: