<p><span style="font-size: x-small"><span style="font-family: Arial"><br />Dear Samuel Hennaut,<br /><br />We are currently looking into an issue that has to do with that error. In the mean time, if you could change your timestep to any 1/(2^n) hr, such as 0.125 hr, I think it should work fine.</span></span></p><br /><br />Best regards, <br /><br />Matt Duffy <br /><br /><br /><!--replyfwdwrap--><div style="background-image: url(http://webmail.fusemail.com/de/r_bg_img.gif); background-repeat: repeat-x; background-position: 50% top"><strong>----- Original Message -----</strong><br /><strong>From:</strong> "Samuel Hennaut" <shennaut@ulg.ac.be> <br /><strong>Sent:</strong> Thu, March 3, 2011 10:57<br /><strong>Subject:</strong> [TRNSYS-users] Problem with Type 15-6 in TRNSYS 17<br /><br /><div class="PrivateMsgDiv"><!-- begin sanitized html --><div style="color: #000000" class="bodyclass">Dear TRNSYS users (and developers), <br /><br />With TRNSYS 17, Type 15-6 !
 generate the following error when trying to start a simulation between hours 1024 to 4095, with a small time step (eg 0.1 or 0.15 hour):<br /><br />"Message : Unable to correctly read from the supplied data file - please check the file an re-run the simulation."<br /><br />Have you ever got the same error in this configuration?<br /><br /><br />I also observed a mistake in the code of Type15 when calculating maximum and minimum of monthly avarage temperatures:<br /><br />The code is as follows :<br /><br />        ! Calculate the max and min monthly average<br />             j_min=1<br />             j_max=1<br />             Do j=2,12<br />                If (month_ave_T(j) > month_ave_T(j-1)) j_max=j<br />      &n!
 bsp;         If (month_ave_T(j) < mon
th_ave_T(j-1)) j_min=j<br />             EndDo<br /><br />With this code, in the Nothern hemisphere, January can't be the coldest month even if it is. The coldest month will generally be December that is colder that November. I think the code should be:<br /><br />        ! Calculate the max and min monthly average<br />             j_min=1<br />             j_max=1<br />             Do j=2,12<br />                If (month_ave_T(j) > month_ave_T(<font color="#ff0000">j_max</font>)) j_max=j<br />                If (month_ave_T(j) < month_ave_T(<font color="#ff0000">j_min</font>)) j_min=j<br />           &n!
 bsp; EndDo<br /><br />Regards,<br /><div class="moz-signature">-- <br /><font color="#000000" size="2" face="arial"><i><b>Samuel Hennaut</b><br />Chercheur - Doctorant<br /><br />Université de Liège<br />Département Sciences et Gestion de l'Environnement<br />Equipe BEMS - Building Energy Monitoring and Simulation <br />185, Avenue de Longwy <br />B-6700 ARLON </i></font><br /><br /><img title="BEMS" alt="" align="left" src="https://webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_id=4947&mailbox=INBOX&ent_id=1.2.2" width="91" heigth="87" /> <font color="#000000" size="2" face="arial"><i>  Tel: 32-(0)63-230 948<br />  Fax: 32-(0)63 230 800<br />  email: <a target="_new" href="mailto:shennaut@ulg.ac.be">shennaut@ulg.ac.be</a><br />  WEB: <a target="_new" href="http://www.dsge-arlon.ulg.ac.be/bems">http://www.dsge-arlon.ulg.ac.be/bems</a> <br /><br /><br /><img title="CAMPUS" alt="" align="left" src="https:/!
 /webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_
id=4947&mailbox=INBOX&ent_id=1.2.3" /> <br /><br /><br /><br /><br /><br /></i></font></div></div><!-- end sanitized html --><hr size="1" noshade="noshade" /><pre>
_______________________________________________
TRNSYS-users mailing list
<a href="javascript:bodyCreateMail('TRNSYS-users%40cae.wisc.edu')">TRNSYS-users@cae.wisc.edu</a>
<a target="_blank" href="https://mailman.cae.wisc.edu/listinfo/trnsys-users">https://mailman.cae.wisc.edu/listinfo/trnsys-users</a>
</pre></div></div>