Closed nikhilgupta10 closed 8 years ago
nikhilgupta10 imported these comments from Sourceforge: "anas83":UPDATE: I tried to simplify the glm file described above (IEEE_13_house.glm). What I did is that I removed all water heaters and removed all temperature schedules and kept only the ziploads at houses. For the ziploads schedules, first, I tried keeping them constant and in another run changing them with time; the GOOD news is that the simulation kept working and I did not get the convergence problem any more.
By doing that (removing water heaters, and removing the temperature schedule), I reduced the load on the system and did not get the convergence problem.
Please let me know if you need the glm files to debug.
Anas
,
"anas83":The previous comment only applies for FBS. NR is still NOT working at all (synchronization problem). Here is what I get when running with NR:
C:\gridlabd-glm\glm-test>gridlabd IEEE_13_house_new_naming.glm --server
WARNING [INIT] : gridlabd.conf was not found
WARNING [INIT] : object name '632-645' does not follow strict naming rules and
may not link correctly during load time
IEEE_13_house_new_naming.glm(593): 0; // top meter number
ERROR [2013-01-07 23:11:09 PST] : 2013-01-07 23:11:10 PST: object CAP1 stoppe
d its clock (exec)!
EXCEPTION: synchronization failed
ERROR [2013-01-07 23:11:09 PST] : last error message was repeated 1 times
ERROR [2013-01-07 23:11:09 PST] : exec halted: synchronization failed
FATAL [2013-01-07 23:11:09 PST] : environment startup failed: No such file or
directory
Model profiler results
======================
Class Time (s) Time (%) msec/obj
---------------- -------- -------- --------
node 0.284 70.5% 16.7
climate 0.095 23.6% 95.0
collector 0.010 2.5% 2.5
house 0.008 2.0% 0.0
triplex_line 0.003 0.7% 0.0
triplex_meter 0.002 0.5% 0.0
recorder 0.001 0.2% 1.0
================ ======== ======== ========
Total 0.403 100.0% 0.2
WARNING [2013-01-07 23:11:09 PST] : last warning message was repeated 28 times
WARNING [2013-01-07 23:11:09 PST] : new exitcode 8 overwrites existing exitcode
2
,
"jcfuller": * priority changed from undetermined to critical
milestone changed from Unscheduled to Version 3.0 RC 1 ,
"neilstephens":Gday,
We ran into the problem of caps stopping their clocks in realtime mode. It was due to an iteration taking longer than the timestep, so the cap was returning a timestamp in the past. I fixed the code in ticket 692, and I've just ported it to 690 (changeset 4110), so it can be merged into main.
Cheers,
Neil
,
"ftuffner": * owner changed from ftuffner to andyfisher
status changed from new to assigned ,
"andyfisher":I really don't fully understand the fix made to capacitors. Also, this fix may not be needed with the upgrade of NR to require only one pass.
,
"ftuffner": * owner changed from andyfisher to ftuffner
status changed from assigned to accepted ,
"ftuffner":Replying to anas83:
Sorry for the delay in getting back to this. We've been tracking down more pressing items that may inadvertently fix this. If you download a new version of 3.0 (via the trunk repository, or under branch/3.0), does this problem still exist?
,
"ftuffner": * status changed from accepted to closed
Unable to replicate the issue and user has not responded indicating it is still an issue. Assuming later code revisions fixed this.
,
I am running \GridLAB-D 3.0.0-0 (Hassayampa) 64-bit WINDOWS RELEASE. I am trying to simulate a distribution system that is connected to residential modules in realtime.
I started with a test glm file available in one of the courses named \IEEE_13_house.glm. When I run this file (NOT in realtime) it finishes without errors (the simulation is for one day). When I run the same glm file in realtime, it runs for about 3 hours then it halts with these messages, this happens when I am using FBS (When using NR the simulation does not even start):
I made the following changes to the glm file when I ran it in realtime mode:
I am using the same schedules that are described in the glm files.
,