<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You have no idea the pleasure your post
      brings to an old hacker like me, since that's  how I still use
      DOE-2, including even DOE-2.2, i.e., by command line batch
      scripts.  My recommendation to you is to be familiar with MS-DOS
      commands and then walk through the run22.bat script to see what it
      does step-by-step.  Keep in mind that all the "smarts" are in this
      batch file (run22.bat) that tells the computer to do this, and
      then do that.<br>
      <br>
      Setting up a DOE-2 run is really very straightforward (at least to
      me).  The program needs an input file called INPUT.TMP, a weather
      file called WEATHR.TMP, and several utility or library files
      (BDLLIB.TMP - library file, BDLKEY.TMP - keyword file, HDRFIL.TMP
      - hourly report file data,  etc.).  Note that these files are all
      temporary (*.TMP), so the common procedure is to copy them from
      their permanent file names, e.g., *.inp,*.bin, *.dat, etc.  <br>
      <br>
      DOE-2 then runs doebdl, which is an input processor program, and
      then runs doesim, which is the actual simulation program. Both
      produces output files, called OUTPUT (natch), that are typically
      concatenated and then renamed as [input file name].out, or in the
      case of DOE-2.2, they're kept separate as  *.bdl and *.sim.  Once
      the simulation has been completed, the temporary files are
      typically deleted. <br>
      <br>
      If you're looking at the run22.bat supplied with eQUEST, you'll
      notice that it contains some "bells and whistles" , like creating
      a subdirectory with the input file name, change to it, and then
      doing the simulations there.  Such embellishments are not
      necessary, and I like to keep my scripts simple and direct so I
      don't have to debug them, but to each his/her own.<br>
      <br>
      From the looks of the screen dump you've provided, the script is
      having trouble finding the needed utility and library files.  One
      surefire way to fix that is to give the full path, rather than the
      relative path, for the permanent copies of these files.<br>
      <br>
      Good luck and I hope you can get <i>it to work.<br>
        <br>
        Joe<br>
        Joe Huang     <br>
        White Box Technologies, Inc.<br>
        346 Rheem Blvd., Suite 108D<br>
        Moraga CA 94556<br>
        <a class="moz-txt-link-abbreviated" href="mailto:yjhuang@whiteboxtechnologies.com">yjhuang@whiteboxtechnologies.com</a><br>
        <a class="moz-txt-link-freetext" href="http://weather.whiteboxtechnologies.com">http://weather.whiteboxtechnologies.com</a> for simulation-ready
        weather data<br>
        <a class="moz-txt-link-freetext" href="http://www.whiteboxtechnologies.com">http://www.whiteboxtechnologies.com</a><br>
        (o) (925)388-0265<br>
        (c) (510)928-2683<br>
        "building energy simulations at your fingertips"<br>
        <br>
      </i><br>
      <br>
      On 3/25/2014 1:47 PM, Ben Brannon wrote:<br>
    </div>
    <blockquote
cite="mid:D036D7F554148748A9A3227BFBAE1C4A11FBDFB7@AMXExMb01.global.arup.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=us-ascii">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <div class="WordSection1">
        <p class="MsoNormal">Hello,</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">I have an equest file that I would like to
          be able to run from the command line.  I have plenty of Equest
          experience, but never DOE2 from the command line.  I have been
          able to find the general syntax: c:\...\run22 exe ModelFile
          WeatherFile, but it seems like there are some library
          differences between equest and pure DOE2 that I am not sure
          how to deal with.</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">This is what I am seeing from a default
          Equest project I was trying to get to run:</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal"><img id="Picture_x0020_1"
            src="cid:part1.04040208.01090902@whiteboxtechnologies.com"
            alt="cid:image001.png@01CF23F5.FCA53980" height="399"
            width="680"></p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal"><b><span>Ben</span></b></p>
        <p class="MsoNormal"> </p>
      </div>
      <p>____________________________________________________________<br>
        Electronic mail messages entering and leaving Arup  business<br>
        systems are scanned for acceptability of content and viruses</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Equest-users mailing list
<a class="moz-txt-link-freetext" href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</a>
To unsubscribe from this mailing list send  a blank message to <a class="moz-txt-link-abbreviated" href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG">EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>