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

Fix compatibility issue with old natgas for transport defs.

parent 2900ae91
No related branches found
No related tags found
1 merge request!67Request to merge the new transport module EDGE-T
...@@ -1054,8 +1054,10 @@ $endif ...@@ -1054,8 +1054,10 @@ $endif
tdelt "transmission and distribution for electricity to transport" tdelt "transmission and distribution for electricity to transport"
tdbiogas "transmission and distribution for gas from biomass origin to stationary users" tdbiogas "transmission and distribution for gas from biomass origin to stationary users"
tdfosgas "transmission and distribution for gas from fossil origin to stationary users" tdfosgas "transmission and distribution for gas from fossil origin to stationary users"
tdbiohos "transmission and distribution for heating oil from biomass origin to transportation" tdbiogat "transmission and distribution for gas from biomass origin to transportation"
tdfoshos "transmission and distribution for heating oil from fossil origin to transportation" tdfosgat "transmission and distribution for gas from biomass origin to transportation"
tdbiohos "transmission and distribution for heating oil from biomass origin to stationary users"
tdfoshos "transmission and distribution for heating oil from fossil origin to stationary users"
tdh2s "transmission and distribution for hydrogen to stationary users" tdh2s "transmission and distribution for hydrogen to stationary users"
tdh2t "transmission and distribution for hydrogen to transportation" tdh2t "transmission and distribution for hydrogen to transportation"
tdbiodie "transmission and distribution for diesel from biomass origin to stationary users" tdbiodie "transmission and distribution for diesel from biomass origin to stationary users"
...@@ -2377,7 +2379,7 @@ teRe2rlfDetail(all_te,rlf) "mapping for se techologies to grades" ...@@ -2377,7 +2379,7 @@ teRe2rlfDetail(all_te,rlf) "mapping for se techologies to grades"
teFe2rlf(all_te,rlf) "mapping for final energy to grades" teFe2rlf(all_te,rlf) "mapping for final energy to grades"
/ /
(tdels,tdelt,tdbiogas,tdfosgas,tdbiohos,tdfoshos,tdh2s,tdh2t,tdbiodie,tdfosdie,tdbiopet,tdfospet,tdbiosos,tdfossos,tdhes) . 1 (tdels,tdelt,tdbiogas,tdfosgas,tdbiogat,tdfosgat,tdbiohos,tdfoshos,tdh2s,tdh2t,tdbiodie,tdfosdie,tdbiopet,tdfospet,tdbiosos,tdfossos,tdhes) . 1
/ /
teue2rlf(all_te,rlf) "mapping for ES production technologies to grades" teue2rlf(all_te,rlf) "mapping for ES production technologies to grades"
......
...@@ -32,7 +32,6 @@ uet2fet(all_enty,all_enty,all_te,all_te) "match ESM fe for ue-items of the tran ...@@ -32,7 +32,6 @@ uet2fet(all_enty,all_enty,all_te,all_te) "match ESM fe for ue-items of the tran
fedie.fedie.tdbiodie.tdbiodie fedie.fedie.tdbiodie.tdbiodie
fedie.fedie.tdfosdie.tdfosdie fedie.fedie.tdfosdie.tdfosdie
feelt.feelt.tdelt.tdelt feelt.feelt.tdelt.tdelt
fegat.fegat.tdgat.tdgat
/ /
in2enty(all_enty,all_enty,all_te,all_te) "match ESM fe to CES structure" in2enty(all_enty,all_enty,all_te,all_te) "match ESM fe to CES structure"
in2enty2(all_enty,all_enty,all_te,all_te) "alias of in2enty" in2enty2(all_enty,all_enty,all_te,all_te) "alias of in2enty"
......
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