First time here? Check out the Help page!
1 | initial version |
It's still not clear what your question is. Here are some suggestions if what @mdahlhausen suggested doesn't help.
It sounds like you may have successfully run one simulation of the model and would now like to run it with parallel simulations for your 10 replications? To make the parametric simulations work you just need to have a unique text in the equipment or schedule, and then define a Parametric:SetValueForRun
for each of them, and a Parametric:FileNameSuffix
to name the output files, and Parametric:RunControl
to tell the simulation to run for each.
If you've got that working but are having trouble viewing the outputs in 15 minute intervals, then there are two things that need to be set. First, the Timestep
needs to be set to 4 per hour (or whatever you want). Then the Output:Variable
or Output:Meter
objects all should have they Reporting Frequency set to "Timestep". Most of the example files default to hourly, monthly, or annual.
Otherwise, can you try to be more specific, like posting what error messages you are seeing, or what IDF objects you currently have for the parallel simulation? Alternatively, feel free to just send your IDF file.