nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#661 mismatched results between trunk and V2.3, #2401

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

I am running a simple model ('onehouse_server_no_inv.glm' has been attached) with trunk version. The recorder of the triplex_meter connected to the house records 0 for measured_real_power for 24 hours every second. But when I am running the exact glm file with the V2.3, it is recording non-zero value for the house consumption (measured_real_power)!
Two csv files (output of the recorders in trunk and V2.3 simulation) have been attached for convenience).

Thanks,
Pedram

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: "iut62elec": * attachment _ticketpedram.zip added ,

"iut62elec":I couldn't attache two recorder files due to size limitation. So, I am just copying here some lines:

Trunk:

file...... .\output\total1_S.csv

date...... Mon Dec 17 15:18:36 2012

user...... pedramj

host...... (null)

target.... triplex_meter 11

trigger... (none)

interval.. 1

limit..... 10000000

timestamp,measured_real_power

2009-02-07 00:00:00 GMT,+0
2009-02-07 00:00:01 GMT,+0
2009-02-07 00:00:02 GMT,+0
2009-02-07 00:00:03 GMT,+0
2009-02-07 00:00:04 GMT,+0
2009-02-07 00:00:05 GMT,+0
2009-02-07 00:00:06 GMT,+0
2009-02-07 00:00:07 GMT,+0
2009-02-07 00:00:08 GMT,+0
2009-02-07 00:00:09 GMT,+0
2009-02-07 00:00:10 GMT,+0
2009-02-07 00:00:11 GMT,+0
2009-02-07 00:00:12 GMT,+0
.....................


V2.3:

file...... .\output\total1_S.csv

date...... Mon Dec 17 15:17:09 2012

user...... pedramj

host...... (null)

target.... triplex_meter 11

trigger... (none)

interval.. 1

limit..... 10000000

timestamp,measured_real_power

2009-02-07 00:00:00 GMT,+669.355
2009-02-07 00:00:01 GMT,+669.355
2009-02-07 00:00:02 GMT,+669.355
2009-02-07 00:00:03 GMT,+669.355
2009-02-07 00:00:04 GMT,+669.355
2009-02-07 00:00:05 GMT,+669.355
2009-02-07 00:00:06 GMT,+669.355
2009-02-07 00:00:07 GMT,+669.355
2009-02-07 00:00:08 GMT,+669.355
2009-02-07 00:00:09 GMT,+669.355
2009-02-07 00:00:10 GMT,+669.355
2009-02-07 00:00:11 GMT,+669.355
2009-02-07 00:00:12 GMT,+669.355
...............................

,

"jcfuller": * owner changed from ftuffner to andyfisher

We should verify whether this model still has problems considering the substantial changes Andy has made to merging v2.3 and trunk.

,

"andyfisher": * status changed from assigned to closed

I ran the file given in this ticket in both 2.3 and trunk x64 release and the recorded measured_real_power from the triplex_meter matched between 2.3 and trunk.

,