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

RE: [EnergyPlus_Support] Processing IDF file error




Hi, XingShi

I am reading your e-mail again, to see whether I have missed something in lmy reply. 

Based on:-

set program_path=%work_dir%\
 set program_name=EnergyPlus.exe
 set input_path=%work_dir%\
 set output_path=%work_dir%\
 set post_proc=e:\research\software\energyplusv3-1-0\test\PostProcess\
 set weather_path=e:\research\software\energyplusv3-1-0\test\WeatherData\
 set pausing=N
 set maxcol=250


Unless you have copied some EPlus files to another directory from the root directly, the directory arrangement of above does not seem to be correct., because the input_path and the output_path should not be the root directory.

e:\research\software\energyplusv3-1-0\test\
is the  directory of the Energy Plus program, as shown above. If PostProcess and WeatherData are arranged as in the original Energy Plus installation, there may be a mis match here.

%work_dir% set to program_path means that it is also the  directory with the EnergyPlus.exe program.