Sensitivity Simulation with precise values specified in .vsc

Use this forum to post Vensim related questions.
Post Reply
ClaudeM
Junior Member
Posts: 4
Joined: Thu Apr 16, 2009 10:35 am

Sensitivity Simulation with precise values specified in .vsc

Post by ClaudeM »

Hello everybody,

I have two variables a and b, and three simulations to do:
1 simulation with a0,b0
1 simulation with a1,b1
and 1 simulation with a2,b2
Instead of doing three seperate runs, I wanted to do a sensitivity simulation with these exact values. I want to fix these values in a .tab file like this :
a b
a0 b0
a1 b1
a2 b2
where a and b are the names of my variables and (a0,b0),.... are the couple of values. I named this file : Senscontrol.tab
In the .vsc file I gave the following information :
3,F,1234,Senscontrol.tab

But the result is that the three simulations have been done with the values (0,0).

Can anyone help me out ?

Thanks

ClaudeM
bob@vensim.com
Senior Member
Posts: 1107
Joined: Wed Mar 12, 2003 2:46 pm

Post by bob@vensim.com »

Try to repeat this with a simple model and see what happens. I tested with the attached and everything works as expected.
Attachments
sensfiletest.vpm
(11.93 KiB) Downloaded 216 times
Post Reply