forked from remindmodel/remind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
realization.gms
18 lines (15 loc) · 1.09 KB
/
realization.gms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** | (C) 2006-2024 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: [email protected]
*** SOF ./modules/45_carbonprice/exogenous/realization.gms
*' @description This realization implements carbon price trajectories from an exogenous file (p45_tau_co2_tax.inc).
*' Alternatively, specify in 'path_gdx_carbonprice' the run to be used
*' Requires cm_emiscen = 9 and cm_iterative_target_adj = 0
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "declarations" $include "./modules/45_carbonprice/exogenous/declarations.gms"
$Ifi "%phase%" == "datainput" $include "./modules/45_carbonprice/exogenous/datainput.gms"
*######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/45_carbonprice/exogenous/realization.gms