Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include methanol in h2-derived liquid trade #152

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workflow/scripts/export_ariadne_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,7 @@ def get_export_import_links(n, region, carriers):
# exports_h2 * MWh2PJ

# Trade|Secondary Energy|Liquids|Hydrogen|Volume
exports_oil_renew, imports_oil_renew = get_export_import_links(n, region, ["renewable oil"])
exports_oil_renew, imports_oil_renew = get_export_import_links(n, region, ["renewable oil", "methanol"])
var["Trade|Secondary Energy|Liquids|Hydrogen|Volume"] = \
(exports_oil_renew - imports_oil_renew) * MWh2PJ
var["Trade|Secondary Energy|Liquids|Hydrogen|Gross Import|Volume"] = \
Expand All @@ -3276,7 +3276,7 @@ def get_export_import_links(n, region, carriers):

# Trade|Secondary Energy|Gases|Hydrogen|Volume

# TODO add methanol trade, renewable gas trade
# TODO add renewable gas trade

# Trade|Primary Energy|Coal|Volume
# Trade|Primary Energy|Gas|Volume
Expand Down