Closed lixiliu closed 1 month ago
Results with these updates:
This is MUCH better than we used to be. If we wanted to get to exactly 1.0, I think we could shift the mean in this distribution to be 3% lower (the average across all usage levels in this 30k sample, which should be big enough to be representative). That said, I'd be fine with this as is, compared to the huge boost in hot water use we were doing. I suspect this will have a pretty minimal effect on energy use, maybe on the edges of some HPWH cases you'll end up with more element usage, but overall being slightly higher than 100% on average seems like a pretty minimal difference.
Hmm, what is the possible explanation for why things are off by 2-5%? If the distribution has a mean of 1.0 and we have enough samples, it seems like we should be closer.
Would it make sense to do a quick run where we only use the 100% Usage option and see if that matches better? That could help isolate whether the discrepancy is caused by the energy model or the distribution.
@shorowit: The mean of the % distributions is also 1.02 (as in the average multiplier is coming out to 1.02, not 1.00), so I'm pretty confident if we use all 100% multipliers we'll get 1.00 exactly, and this is down to the distribution of multipliers. It seems like this is either not enough samples (unlikely) or the distribution is just slightly off when we generated them. I can look at tweaking the bin weights to get this to average exactly 1.00 if we think it's worth the effort. I can tweak the distributions and we can do another 30k run if we think that's worth doing.
@jmaguire1 : to double-check the shifting of the distribution to make sure it was done correctly and correspond to the ~2% discrepancy.
So now that this is fixed in resstock-estimation (see https://github.com/NREL/resstock-estimation/pull/420) and tested with a 30k sample, I think this is good?
Here's what I get on my sample for an average multiplier so this is documented in the PR:
Pull Request Description
Resolves: https://github.com/NREL/resstock/issues/1236 Companion ResStock-Estimation PR: https://github.com/NREL/resstock-estimation/pull/420
Mean-shifted distribution from 0.8 to 1.0 Specifically, the previous distribution is specified as a lognormal distribution with a transformed mean of 0.8 and a stdev 0.2. New distribution is tabulated directly from mean-shifted input data (with mean=1.0 and a stdev ~ 0.236).
Checklist
Not all may apply:
openstudio tasks.rb update_measures
has been run