help
-
- Junior Member
- Posts: 8
- Joined: Tue Apr 20, 2010 1:45 pm
help
in vensim PLE, how to do accumulation
-
- Super Administrator
- Posts: 4841
- Joined: Wed Mar 05, 2003 3:10 am
-
- Junior Member
- Posts: 8
- Joined: Tue Apr 20, 2010 1:45 pm
If your model is running with a time step of one day, INTEG(ET,0) will be exactly the sum that you describe. A simple check would be to define ET = time and ETSUM = INTEG(ET,0), to see whether you get the anticipated result.
Note that this discrete sum logic is likely to result in inconsistent units of measure.
Tom
Note that this discrete sum logic is likely to result in inconsistent units of measure.
Tom
/*
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
*/