Hello guys,
thank you for your support.
I just tried myself at the RunEPlus.bat. I passed the two arguments:
IDF: C:\EnergyPlusV7-2-0\RaumA.idf
weatherDataFile: C:\EnergyPlusV7-2-0\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
but in my .err file there is the following error message:
...
** Severe ** Weather Simulation requested, but no weather file attached.
** Severe ** GetNextEnvironment: Errors found in getting a new environment
** Fatal ** Error condition occurred. Previous Severe Errors cause termination.
...Summary of Errors that led to program termination:
..... Reference severe error count=2
..... Last severe error=GetNextEnvironment: Errors found in getting a new environment
************* Warning: Node connection errors not checked - most system input has not been read (see previous warning).
************* Fatal error -- final
processing. Program exited before simulations began. See previous error messages.
...
Can you tell me whats wrong?
Rick
On Tuesday, January 14, 2014 8:31 PM, Edwin Lee <leeed2001@xxxxxxxxx> wrote:
This isn't really an EnergyPlus question, it's a batch file question.
In batch, you reference the variables you created (epin, epout) using pre and post fixed percents (%epin%, %epout%). I don't know where you got the word PARAM from, but just change it to epl-run.bat %epin% %epout% %etc% %etc% and it should work. (%etc% is not a variable, put the rest of your variables there.)
As Jason mentioned, you might also want to use the other batch file, but the same approach will apply for passing variables.
__._,_.___