How to generate gas hourly consumption report from EE4

3 posts / 0 new
Last post

Hello All
Does anyone know how to generate gas hourly consumption report by making report block in EE4 doe file?
Thanks,

Xiangjin Yang Ph.D.

Xiangjin Yang's picture
Offline
Joined: 2011-09-30
Reputation: 0

An HTML attachment was scrubbed...
URL:

Bruce Easterbrook's picture
Joined: 2011-09-30
Reputation: 0

Try adding the following to the DOE-2.1e code, plant level:

REPSCH = SCHEDULE THRU DEC 31, (ALL) (1,24) (1)..

RB-1 = REPORT-BLOCK
VARIABLE-TYPE = END-USE
VARIABLE-LIST = (23, 28) ..

HR-1 = HOURLY-REPORT
REPORT-SCHEDULE = REPSCH
REPORT-BLOCK = (RB-1) ..

where variable 23 is the hourly electrical load in kW & variable 28 is
fuel meter 1 (with default EE4 units of therms).

bfountain's picture
Offline
Joined: 2011-09-30
Reputation: 201