Page 1 of 1

metabolic probe output grows with each successive CMC run

Posted: Mon Jun 20, 2016 11:48 am
by resodad
Hello OpenSim Team,
I am running a series of CMC simulations with the metabolic probe.
This is done via MATLAB in a loop like this:
command1 = ['cmc -S ', setupFileName]
system(command1);
With each run, the metabolic probe output gets larger.
I see that the number of columns is greater by 94 each time.
All columns except time are duplicated .

run 1, nColumns=95
run 2, nColumns=189
run 3, nColumns=283
etc.
I cannot attach the output file because it is too large.

How could this happen?
Thanks,
John

Re: metabolic probe output grows with each successive CMC run

Posted: Fri Jun 24, 2016 8:18 am
by resodad
This happened because I had multiple metabolic probes in the models.
I deleted the extras via the OpenSim GUI.