[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EnergyPlus_Support] Running using RunEPlus



At 10:34 AM 10/27/2003, Griffith, Brent wrote:

>for command line execution you need to have the following files in the same
>directory as energyplus.exe:  in.idf, energy+.idd, and in.epw.

Actually, for using the RunEPlus.bat file, you do not need those like that.

Release V1.1.1 documents the RunEPlus batch file better but also changes 
how the paths are configured -- differently from V1.1.0:

Here are the first few lines from the new file:

@echo off
  if Not "%1" == "" goto :NoErr
  echo usage: %0 InputFileName (req) WeatherFileName (opt)
  echo Current Parameters:
  echo Program         : %program_path%%program_name%
  echo Input Path      : %input_path%
  echo Output Path     : %output_path%
  echo PostProcess Path: %post_proc%
  echo Weather Path    : %weather_path%
  echo Pausing         : %pausing%
  echo MaxCol          : %maxcol%
  goto :done

:NoErr
:Instructions:
:  Complete the following path and program names.
:  path names must have a following \ or errors will happen
:  does not have the capability to run input macro files (yet)
:   %program_path% contains the path to the executable as well as IDD and is
:                  the root directory
:   %program_name% contains the name of the executable (normally 
EnergyPlus.exe)
:   %input_path%   contains the path to the input file (passed in as first 
argument)
:                  if the extension is imf -- will run epmacro to process 
before
:                  executing energyplus
:   %output_path%  contains the path where the result files should be stored
:                  except if macro input file -- those results will to back 
to %input_path%
:   %post_proc%    contains the path to the post processing program 
(ReadVarsESO)
:   %weather_path% contains the path to the weather files (used with 
optional argument 2)
:   %pausing%      contains Y if pause should occur between major portions of
:                  batch file (mostly commented out)
:   %maxcol%       contains "250" if limited to 250 columns otherwise contains
:                  "nolimit" if unlimited (used when calling readVarsESO)
  echo ===== %0 (Run EnergyPlus) %1 %2 ===== Start =====
  set program_path=
  set program_name=EnergyPlus.exe
  set input_path=ExampleFiles\
  set output_path=Test\
  set post_proc=PostProcess\
  set weather_path=WeatherData\
  set pausing=N
  set maxcol=250


If you want to see a lot more info change the
@echo off to
: @echo off

now, most of the commands will be re-echoed to you.  Hope this helps.


Linda

EnergyPlus WebSite: http://www.energyplus.gov
Owner: EnergyPlus_Support list
Member: EnergyPlus Development Team



[Non-text portions of this message have been removed]


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/ybSovB/hP.FAA/3jkFAA/dkFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx

The primary EnergyPlus web site is found at:
http://www.energyplus.gov

The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/

Attachments are not allowed -- please post any files to the appropriate folder in the Files are of the Support Web Site.




 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/