<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chun Kwong,<br>
  An invalid floating point error is a generic error generated by the
DLL when a problem was not caught in the code. For example, a division
by zero or sometimes taking the log of a negative number will cause an
invalid floating point error. The fortran code of the Type should
always check such arguments before executing the division or taking the
log but it doesn't always. <br>
<br>
  The first thing to do is to go into the Studio control cards (where
you set the simulation time step, start time, etc.) and switch the
"debug mode" to "true." This will make your simulation run a good bit
more slowly but will check two conditions that can cause those invalid
floating points (it checks to see if an output got set to "NaN" and it
checks to make sure that no Types are writing outside of their allotted
OUT() array space. <br>
<br>
  If that does not lead you to the solution and you are able to run the
simulation from the compiler in debug mode, it will sometimes stop and
indicate the line that caused the error.<br>
<br>
  If neither of those solves the problem, please send me your input
file and any external files that I need in order to run it and I will
see what I can do about finding the cause of the error.<br>
<br>
Kind regards,<br>
 David<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:a8304506@graduate.hku.hk">a8304506@graduate.hku.hk</a> wrote:
<blockquote cite="mid:1241075879.49f950a7b026b@imp3.webmail.hku.hk"
 type="cite">
  <pre wrap="">Hello, Trnsys users.

I get an "Invalid floating point operation" error when running a simulation. 
However, I can't find any information about the error source in the .lst file. 
Does anyone know if there is any method to trace at which component (and
hopefully at which line) does the error come from?  Your reply is appreciated. 
Thank you!

Best Regards
LEE, Chun Kwong
Division of Building Science and Technology
City University of Hong Kong





  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a>
<a class="moz-txt-link-freetext" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
***********************************************************************
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: <a class="moz-txt-link-abbreviated" href="mailto:bradley@tess-inc.com">bradley@tess-inc.com</a> 
Web Pages:  <a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>    and      <a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a>

***********************************************************************</pre>
</body>
</html>