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
4d0df779
Commit
4d0df779
authored
4 years ago
by
Alois Dirnaichner
Browse files
Options
Downloads
Patches
Plain Diff
Add a scalar for the extraction of SE|Gases from landfills.
parent
09fcfd8d
No related branches found
No related tags found
1 merge request
!116
Replace the magic number for the energy content of CH4 by a Scalar
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/declarations.gms
+2
-0
2 additions, 0 deletions
core/declarations.gms
core/equations.gms
+1
-1
1 addition, 1 deletion
core/equations.gms
with
3 additions
and
1 deletion
core/declarations.gms
+
2
−
0
View file @
4d0df779
...
...
@@ -432,6 +432,8 @@ s_macChange "maximum yearly increase o
s_tgn_2_pgc "conversion factor 100-yr GWP from TgN to PgCeq"
s_tgch4_2_pgc "conversion factor 100-yr GWP from TgCH4 to PgCeq"
s_ch4landfill_mac "Factor to calculate gas from landfills to be used as SE carrier" /0.001638/
sm_D2015_2_D2005 "Convert $2015 to $2005 by dividing by 1.2: 1/1.2 = 0.8333" /0.8333/
sm_DptCO2_2_TDpGtC "Conversion multiplier to go from $/tCO2 to T$/GtC: 44/12/1000" /0.00366667/
...
...
This diff is collapsed.
Click to expand it.
core/equations.gms
+
1
−
1
View file @
4d0df779
...
...
@@ -120,7 +120,7 @@ q_balSe(t,regi,enty2)$( entySE(enty2) AND (NOT (sameas(enty2,"seel"))) )..
)
*** add (reused gas from waste landfills) to segas to not account for CO2
*** emissions - it comes from biomass
+ (
0.001638
+ (
s_ch4landfill_mac
* ( vm_macBase(t,regi,"ch4wstl")
- vm_emiMacSector(t,regi,"ch4wstl")
)
...
...
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