Skip to content
Snippets Groups Projects
realization.gms 1.15 KiB
Newer Older
Lavinia Baumstark's avatar
Lavinia Baumstark committed
*** |  (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
*** |  authors, and contributors see CITATION.cff file. This file is part
*** |  of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
*** |  AGPL-3.0, you are granted additional permissions described in the
*** |  REMIND License Exception, version 1.0 (see LICENSE file).
*** |  Contact: remind@pik-potsdam.de
*** SOF ./modules/41_emicapregi/CandC.gms

*' @description
*' Emission caps/permits are allocated according to the contraction and convergence 
*' rule (transition towards equal per capita allocation; with reference years 2005 and 2050)

Lavinia Baumstark's avatar
Lavinia Baumstark committed
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "declarations" $include "./modules/41_emicapregi/CandC/declarations.gms"
$Ifi "%phase%" == "datainput" $include "./modules/41_emicapregi/CandC/datainput.gms"
$Ifi "%phase%" == "equations" $include "./modules/41_emicapregi/CandC/equations.gms"
$Ifi "%phase%" == "bounds" $include "./modules/41_emicapregi/CandC/bounds.gms"
*######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/41_emicapregi/CandC.gms