Abdullahi, Unfortunately, there isn't really any way of telling the cause of that error without running your simulation from the Fortran debugger, putting breakpoints in and finding out which line is causing the problem. The "output statement overflows record" is probably an indication that something is trying to write more items to a file than are allowed by the write format statement. "Unit 5" is likely the logical unit number (note NOT the TRNSYS unit number) that is being written to. "Internal List-Directed Write" is an indication that this may not be an actual output file at fault but a scratch file or a file that is created temporarily and then deleted. The error does not have anything to do with TRNSED itself but with the components in the simulation that you are trying to run. If your *.trd file were a *.dck generated by the Studio, it would give the same error. Kind regards, David aa1@brighton.ac.uk wrote:
-- *********************************************************************** Thermal Energy System Specialists (TESS), LLC David BRADLEY 22 N. Carroll Street - Suite 370 Partner Madison, WI 53703 USA P: +1.608.274.2577 F: +1.608.278.1475 E-mail: bradley@tess-inc.com Web Pages: http://www.tess-inc.com and http://www.trnsys.com *********************************************************************** |