Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

OS 1.9.0 (Linux): EnergyPlus not running in command terminal

asked 2015-11-28 11:29:36 -0500

This bug report applies to the EnergyPlus package bundled with OpenStudio 1.9.0, version for Linux.

When trying to run EnergyPlus separate from OpenStudio, I first entered in command terminal:

export ENERGYPLUS_DIR=/usr/local/share/openstudio-1.9.0/EnergyPlus-8-3-0
export PATH=$PATH:$ENERGYPLUS_DIR
export ENERGYPLUSWEATHER=$ENERGYPLUSDIR/WeatherData

After this, the following command should start a simulation:

runenergyplus EPinputfile.idf weatherfile.epw

However, this fails with the following error message:

..did not find 'EnergyPlus'
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2015-11-28 11:31:51 -0500

updated 2015-11-28 11:32:35 -0500

The reason for this error is a bug in the runenergyplus script, see picture below: image description

once the highlighted line has been corrected:

   PRG_N=energyplus

the script will run without complaints.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-11-28 11:29:36 -0500

Seen: 378 times

Last updated: Nov 28 '15