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
!83
Reporting for EDGE-T
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reporting for EDGE-T
github/fork/Loisel/reporting_fix
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Jerome Hilaire
requested to merge
github/fork/Loisel/reporting_fix
into
develop
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Created by: Loisel
Add reporting variables from EDGE-T to the main REMIND reporting file.
The variables are appended to
REMIND_generic_<scenario>.MIF
and the existing
REMIND_generic_<scenario>_withoutPlus.MIF
is replaced.
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
3d63eaf9
2 commits,
4 years ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/output/single/reporting.R
+
7
−
0
Options
@@ -50,6 +50,13 @@ if (0 == nchar(Sys.getenv('MAGICC_BINARY'))) {
sep
=
""
))
}
## generate EDGE-T reporting if it is needed
## the reporting is appended to REMIND_generic_<scenario>.MIF
## REMIND_generic_<scenario>_withoutPlus.MIF is replaced.
if
(
file.exists
(
file.path
(
outputdir
,
"EDGE-T"
))){
reportEDGETransport
(
outputdir
)
}
# produce REMIND LCOE reporting *.mif based on gdx information
tmp
<-
try
(
convGDX2MIF_LCOE
(
gdx
,
gdx_ref
,
file
=
LCOE_reporting_file
,
scenario
=
scenario
))
# execute convGDX2MIF_LCOE
Loading