how to ensure the value of many variables is equal to XYZ?

Use this forum to post Vensim related questions.
Post Reply
toukairin
Junior Member
Posts: 5
Joined: Tue Oct 13, 2009 6:48 am

how to ensure the value of many variables is equal to XYZ?

Post by toukairin »

Ok, what I'm doing is making more than one variables (up to 16 variables), each is a fraction of 1.

I want to make sure that the program checks the value of all variables, so that when we run the model, we can make sure that the amount of values of all variables is equal to 1. How can we do that? Thanks for any answer.
LAUJJL
Senior Member
Posts: 1477
Joined: Fri May 23, 2003 10:09 am
Vensim version: DSS

Post by LAUJJL »

at each time step, you add the values of all the variables and eventually take some decision implemented in the model.
You can too check the sum in a reality check checked at each time step, that will tell you when the check fails.
JJ
Administrator
Super Administrator
Posts: 4838
Joined: Wed Mar 05, 2003 3:10 am

Post by Administrator »

You can also see this thread for a similar problem.

http://www.ventanasystems.co.uk/forum/v ... php?t=3970
Post Reply