<div>hi every one!</div>
<div> </div>
<div>I build a COMIS project, but it shows "the full version of COMIS is not installed correctly, the demo version be used......." How to make it? I had TRNSYS/TRNFLOW.<br> <br>thans!</div>
<div> </div>
<div>wang<br><br></div>
<div class="gmail_quote">2010/7/29 <span dir="ltr"><<a href="mailto:trnsys-users-request@cae.wisc.edu">trnsys-users-request@cae.wisc.edu</a>></span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Send TRNSYS-users mailing list submissions to<br>       <a href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>
<br>To subscribe or unsubscribe via the World Wide Web, visit<br>       <a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>
or, via email, send a message with subject or body 'help' to<br>       <a href="mailto:trnsys-users-request@cae.wisc.edu">trnsys-users-request@cae.wisc.edu</a><br><br>You can reach the person managing the list at<br>
       <a href="mailto:trnsys-users-owner@cae.wisc.edu">trnsys-users-owner@cae.wisc.edu</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of TRNSYS-users digest..."<br>
<br>Today's Topics:<br><br>  1. Re: TRNSYS-users Digest, Vol 67, Issue 65 (Jeff Thornton)<br><br><br>---------- ÒÑת·¢Óʼþ ----------<br>From: "Jeff Thornton" <<a href="mailto:thornton@tess-inc.com">thornton@tess-inc.com</a>><br>
To: "ghetu mariana" <<a href="mailto:ghetu_mariana@yahoo.co.uk">ghetu_mariana@yahoo.co.uk</a>>, <a href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Date: Thu, 29 Jul 2010 10:44:43 -0500 (CDT)<br>
Subject: Re: [TRNSYS-users] TRNSYS-users Digest, Vol 67, Issue 65<br>Mariana wrote:<br><br><You can use this:<br><br> if(Ta.LT.15)then<br>   Ta=15<br>    if(Ta.GT.23)then<br>      Ta=23<br>   end if<br>end if<br>><br>
<br>That's not correct.  That formulation can only be used in FORTRAN.  The<br>question was directed towards using EQUATIONS in the TRNSYS input file.<br>The cleanest solution is the one posted earlier.<br><br>Ta1=MAX(15,MIN(Ta,23))<br>
<br>Jeff<br><br><br>Jeff Thornton<br>President - TESS, LLC<br><br>22 North Carroll Street - Suite 370<br>Madison WI 53703 USA<br><br>Phone: 608-274-2577<br>Fax: 608-278-1475<br>E-mail: <a href="mailto:thornton@tess-inc.com">thornton@tess-inc.com</a><br>
Web: <a href="http://www.tess-inc.com/" target="_blank">www.tess-inc.com</a><br><br><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>
<a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br></blockquote></div><br>