lookup problem

Use this forum to post Vensim related questions.
Post Reply
Siti murni
Junior Member
Posts: 4
Joined: Sat May 30, 2020 7:24 am
Vensim version: PLE

lookup problem

Post by Siti murni »

I am a newer of using the vensim
what the solution of the warnings as i showed below in my model after i simulate the model

WARNING: Lookup out of bounds at 1 Above -#learning curve#- computing -learning curve-.
WARNING: Lookup out of bounds at 1 Above -#workload#- computing -workload-.

i have attached my model
thank you.
Attachments
Case 1 Driving License - Odd (new).mdl
(7.42 KiB) Downloaded 173 times
Administrator
Super Administrator
Posts: 4589
Joined: Wed Mar 05, 2003 3:10 am

Re: lookup problem

Post by Administrator »

What is happening is that the x value you are passing to the lookup table that is greater/less than the range of the lookup.

Look at the values for "Ratio", it lies outside of the range of the lookup (0 to 100).
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
Administrator
Super Administrator
Posts: 4589
Joined: Wed Mar 05, 2003 3:10 am

Re: lookup problem

Post by Administrator »

If it helps, the "Students learn driving" stock is the problem here. Look at the table of values.
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
Siti murni
Junior Member
Posts: 4
Joined: Sat May 30, 2020 7:24 am
Vensim version: PLE

Re: lookup problem

Post by Siti murni »

Administrator wrote: Sat May 30, 2020 8:14 am If it helps, the "Students learn driving" stock is the problem here. Look at the table of values.
im sorry but i still didn't understand about it. i still dont know what i should do about this warning and i still confuse
Administrator
Super Administrator
Posts: 4589
Joined: Wed Mar 05, 2003 3:10 am

Re: lookup problem

Post by Administrator »

You can ignore it for now. Concentrate on fixing the model first and I'm sure the warning will go away. Look closely at "students out", that's got an error in it. I'd enter proper units for "Got licence" and it might show you the error.
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
Administrator
Super Administrator
Posts: 4589
Joined: Wed Mar 05, 2003 3:10 am

Re: lookup problem

Post by Administrator »

This is an example.

This warning happens when you have a lookup that has a x range from say 0 to 100. So all works fine if you say "lookup (50)" or "lookup (10)", 50 and 10 are within the range 0-100. If you ask "lookup (300)", you will get the warning as 300 is not within 0-100.

Does this help explain it?
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
Post Reply