Skip to content

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.

1. Population

     commandPop="./myScript/Run_sh_w_SA_OATa.sh $modelToUse $sizeToUse $typeEval"
     eval $commandPop
     wait

2. Simulation

  commandSim="./myScript/Run_sh_w_SA_OATb.sh $modelToUse"
  eval $commandSim
  wait

3. Analysis

  commandAna="./myScript/Run_sh_w_SA_OATc.sh $modelToUse $typeEval"
  eval $commandAna
  wait