<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I sent this e-mail a few weeks ago in hopes to validate the
accuracy of the new equest 3.63.  I have heard back about bugfixes you can
place in your bdl code as well as a pending release.  The only problem is
the bug fix is for when your heating and fan energy is increasing.  My gas
usage is dropping when running my old file in the new equest.  Has anyone
heard anything else about any of the problems (bugs) with 3.63.  I am
honestly worried about switching over.  Has anyone else still been running
into these problems?  <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
Clayton.E.Dumcum@jci.com [mailto:Clayton.E.Dumcum@jci.com] <br>
<b>Sent:</b> Thursday, May 21, 2009 12:26 PM<br>
<b>To:</b> Charles Land<br>
<b>Cc:</b> equest-users@lists.onebuilding.org;
equest-users-bounces@lists.onebuilding.org<br>
<b>Subject:</b> Re: [Equest-users] new equest<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Jason,</span> <br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>There is a bug
in V3.63 that defaults zone heating minimum flow ratio to 1.00 (technically, I
think it defaults to the system minimum overall supply ratio), rather than the
system heating minimum flow ratio (which defaults to 0.01).  This will
cause systems with variable heating air flow to use a lot more fan and heating
energy than expected.</span> <br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>You can either
change all of your zone flows manually or set a user-defined default code
snippet: for the zone heating minimum air flow (or insert this bit of code in
your .inp file).</span> <br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>if
(#P("HMIN-CFM-RATIO") == unused)</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>   
then unused</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>   
else if (#RV(#P("HMIN-CFM-RATIO")) == 0)</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>   
      then #P("HMIN-CFM-RATIO")</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>   
      else no_default</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>   
     endif</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'> 
 endif</span> <br>
<br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Hope this
helps,</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Clayton</span> <o:p></o:p></p>

<p style='margin-bottom:12.0pt'>  <br>
<br>
<o:p></o:p></p>

<table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0 width="100%"
 style='width:100.0%'>
 <tr>
  <td width="40%" valign=top style='width:40.0%;padding:.75pt .75pt .75pt .75pt'>
  <p class=MsoNormal><b><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>Charles
  Land <cland@geo-marine.com></span></b><span style='font-size:7.5pt;
  font-family:"Arial","sans-serif"'> </span><br>
  <span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>Sent by:
  equest-users-bounces@lists.onebuilding.org</span> <o:p></o:p></p>
  <p><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>05/21/2009
  11:08 AM</span> <o:p></o:p></p>
  </td>
  <td width="59%" valign=top style='width:59.0%;padding:.75pt .75pt .75pt .75pt'>
  <table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0 width="100%"
   style='width:100.0%'>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><span
    style='font-size:7.5pt;font-family:"Arial","sans-serif"'>To</span><o:p></o:p></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>"equest-users@lists.onebuilding.org"
    <equest-users@lists.onebuilding.org></span> <o:p></o:p></p>
    </td>
   </tr>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><span
    style='font-size:7.5pt;font-family:"Arial","sans-serif"'>cc</span><o:p></o:p></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'></td>
   </tr>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><span
    style='font-size:7.5pt;font-family:"Arial","sans-serif"'>Subject</span><o:p></o:p></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><span style='font-size:7.5pt;font-family:"Arial","sans-serif"'>[Equest-users]
    new equest</span><o:p></o:p></p>
    </td>
   </tr>
  </table>
  <p class=MsoNormal><o:p> </o:p></p>
  <table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'></td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'></td>
   </tr>
  </table>
  </td>
 </tr>
</table>

<p style='margin-bottom:12.0pt'><br>
<br>
<br>
<span style='font-size:10.0pt;font-family:"Calibri","sans-serif"'>Has anyone
ran any of their old files in the new equest yet.  My numbers have
significantly changed.  I am working on ECMs and my constant volume
alternative is saving more money than my vav alternative.  Is anyone else
having any problems with this.  Should I not be running 3.61 file on 3.63?</span>
<br>
<span style='font-size:10.0pt;font-family:"Calibri","sans-serif"'> </span>
<br>
<span style='font-size:10.0pt;color:#1F497D'>Charles (Jason) Land</span> <br>
<span style='font-size:10.0pt;color:#1F497D'>Project Engineer</span> <br>
<span style='font-size:10.0pt;color:#1F497D'>Geo-Marine, Inc | Energy Services
Group</span> <br>
<span style='font-size:10.0pt;color:#1F497D'>146 Market Place Boulevard |
Knoxville, TN  37922</span> <br>
<span style='font-size:10.0pt;color:#1F497D'>Office: (865) 692-0084 | Fax:
(865) 692-0560</span> <br>
<span style='font-size:10.0pt;font-family:"Calibri","sans-serif"'> </span><tt><span
style='font-size:10.0pt'>_______________________________________________</span></tt><span
style='font-size:10.0pt;font-family:"Courier New"'><br>
<tt>Equest-users mailing list</tt><br>
<tt>http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</tt><br>
<tt>To unsubscribe from this mailing list send  a blank message to
EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG</tt></span><o:p></o:p></p>

</div>

</body>

</html>