Please enable JavaScript to view this site.

Vensim Help

Suppose you have a model run with values for Profits by region, sales by region and total revenue along with 200 other variables. The values run from time 0 to 100 by .25.  You would like to look at values for only the variables you are interested at times 10, 11 and 12

First create a save list (prof.lst) containing the variable names that you want to have saved.  Each name should appear on its own line as in:

Profits

sales[east]

sales[west]

total revenue

If you list a variable that is subscripted without subscripts than all elements of that variable will be extracted.  For example Profits above will result in Profits[east] and Profits[west] being extracted.

Now export the file using the settings

 

data_export_dialog

This will result in the output

Time        10        11        12
profits[east]20.2        10.1        14.3
profits[west[10.1        14.4        3.3
sales[east]120.3        111.1        100.1
sales[west]87.22        77.3        86.2
total revenue1.04E5        1.23E5        9.99E4