Hello Everyone,
Here are some Kinetics based data input as a lookup "RawDataLookupTable".
the problem is that point to point slopes must be available as input for a rate between two stocks in a larger model. See png of the graph of the output to "gradients" that I am trying to achieve.
I've tried using LOOKUP SLOPE but this is not giving me what I want. See screenshot of an excel graph.
Thoughts anyone?
Thomas
Can I use LOOKUP SLOPE to access point to point slopes as rate data?
Can I use LOOKUP SLOPE to access point to point slopes as rate data?
- Attachments
-
- pointToPointGradientsExcel.PNG (27.57 KiB) Viewed 2324 times
-
- TestPointToPointCurveInput.mdl
- (1.81 KiB) Downloaded 279 times
Re: Can I use LOOKUP SLOPE to access point to point slopes as rate data?
I think the reason you're not seeing what you expect is that your model time step is 1, so you aren't evaluating any points that are in between the data points.
Make time step << 1 and you'll see something like the gray line.
Make time step << 1 and you'll see something like the gray line.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Re: Can I use LOOKUP SLOPE to access point to point slopes as rate data?
Oh, I had to restart vensim. When I went back to look at my original problem, the lookup slope worked great.
see attached.
see attached.
- Attachments
-
- secondTest.mdl
- (3.17 KiB) Downloaded 219 times
Re: Can I use LOOKUP SLOPE to access point to point slopes as rate data?
I think the key difference here is that time step = .015625.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/