Skip to content

Addition of LCOH industry transformation #3189

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions config/hydrogen_integral_cost_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,21 @@

- name: Production cost curve import (baseload) (Eur/MWh)
query: production_costs_per_mwh_curve_hydrogen_imported

- name: Production curve industry chemical fertilizers transformation (MWh)
query: industry_transformation_chemical_feritilizers_hydrogen_output_curve

- name: Production cost curve industry chemical fertilizers transformation (Eur/MWh)
query: production_costs_per_mwh_curve_hydrogen_industry_chemical_fertilizers_transformation

- name: Production curve industry chemical other transformation (MWh)
query: industry_transformation_chemical_other_hydrogen_output_curve

- name: Production cost curve industry chemical other transformation (Eur/MWh)
query: production_costs_per_mwh_curve_hydrogen_industry_chemical_other_transformation

- name: Production curve industry chemical refineries transformation (MWh)
query: industry_transformation_chemical_refineries_hydrogen_output_curve

- name: Production cost curve industry chemical refineries transformation (Eur/MWh)
query: production_costs_per_mwh_curve_hydrogen_industry_chemical_refineries_transformation
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Total cost of hydrogen production by industry transformation

- query =
COALESCE_CURVE(nil,default=Q(production_costs_per_mwh_hydrogen_by_chemical_fertilizers_transformation),length = 8760)

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Total cost of hydrogen production by industry transformation

- query =
COALESCE_CURVE(nil,default=Q(production_costs_per_mwh_hydrogen_by_chemical_other_transformation),length = 8760)

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Total cost of hydrogen production by industry transformation

- query =
COALESCE_CURVE(nil,default=Q(production_costs_per_mwh_hydrogen_by_chemical_refineries_transformation),length = 8760)

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Total cost of hydrogen production by industry chemical fertilizers transformation.
# This is measured by taking the costs of each of the industry transformation nodes
# and multiplying this by the output share of hydrogen.
- query =
DIVIDE(
V(energy_chemical_fertilizers_transformation_external_coupling_node, "variable_costs_per(:node) * hydrogen_output_conversion / (1.0 - loss_output_conversion )"),
DIVIDE(
V(energy_chemical_fertilizers_transformation_external_coupling_node, output_of_hydrogen),
MJ_PER_MWH
)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Total cost of hydrogen production by industry chemical other transformation
# This is measured by taking the costs of each of the industry transformation nodes
# and multiplying this by the output share of hydrogen.

- query =
DIVIDE(
V(energy_chemical_other_transformation_external_coupling_node, "variable_costs_per(:node) * hydrogen_output_conversion / (1.0 - loss_output_conversion )"),
DIVIDE(
V(energy_chemical_other_transformation_external_coupling_node, output_of_hydrogen),
MJ_PER_MWH
)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Total cost of hydrogen production by industry chemical refineries transformation.
# This is measured by taking the costs of each of the industry transformation nodes
# and multiplying this by the output share of hydrogen.
- query =
DIVIDE(
V(energy_chemical_refineries_transformation_external_coupling_node, "variable_costs_per(:node) * hydrogen_output_conversion / (1.0 - loss_output_conversion )"),
DIVIDE(
V(energy_chemical_refineries_transformation_external_coupling_node, output_of_hydrogen),
MJ_PER_MWH
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Q(production_costs_per_mwh_curve_hydrogen_ammonia_reformer_dispatchable),
DIVIDE_CURVES(
Q(energy_hydrogen_ammonia_reformer_dispatchable_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_ammonia_reformer_must_run),
DIVIDE_CURVES(
Q(energy_hydrogen_ammonia_reformer_must_run_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_autothermal_reformer_ccs_must_run),
DIVIDE_CURVES(
Q(energy_hydrogen_autothermal_reformer_ccs_must_run_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_autothermal_reformer_dispatchable),
DIVIDE_CURVES(
Q(energy_hydrogen_autothermal_reformer_dispatchable_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_autothermal_reformer_must_run),
DIVIDE_CURVES(
Q(energy_hydrogen_autothermal_reformer_must_run_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_biomass_gasification_ccs),
DIVIDE_CURVES(
Q(energy_hydrogen_biomass_gasification_ccs_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_biomass_gasification),
DIVIDE_CURVES(
Q(energy_hydrogen_biomass_gasification_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_solar_pv),
DIVIDE_CURVES(
Q(energy_hydrogen_electrolysis_solar_electricity_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Q(production_costs_per_mwh_curve_hydrogen_offshore_wind_turbine),
DIVIDE_CURVES(
Q(energy_hydrogen_electrolysis_wind_electricity_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_p2g),
DIVIDE_CURVES(
Q(energy_hydrogen_flexibility_p2g_electricity_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Q(production_costs_per_mwh_curve_hydrogen_hybrid_offshore_wind_turbine),
DIVIDE_CURVES(
Q(energy_hydrogen_hybrid_electrolysis_wind_electricity_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_liquid_hydrogen_regasifier),
DIVIDE_CURVES(
Q(energy_hydrogen_liquid_hydrogen_regasifier_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_lohc_reformer),
DIVIDE_CURVES(
Q(energy_hydrogen_lohc_reformer_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_steam_methane_reformer_ccs_must_run),
DIVIDE_CURVES(
Q(energy_hydrogen_steam_methane_reformer_ccs_must_run_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_steam_methane_reformer_dispatchable),
DIVIDE_CURVES(
Q(energy_hydrogen_steam_methane_reformer_dispatchable_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_steam_methane_reformer_must_run),
DIVIDE_CURVES(
Q(energy_hydrogen_steam_methane_reformer_must_run_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_storage_depleted_gas_field),
DIVIDE_CURVES(
Q(energy_hydrogen_storage_depleted_gas_field_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Q(production_costs_per_mwh_curve_hydrogen_storage_salt_cavern),
DIVIDE_CURVES(
Q(energy_hydrogen_storage_salt_cavern_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Q(production_costs_per_mwh_curve_hydrogen_imported),
DIVIDE_CURVES(
Q(energy_imported_hydrogen_backup_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Q(production_costs_per_mwh_curve_hydrogen_imported),
DIVIDE_CURVES(
Q(energy_imported_hydrogen_baseload_hydrogen_output_curve),
Q(hydrogen_production_curve_industry_transformation_correction)
Q(hydrogen_production_curve)
)
)

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

- unit = curve
- query =
PRODUCT_CURVES(
Q(production_costs_per_mwh_curve_hydrogen_industry_chemical_fertilizers_transformation),
DIVIDE_CURVES(
Q(industry_transformation_chemical_feritilizers_hydrogen_output_curve),
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

- unit = curve
- query =
PRODUCT_CURVES(
Q(production_costs_per_mwh_curve_hydrogen_industry_chemical_other_transformation),
DIVIDE_CURVES(
Q(industry_transformation_chemical_other_hydrogen_output_curve),
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

- unit = curve
- query =
PRODUCT_CURVES(
Q(production_costs_per_mwh_curve_hydrogen_industry_chemical_refineries_transformation),
DIVIDE_CURVES(
Q(industry_transformation_chemical_refineries_hydrogen_output_curve),
Q(hydrogen_production_curve)
)
)

Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,28 @@

- query =
SUM_CURVES(
Q(energy_hydrogen_ammonia_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_ammonia_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_ccs_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_biomass_gasification_ccs_hydrogen_production_cost_curve),
Q(energy_hydrogen_biomass_gasification_hydrogen_production_cost_curve),
Q(energy_hydrogen_electrolysis_solar_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_electrolysis_wind_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_hybrid_electrolysis_wind_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_flexibility_p2g_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_liquid_hydrogen_regasifier_hydrogen_production_cost_curve),
Q(energy_hydrogen_lohc_reformer_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_ccs_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_storage_depleted_gas_field_hydrogen_production_cost_curve),
Q(energy_hydrogen_storage_salt_cavern_hydrogen_production_cost_curve),
Q(energy_imported_hydrogen_backup_hydrogen_production_cost_curve),
Q(energy_imported_hydrogen_baseload_hydrogen_production_cost_curve)
Q(energy_hydrogen_ammonia_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_ammonia_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_ccs_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_autothermal_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_biomass_gasification_ccs_hydrogen_production_cost_curve),
Q(energy_hydrogen_biomass_gasification_hydrogen_production_cost_curve),
Q(energy_hydrogen_electrolysis_solar_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_electrolysis_wind_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_hybrid_electrolysis_wind_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_flexibility_p2g_electricity_hydrogen_production_cost_curve),
Q(energy_hydrogen_liquid_hydrogen_regasifier_hydrogen_production_cost_curve),
Q(energy_hydrogen_lohc_reformer_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_ccs_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_dispatchable_hydrogen_production_cost_curve),
Q(energy_hydrogen_steam_methane_reformer_must_run_hydrogen_production_cost_curve),
Q(energy_hydrogen_storage_depleted_gas_field_hydrogen_production_cost_curve),
Q(energy_hydrogen_storage_salt_cavern_hydrogen_production_cost_curve),
Q(energy_imported_hydrogen_backup_hydrogen_production_cost_curve),
Q(energy_imported_hydrogen_baseload_hydrogen_production_cost_curve),
Q(industry_chemical_fertilizers_transformation_hydrogen_production_cost_curve),
Q(industry_chemical_other_transformation_hydrogen_production_cost_curve),
Q(industry_chemical_refineries_transformation_hydrogen_production_cost_curve)
)
- unit = curve