Date
1 - 3 of 3
gas and electric meters at the same building
Si Chen <sichen@...>
Hello,
What do you recommend when a building has gas and electric meters? I read on https://github.com/ For natural gas meter use data, the function :any:`eemeter.fit_
cooling_balance_points= so that models using cooling degree days are not considered.3.4.3.1: :any:`eemeter.fit_
fit_cdd=True, fit_intercept_only=True, fit_cdd_only=True, fit_hdd_only=True, fit_cdd_hdd=True for electricity data, and fit_cdd=False, fit_intercept_only=True, fit_cdd_only=False, fit_hdd_only=True, fit_cdd_hdd=False for gas data.So do you recommend building separate models for gas and electric with the parameters changed? |
|
ngo.phil@...
Definitely, for buildings with multiple meters, there should be a separate model for each meter. It is important to use different parameters for gas and electricity, as you read in the CalTRACK compliance document. On Mon, Feb 24, 2020 at 2:55 PM Si Chen <sichen@...> wrote: Hello, |
|
Si Chen <sichen@...>
OK, thank you very much for clearing that up. On Tue, Feb 25, 2020 at 8:25 AM <ngo.phil@...> wrote:
|
|