Skip to content

Commit bd85428

Browse files
authored
Set availability of dedicated hydrogen technologies to 1.0 (#3197)
* Set availability of dedicated hydrogen technologies to 1.0 * Omit outdated node attributes * Set availability of electrolysers of dedicated hydrogen to 1.0 as well * Cleaning attributes and values of electrolyser nodes
1 parent 79c584b commit bd85428

4 files changed

+6
-16
lines changed

graphs/energy/nodes/energy/energy_hydrogen_electrolysis_solar_electricity.ad

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- input.electricity = 1
1+
- input.electricity = 1.0
22
- output.hydrogen = 0.66
33
- output.loss = elastic
44
- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group]
55
- use = undefined
66
- presentation_group = hydrogen_production
7-
- availability = 0.980011415525114
7+
- availability = 1.0
88
- typical_input_capacity = 10.0
99
- ccs_investment = 0.0
1010
- construction_time = 1.0
@@ -19,7 +19,6 @@
1919
- hydrogen.group = dynamic: solar_pv
2020
- hydrogen.type = producer
2121
- hydrogen.subtype = volatile
22-
- forecasting_error = 0.0
2322
- free_co2_factor = 0.0
2423
- land_use_per_unit = 0.0238144
2524
- takes_part_in_ets = 0.0

graphs/energy/nodes/energy/energy_hydrogen_electrolysis_wind_electricity.ad

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- input.electricity = 1
1+
- input.electricity = 1.0
22
- output.hydrogen = 0.66
33
- output.loss = elastic
44
- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group]
55
- use = undefined
66
- presentation_group = hydrogen_production
7-
- availability = 0.980011415525114
7+
- availability = 1.0
88
- typical_input_capacity = 10.0
99
- ccs_investment = 0.0
1010
- construction_time = 1.0
@@ -19,7 +19,6 @@
1919
- hydrogen.group = dynamic: wind_offshore
2020
- hydrogen.type = producer
2121
- hydrogen.subtype = volatile
22-
- forecasting_error = 0.0
2322
- free_co2_factor = 0.0
2423
- land_use_per_unit = 0.0238144
2524
- takes_part_in_ets = 0.0

graphs/energy/nodes/energy/energy_hydrogen_solar_pv_solar_radiation.ad

+1-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- groups = [primary_energy_demand, sustainable_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production]
44
- use = energetic
55
- presentation_group = hydrogen_production
6-
- availability = 0.98
6+
- availability = 1.0
77
- ccs_investment = 0.0
88
- construction_time = 0.5
99
- cost_of_installing = 0.0
@@ -15,19 +15,11 @@
1515
- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0
1616
- wacc = 0.04
1717
- electricity_output_capacity = 20.0
18-
- forecasting_error = 0.05
1918
- free_co2_factor = 0.0
2019
- heat_output_capacity = 0.0
2120
- land_use_per_unit = 0.2
22-
- part_load_efficiency_penalty = 0.1
23-
- part_load_operating_point = 0.7
2421
- sustainability_share = 1.0
2522
- takes_part_in_ets = 0.0
26-
- hours_maint_nl = 4444.444444
27-
- hours_place_nl = 222222.2222
28-
- hours_prep_nl = 0.0
29-
- hours_prod_nl = 0.0
30-
- hours_remov_nl = 0.0
3123

3224
~ demand = CENTRAL_PRODUCTION(energy_hydrogen_solar_pv_solar_radiation, demand)
3325
~ full_load_hours = CENTRAL_PRODUCTION(energy_hydrogen_solar_pv_solar_radiation, full_load_hours)

graphs/energy/nodes/energy/energy_hydrogen_wind_turbine_offshore.ad

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- use = undefined
55
- presentation_group = hydrogen_production
66
- graph_methods = [full_load_hours]
7-
- availability = 0.92
7+
- availability = 1.0
88
- ccs_investment = 0.0
99
- construction_time = 1.5
1010
- cost_of_installing = 0.0

0 commit comments

Comments
 (0)