[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Output error in TYPE28 and in LST-Files



Dear Francisco,

Thank you for letting us know the problem and its solution.

The problem in print.for was also mentioned by Maurice Jong and happens in
trace.for too (if you use the "TRACE" command).

Print.for, sumary.for and trace.for will be corrected in the next Trnsys
update.

Regards,

Michaël Kummert

_________________________________________________________

Michaël Kummert

Solar Energy Laboratory - University of Wisconsin-Madison
1303 Engr Res Bldg, 1500 Engineering Drive
Madison, WI 53706

Tel: +1 (608) 263-1589
Fax: +1 (608) 262-8464
E-mail: kummert@engr.wisc.edu

SEL Web Site: http://sel.me.wisc.edu 
TRNSYS Web Site: http://sel.me.wisc.edu/trnsys



> -----Original Message-----
> From: owner-trnsys@relay.doit.wisc.edu 
> [mailto:owner-trnsys@relay.doit.wisc.edu] On Behalf Of 
> Francisco Pujiula
> Sent: Friday, March 07, 2003 11:05
> To: trnsys@relay.doit.wisc.edu
> Subject: Re: Output error in TYPE28 and in LST-Files
> 
> 
> Dear all,
> 
> I have found a solution for the mentioned problem which I 
> want to give 
> to all TRNSYS users:
> 
> The output-format of the simulation summary (Type 28) is fixed in the 
> source file named "Sumary.for".
> Change the following lines:
> 
> old:
> 701   FORMAT(1H1/9X,29HSIMULATION SUMMARY FOR TIME =,F9.3,4H  TO,
>              F10.3/20X,15HIN INTERVALS OF ,F10.3,2X,6A1/)
> new:
> 701   FORMAT(1H1/9X,29HSIMULATION SUMMARY FOR TIME =,F11.3,4H  TO,
>              F11.3/20X,15HIN INTERVALS OF ,F10.3,2X,6A1/)
> 
> old:
> 305   FORMAT(1X,1H*,7X,29HSIMULATION SUMMARY FOR TIME =,F9.3,
>                 4H  TO,F10.3,71A1)
> new:
> 305   FORMAT(1X,1H*,7X,29HSIMULATION SUMMARY FOR TIME =,F11.3,
>                 4H  TO,F11.3,71A1)
> 
> The output-format of the LST-file is fixed in the source-file named 
> "Print.for".
> Change the following lines:
> 
> old:
> 810   FORMAT(10X,15H          UNIT ,I3,12H WAS CALLED ,I6,6H TIMES)
> 815   FORMAT(25X,I3,12X,I6)
> 816   
> FORMAT(///5X,'*-----------------------------------------------
> ----------------*'/5X,'*',4X,'UNIT',20X,'# 
> ITERATIVE CALLS',18X,'*')
> 817   FORMAT(5X,'*',2X,I3,3X,A20,3X,I6,26X,'*')
> 818   FORMAT(5X,'*',63X,'*',/5X,'*','  Total Iterative 
> Component Calls = 
> ',I6,19X,'*',/5X,'*-------------------------------------------
> --------------------*')
> 
> new:
> 810   FORMAT(10X,15H          UNIT ,I3,12H WAS CALLED ,I8,6H TIMES)
> 815   FORMAT(25X,I3,12X,I8)
> 816   
> FORMAT(///5X,'*-----------------------------------------------
> ----------------*'/5X,'*',4X,'UNIT',20X,'# 
> ITERATIVE CALLS',18X,'*')
> 817   FORMAT(5X,'*',2X,I3,3X,A20,3X,I8,24X,'*')
> 818   FORMAT(5X,'*',63X,'*',/5X,'*','  Total Iterative 
> Component Calls = 
> ',I10,17X,'*',/5X,'*------------------------------------------
> ----------------------*')
> 
> 
> Once having rebuilt the TRNLIB.DLL the output problem is solved.
> 
> Greetings
> 
> Francisco Pujiula
> 
> 
> ----------------------------------------------------------
>  Institut für Solarenergieforschung GmbH Hameln/Emmerthal  
> Dipl.-Phys. Francisco Pujiula  Am Ohrberg 1  D-31860 Emmerthal
>  fon     +49 (0)5151 / 999 - 524
>  fax     +49 (0)5151 / 999 - 500
>  email   f.pujiula@isfh.de
>  web     www.isfh.de
> ----------------------------------------------------------
> 
>