Hi all,
I'm attempting to optimize an Energyplus model using inputs from Daysim (through GenOpt).
It requires a master batch file that calls Daysim first, then Energyplus, once the Daysim simulation is complete. The GenOpt .cfg file calls this batch file.
My question is- how to write the command lines in the batch file?
At the moment I'm able to simulate the Daysim model so that it generates the wanted outputs; and (separately), optimize the EnergyPlus model by itself. But I cannot get the Eplus model to sequentially run, following the completion of the Daysim simulation.
Can anyone tell me what might be wrong with my batch file (below)?
call "ChMod3_Daysim.bat" "%D:\MBSc500\GenOpt\TestDaysim\%"
call "C:\EnergyPlusV7-2-0\RunEPlus.bat" "ChMod3_Eplus" NZL_Canterbury-Christchurch.CC.937800_NIWA
I'm a novice with scripting so any help would be appreciated!