# ICE Project: "An Optimal Rule of Thumb for Pollution Permits Allocation" # by Mar Reguant and Eva Dardati # August, 2008 # # References: Please, have a look at Sven Leyffer, Todd Munson and Karl Schmedders tutorials # Model based on "Cournot Game with Learning and Investment" in K. Schmedders slides and # "Incorporating oligopoly, CO2 emissions trading and green certificates into a # power generation expansion model" by Pedro Linares et al, Automatica. # # This is a set of codes to be used with AMPL # Solvers PATH and KNITRO are required # # There are five files in this package: # - permit_path.mod: dynamic game in the second stage using PATH # - permit_knitro.mod: dynamic game in the second stage using KNITRO # - permit_ice.txt: runs permit_path.mod or permt_knitro.mod - need to # specify which. Option to simulate distribution of emissions # rate and vectors of quantities and emissions over time # - planner_knitro.mod: leader-follower game with optimal rule of thumb that depends on one # parameter # - planner_ice.txt: runs planner_knitro.com. Option to plot welfare objective # function and check SOC # # We hope they work! They did in our computer :). #