Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 2 additions & 51 deletions core/sets.gms
Original file line number Diff line number Diff line change
Expand Up @@ -919,30 +919,6 @@ sets

regi(all_regi) "all regions used in the solution process"

*** region sets used for MAGICC
RCP_regions_world_bunkers "five RCP regions plus total (world) and bunkers"
/
WORLD
R5OECD
R5REF
R5ASIA
R5MAF
R5LAM
BUNKERS
/

RCP_regions_world(RCP_regions_world_bunkers) "five RCP regions plus total (world)"
/
WORLD
R5OECD
R5REF
R5ASIA
R5MAF
R5LAM
BUNKERS
/
;

***-----------------------------------------------------------------------------
***-----------------------------------------------------------------------------
*** Miscellaneous sets
Expand Down Expand Up @@ -2150,33 +2126,6 @@ xirog "parameters decribing exhaustible extraction coss including long-run
/
xi1, xi2, xi3, xi4, xi5, xi6, xi7, xi8, dec
/
*** emissions exported to MAGICC
emiRCP "emission types exported to MAGICC"
/
FossilCO2
OtherCO2
CH4
N2O
SOx
CO
NMVOC
NOx
BC
OC
NH3
CF4
C2F6
C6F14
HFC23
HFC32
HFC43-10
HFC125
HFC134a
HFC143a
HFC227ea
HFC245fa
SF6
/

p "parameter for ch4 and n2o waste emissions and co2 cement emissions"
/
Expand All @@ -2185,6 +2134,8 @@ p "parameter for ch4 and n2o waste emissions and co2 cement emiss
p3
p4
/


*** This is a work-around to ensure emissions are printed in correct order.
numberEmiRCP "number of emission types" / 1 * 23 /

Expand Down
6 changes: 3 additions & 3 deletions modules/11_aerosols/exoGAINS2025/sets.gms
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ emisForEmiFac11(all_enty) "types of emissions that are only calculated in a pos
NOx
CO
VOC
SO2
BC
OC
so2
bc
oc
NH3
/

Expand Down