Skip to content

Commit

Permalink
delete p21_taxrevTech0, which was deleted in the GAMS code
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaBaumstark committed Mar 14, 2024
1 parent a49dd5e commit 13b87ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/reportTax.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ reportTax <- function(gdx,output=NULL,regionSubsetList=NULL,t=c(seq(2005,2060,5)
p21_taxrevPE2SE0 <- readGDX(gdx, name=c("p21_taxrevPE2SE0"), format= "first_found")[,t,]*1000
out <- mbind(out, setNames(p21_taxrevPE2SE0,"Net Taxes|PE2SE Technologies (billion US$2005/yr)"))

#technology specific new capacity subsidies or taxes revenue
p21_taxrevTech0 <- readGDX(gdx, name=c("p21_taxrevTech0"), format= "first_found")[,t,]*1000
out <- mbind(out, setNames(p21_taxrevTech0,"Net Taxes|Technologies delta cap (billion US$2005/yr)"))

# exports tax
p21_taxrevXport0 <- readGDX(gdx, name=c("p21_taxrevXport0"), format= "first_found")[,t,]*1000
out <- mbind(out, setNames(p21_taxrevXport0,"Net Taxes|Exports (billion US$2005/yr)"))
Expand Down

0 comments on commit 13b87ef

Please sign in to comment.