how to turn of WARNINGS ?

Use this forum to post Vensim related questions.
Post Reply
diajeng permata
Junior Member
Posts: 13
Joined: Tue May 21, 2013 4:06 am
Vensim version: PLE

how to turn of WARNINGS ?

Post by diajeng permata »

dear vensim,

i got warnings "lookup out of bound above 9" but that is what i wanted, because i just wanna lookup until time 9 and then random the rest.

so is there any way to turn of the warning window so there will eliminate activity of closing the warning window everytime I run the sim?

thanks for advance.
Administrator
Super Administrator
Posts: 4590
Joined: Wed Mar 05, 2003 3:10 am

Re: how to turn of WARNINGS ?

Post by Administrator »

Tools->Options->Settings->Warnings, select "Suppress" and they will no longer be displayed.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
diajeng permata
Junior Member
Posts: 13
Joined: Tue May 21, 2013 4:06 am
Vensim version: PLE

Re: how to turn of WARNINGS ?

Post by diajeng permata »

thank you very much
diajeng permata
Junior Member
Posts: 13
Joined: Tue May 21, 2013 4:06 am
Vensim version: PLE

Re: how to turn of WARNINGS ?

Post by diajeng permata »

i'm sorry,but i can not find setting--> warnings.
is it available in vensim PLE?
Administrator
Super Administrator
Posts: 4590
Joined: Wed Mar 05, 2003 3:10 am

Re: how to turn of WARNINGS ?

Post by Administrator »

I've just checked, it's not available in PLE.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
tomfid
Administrator
Posts: 3811
Joined: Wed May 24, 2006 4:54 am

Re: how to turn of WARNINGS ?

Post by tomfid »

You could modify the equation to suppress the error. Two possibilities:

1. Add an extra point to the lookup, at FINAL TIME or beyond. It won't get used, but will prevent running out of bounds.

2. use MIN(Time, 9) rather than Time as the input to the lookup. You probably also want to make the "9" a parameter so that it's visible and has units.
Post Reply