Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
remind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jerome Hilaire
remind
Commits
8b6ea56c
Commit
8b6ea56c
authored
5 years ago
by
Michaja Pehl
Browse files
Options
Downloads
Patches
Plain Diff
update MAC costs description with example
parent
498b0b63
No related branches found
No related tags found
1 merge request
!61
update MAC costs description with example
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/37_industry/fixed_shares/equations.gms
+18
-1
18 additions, 1 deletion
modules/37_industry/fixed_shares/equations.gms
with
18 additions
and
1 deletion
modules/37_industry/fixed_shares/equations.gms
+
18
−
1
View file @
8b6ea56c
...
...
@@ -69,7 +69,7 @@ q37_cementCCS(ttot,regi)$( ttot.val ge cm_startyear
*' `pm_macAbat` holds the abatement level (as a fraction) on that step. The
*' emission abatement equals the area under the MAC curve (turqoise area in the
*' figure). To calculate it, `pm_macStep` is multiplied by `pm_macAbat` (the
*' horizontal and vertical lines enclosing the colourd rectangle in the
*' horizontal and vertical lines enclosing the colour
e
d rectangle in the
*' figure). The `sum(steps$( ord(steps) eq pm_macStep ... )` part simply
*' selects the right step within the MAC curve. From this product (rectangle),
*' the area above the MAC curve (pink) is subtractad. To calculate it, the
...
...
@@ -79,6 +79,23 @@ q37_cementCCS(ttot,regi)$( ttot.val ge cm_startyear
*' steps at which price level no abatement is available).
*' Multiplying the area under the curve with the step width `sm_dmac` and the
*' baseline emissions (before mitigation) converts the units to $/tC and GtC.
*'
*' Example: The carbon price is 43.6 $/tCO~2~, which translates to step 32 on
*' the discrete MAC curve (43.6 $/tCO~2~ * (44/12 tCO~2~/tC) / (5 $/step)).
*' The calculation then is:
*' ```
*' vm_emiIndCCS =
*' 0.001
*' * vm_macBaseInd
*' * sm_dmac
*' * ( 32 * 0.3
*' - ( 15 * 0
*' + 14 * 0.2
*' + 3 * 0.3
*' )
*' )
*'
q37_IndCCSCost(ttot,regi,emiInd37)$( ttot.val ge cm_startyear ) ..
vm_IndCCSCost(ttot,regi,emiInd37)
=e=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment