Closed dchassin closed 1 year ago
If recorder property interval is specified at "1 h" then the parser treats the value as 1s. But if it's specifies as 1h it is treated as 3600s.
recorder
interval
"1 h"
1s
1h
3600s
Change the property in climate/autotest/test_WA-Yakima-tmy3.glm at line 23 from interval 1h; to interval "1 h";. The simulation runs much slower.
climate/autotest/test_WA-Yakima-tmy3.glm
interval 1h;
interval "1 h";
The simulation should runs at the same speed.
HiPAS GridLAB-D 4.2.1-200401 (develop) Darwin
None
This appears to have already been fixed. The data type for interval is now a double with units s.
s
Problem description
If
recorder
propertyinterval
is specified at"1 h"
then the parser treats the value as1s
. But if it's specifies as1h
it is treated as3600s
.Steps to reproduce
Change the property in
climate/autotest/test_WA-Yakima-tmy3.glm
at line 23 frominterval 1h;
tointerval "1 h";
. The simulation runs much slower.Expected behavior
The simulation should runs at the same speed.
System information
HiPAS GridLAB-D 4.2.1-200401 (develop) Darwin
Supporting information
None
Attachments
None