Skip to content
Snippets Groups Projects
Commit acc81d7c authored by Christoph Bertram's avatar Christoph Bertram
Browse files

change version of gdx being used for NDC target calculation (now...

change version of gdx being used for NDC target calculation (now input_bau.gdx) so that correct NDC targets are also calculated for non-SSP2 pathways
parent 0bd2bdc7
No related branches found
No related tags found
1 merge request!122Small changes for NDC, NPi and ENGAGE scenarios
...@@ -218,7 +218,7 @@ prepare <- function() { ...@@ -218,7 +218,7 @@ prepare <- function() {
# ATTENTION: modifying gms files # ATTENTION: modifying gms files
if(!is.null(cfg$gms$carbonprice) && (cfg$gms$carbonprice == "NDC2018")){ if(!is.null(cfg$gms$carbonprice) && (cfg$gms$carbonprice == "NDC2018")){
source("scripts/input/prepare_NDC2018.R") source("scripts/input/prepare_NDC2018.R")
prepare_NDC2018(as.character(cfg$files2export$start["input_ref.gdx"])) prepare_NDC2018(as.character(cfg$files2export$start["input_bau.gdx"]))
} }
## the following is outcommented because by now it has to be done by hand ( currently only one gdx is handed to the next run, so it is impossible to fix to one run and use the tax from another run) ## the following is outcommented because by now it has to be done by hand ( currently only one gdx is handed to the next run, so it is impossible to fix to one run and use the tax from another run)
## Update CO2 tax information for exogenous carbon price runs with the same CO2 price as a previous run ## Update CO2 tax information for exogenous carbon price runs with the same CO2 price as a previous run
......
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