Skip to content

Query outputs

Christian Neuwirth edited this page Feb 20, 2017 · 26 revisions

Structure of output table 'sim_out'

One table column is created for every stock in the Vensim model. Also delays are interpreted as stocks by translator resources implemented in PySD (Houghton & Siegel, 2015). This means delays are written as results to ‘sim_out’ just like ordinary stocks.

If a SDL is involved in the simulation, one row of type array (PostgreSQL type ‘real[]’) is created for every simulation run.

Outputs of simulations involving SDL

If subscripting is involved, one row of type array (PostgreSQl type ‘real[]’) is created for every simulation run. The array index corresponds to the time step of the simulation (see Fig. 4, A).

Clone this wiki locally