Last active
December 26, 2015 22:59
-
-
Save joshwentz/7227035 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Open Terminal & move to where you want to install | |
#Install git: sudo apt-get install git-core | |
#git clone https://gist.github.com/6214690.git | |
#cd 7227035/ | |
#sh energyplus8.sh | |
#Download EnergyPlus | |
sudo wget http://developer.nrel.gov/downloads/buildings/energyplus/builds/EPlusV800008-lin-64.tar.gz | |
sudo tar xzf EPlusV800008-lin-64.tar.gz | |
find EnergyPlus-8-0-0 -type f -perm -o+rx; | |
#Test Run EnergyPlus | |
cd EnergyPlus-8-0-0/ | |
./runenergyplus ExampleFiles/BasicsFiles/Exercise1A.idf USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw |
Hi Chien,
I had the same problem and I posted the solution on "Unmet Hours":
https://unmethours.com/question/13278/bash-script-and-usrbin-folder-debugging/
Regards,
Alex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi josh.
Every time I try to run the last command, it always says that some files or directories do not exist.
Input file : Exercise1A.idf
Weather file: USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
./runenergyplus: line 427: /usr/7227035/bin/ExpandObjects: No such file or directory
=============== EnergyPlus =================
Input file : Exercise1A.idf
./runenergyplus: line 485: /usr/7227035/bin/EnergyPlus: No such file or directory
File 'eplusout.end' does not exist.
./runenergyplus: line 534: /usr/7227035/bin/ReadVarsESO: No such file or directory
./runenergyplus: line 535: /usr/7227035/bin/ReadVarsESO: No such file or directory
EnergyPlus output files are located in: "/usr/7227035/EnergyPlus-8-0-0/ExampleFiles/BasicsFiles/Output"
===== EnergyPlus terminated with error =====
Any idea why this might be?