Skip to content
Snippets Groups Projects
Commit 84fb8369 authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Add call to reportEDGETransport script to the `reporting.R` reporting script.

parent ded4359e
No related branches found
No related tags found
1 merge request!83Reporting for EDGE-T
......@@ -50,6 +50,11 @@ if (0 == nchar(Sys.getenv('MAGICC_BINARY'))) {
sep = ""))
}
## generate EDGE-T reporting if it is needed
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
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