You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Energy Plus fncs-v8.3.0 branch, file ExternalInterface.cc, line 942, that is
delta = delta / (60ULL * 1000000000ULL);
needs to be commented out, as the previous line already makes the time transformation internally by FNCS into the simulator unit.
The text was updated successfully, but these errors were encountered:
laurmarinovici
changed the title
Non-matching FNCS delta time and EnergyPlus Minutes for time step
Non-matching FNCS delta time and EnergyPlus Minutes per time step
Apr 24, 2017
In Energy Plus fncs-v8.3.0 branch, file ExternalInterface.cc, line 942, that is
delta = delta / (60ULL * 1000000000ULL);
needs to be commented out, as the previous line already makes the time transformation internally by FNCS into the simulator unit.
The text was updated successfully, but these errors were encountered: