Skip to content

Commit

Permalink
fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Oct 7, 2024
1 parent 6256bfe commit 0610b63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/45_carbonprice/NPiexpo/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*** CO2 Tax level
***----------------------------

*** CO2 tax level is calculated at a 5% exponential increase from the 2020 tax level exogenously defined
*** CO2 tax level is calculated at a 5% exponential increase from the tax level before cm_startyear

*GL: tax path in 10^12$/GtC = 1000 $/tC
*** according to Asian Modeling Excercise tax case setup, 30$/t CO2eq in 2020 = 0.110 k$/tC
Expand Down
2 changes: 1 addition & 1 deletion modules/45_carbonprice/NPiexpo/realization.gms
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*** | Contact: [email protected]
*** SOF ./modules/45_carbonprice/NPiexpo/realization.gms

*' @description: This realization imeplents an exponential increase in carbon price from the predefined 2020 level.
*' @description: This realization implements an exponential increase in carbon price from the tax level before cm_startyear.

*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "datainput" $include "./modules/45_carbonprice/NPiexpo/datainput.gms"
Expand Down
2 changes: 1 addition & 1 deletion modules/45_carbonprice/linear/realization.gms
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*** | Contact: [email protected]
*** SOF ./modules/45_carbonprice/linear/realization.gms

*' @description: This realization imeplents an linear increase in carbon price from the predefined 2020 level.
*' @description: This realization implements an linear increase in carbon price from the predefined 2020 level.

*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "datainput" $include "./modules/45_carbonprice/linear/datainput.gms"
Expand Down

0 comments on commit 0610b63

Please sign in to comment.