[TRNSYS-users] Question on WRITE statement in Fortran
Clara Verhelst
clara.verhelst at mech.kuleuven.be
Mon Aug 3 00:25:43 PDT 2009
Dear Jeff,
Thank you for your help! The values are indeed written to the list-file of
the project.
Clara Verhelst
----- Original Message -----
From: "Jeff Thornton" <thornton at tess-inc.com>
To: "Clara Verhelst" <Clara.Verhelst at mech.kuleuven.be>;
<trnsys-users at cae.wisc.edu>
Sent: Saturday, August 01, 2009 6:57 PM
Subject: Re: [TRNSYS-users] Question on WRITE statement in Fortran
> <I would like to write the values of internal parameters and variables in
> Fortran to the screen or to a file.
> I tried the following:
>
> WRITE(*,*) = 'Parameter P = ', P (print to screen)
> or
> WRITE(7,*) = 'Parameter P = ', P (print to file)>
>
> Logical unit 6 is the list file, so Write(6,*) 'Hello' would write Hello
> into the list file when that unit was called. Logical Unit 7 is the file
> which contains the units information (Units.lab) so you may want to check
> to make sure you haven't destroyed that file with your messages. Any unit
> under 10 - with the exception of the list file at 6, should never be
> written to. Writing to the screen shouldn't be done either.
>
> Jeff
>
>
> Jeff Thornton
> President - TESS, LLC
>
> 22 North Carroll Street - Suite 370
> Madison WI 53703 USA
>
> Phone: 608-274-2577
> Fax: 608-278-1475
> E-mail: thornton at tess-inc.com
> Web: www.tess-inc.com
>
>
More information about the TRNSYS-users
mailing list