Skip to content

Commit

Permalink
add emissions factor to fossil gas in transport and add this combinat…
Browse files Browse the repository at this point in the history
…ion to emissions accounting
  • Loading branch information
Felix Schreyer committed Sep 15, 2023
1 parent 674d880 commit 6698e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,7 @@ pm_emifac(ttot,regi,"sesofos","fesos","tdfossos","co2") = p_ef_dem(regi,"fesos")
pm_emifac(ttot,regi,"seliqfos","fehos","tdfoshos","co2") = p_ef_dem(regi,"fehos") / (sm_c_2_co2*1000*sm_EJ_2_TWa); !! GtC/TWa
pm_emifac(ttot,regi,"seliqfos","fepet","tdfospet","co2") = p_ef_dem(regi,"fepet") / (sm_c_2_co2*1000*sm_EJ_2_TWa); !! GtC/TWa
pm_emifac(ttot,regi,"seliqfos","fedie","tdfosdie","co2") = p_ef_dem(regi,"fedie") / (sm_c_2_co2*1000*sm_EJ_2_TWa); !! GtC/TWa
pm_emifac(ttot,regi,"segafos","fegat","tdfosgat","co2") = p_ef_dem(regi,"fegas") / (sm_c_2_co2*1000*sm_EJ_2_TWa); !! GtC/TWa

*** some balances are not matching by small amounts;
*** the differences are cancelled out here!!!
Expand Down
1 change: 1 addition & 0 deletions core/sets.gms
Original file line number Diff line number Diff line change
Expand Up @@ -2644,6 +2644,7 @@ emi2te(all_enty,all_enty,all_te,all_enty) " map emissions to technologies"
sesofos.fesos.tdfossos.co2
seliqfos.fepet.tdfospet.co2
seliqfos.fedie.tdfosdie.co2
segafos.fegat.tdfosgat.co2
/

emi2fuel(all_enty,all_enty) "map emissions to fuel extraction"
Expand Down

0 comments on commit 6698e36

Please sign in to comment.