forked from remindmodel/remind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sets.gms
34 lines (29 loc) · 1.29 KB
/
sets.gms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
*** | (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/21_tax/on/sets.gms
*** Define set of regions, in which an emission-factor-based bioenergy tax is
*** active.
$ifthen.regi_bio_EFTax %cm_regi_bioenergy_EFTax% == "glob"
set regi_bio_EFTax21(all_regi) "regions in which an emission-factor-based bioenergy tax is active";
regi_bio_EFTax21(all_regi) = YES;
$else.regi_bio_EFTax
set regi_bio_EFTax21(all_regi) "regions in which an emission-factor-based bioenergy tax is active" / %cm_regi_bioenergy_EFTax% /;
$endif.regi_bio_EFTax
Sets
teSeTax(all_te) "all technologies which SE electricity demand tax"
/
elh2
/
teSeTax_coeff "coefficients of logistic function to describe relationsship between SE tax rate and share of technology in total SE demand"
/
"a"
"b"
/
;
*** EOF ./modules/21_tax/on/sets.gms
*** Module specific set
set tax_import_type_21 "p21_tau_import type" / worldPricemarkup, CO2taxmarkup, avCO2taxmarkup /