Dear Youness, You may use GENOPT to do parametric studies, which allow you to modify some parameters of your model. Make sure that parameters you want to modify are available in your model. Otherwise, you may create several trnsys inputs files (*.dck) in which parameters you want are modified. Then you will have to create a batch file to run all of your models one after each other. The syntax of your batch file be something like : "C:\Program Files\TrnsysXXX\Exe\TRNExe.exe" "C:\Program Files\TrnsysXXX\MyProjects\File1.dck" /n "C:\Program Files\TrnsysXXX\Exe\TRNExe.exe" "C:\Program Files\TrnsysXXX\MyProjects\File2.dck" /n "C:\Program Files\TrnsysXXX\Exe\TRNExe.exe" "C:\Program Files\TrnsysXXX\MyProjects\File3.dck" /n ... The second method is certainly longer than first, since you have to create yourself all of your input files. Best regards
Please, consider our environmental responsability before printing this email Le 03/01/2012 11:58, youness EL FOUIH a écrit : Dear TRNSys users, |