-
Notifications
You must be signed in to change notification settings - Fork 1
OAT Sensitivity Analysis
guxsousa edited this page Jul 5, 2018
·
1 revision
This script will run the simulation of all the created OAT IDFs using the Energy Plus EnHub protocol. See more details on the main file.
commandPop="./myScript/Run_sh_w_SA_OATa.sh $modelToUse $sizeToUse $typeEval" eval $commandPop wait
commandSim="./myScript/Run_sh_w_SA_OATb.sh $modelToUse" eval $commandSim wait
commandAna="./myScript/Run_sh_w_SA_OATc.sh $modelToUse $typeEval" eval $commandAna wait