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
c075ddb6
Unverified
Commit
c075ddb6
authored
5 years ago
by
Lavinia Baumstark
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #83 from Loisel/reporting_fix
Reporting for EDGE-T
parents
ded4359e
3d63eaf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/output/single/reporting.R
+7
-0
7 additions, 0 deletions
scripts/output/single/reporting.R
with
7 additions
and
0 deletions
scripts/output/single/reporting.R
+
7
−
0
View file @
c075ddb6
...
@@ -50,6 +50,13 @@ if (0 == nchar(Sys.getenv('MAGICC_BINARY'))) {
...
@@ -50,6 +50,13 @@ if (0 == nchar(Sys.getenv('MAGICC_BINARY'))) {
sep
=
""
))
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
# 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
tmp
<-
try
(
convGDX2MIF_LCOE
(
gdx
,
gdx_ref
,
file
=
LCOE_reporting_file
,
scenario
=
scenario
))
# execute convGDX2MIF_LCOE
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