IPAT-S Tutorial IPAT-S home

Reporting the Results

The script is nearly complete. All the information needed to calculate scenario values is present. However, no results are being reported yet. To report Emissions, the script could read:

base year 2002
scenario year 2012

dimension Population 'Low', 'Medium', 'High'

summvar Emissions{Population}, Pop{Population}
ratio EmissionIntensity, GDPperCap

Emissions.by = 100

Pop{Population = 'Low'} = 278.8, 294.1
Pop{Population = 'Medium'} = 280.3, 304.8
Pop{Population = 'High'} = 282.1, 318.9

EmissionIntensity = incr[-18%]
GDPperCap = growth(<2.0%>)

::   Pop >> GDPperCap * EmissionIntensity -> Emissions

report Emissions as "Emissions (2002 = 100)"


Next Prev Index