Skip to content
Snippets Groups Projects
Unverified Commit c075ddb6 authored by Lavinia Baumstark's avatar Lavinia Baumstark Committed by GitHub
Browse files

Merge pull request #83 from Loisel/reporting_fix

Reporting for EDGE-T
parents ded4359e 3d63eaf9
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment