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
Merge requests
!37
Documentation module 04_*
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Documentation module 04_*
github/fork/nicobauer/develop
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jerome Hilaire
requested to merge
github/fork/nicobauer/develop
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: nicobauer
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
a4e33b93
1 commit,
4 years ago
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/04_PE_FE_parameters/iea2014/realization.gms
+
9
−
0
Options
@@ -7,6 +7,15 @@
*' @description This realization used IEA data from 2014.
*' The realization iea2014 serves to caliibrate the conversion efficiencies
*' to be consistent with predefined dataset (here iea2014, but it is flexible for up-dates).
*' The module realization starts with the final energy demands and then derives backwards
*' what the secondary and primary energy demands have been.
*' The file datainput.gms reads in the energy data related to each process. The process related inputs are
*' contained in input/f04_IO_input.cs4r and the output are contained in input/f04_IO_output.cs4r.
*' These files also contain all information about existing and statistically reported joint production processes.
*' Based on these energy flows the corresponding conversion efficiencies that replicate these energy flows.
*' The efficiencies are assigned to the parameter pm_data(*,"eta",*).
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "sets" $include "./modules/04_PE_FE_parameters/iea2014/sets.gms"
Loading