Skip to content

Commit 5773294

Browse files
author
Jon Vegard Venås
committed
Add missing fields
1 parent bdf3a3a commit 5773294

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

src/descriptive_names.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,21 @@ variables:
425425
bat_res_down: "Downwards reserve of battery storage"
426426

427427
## EnergyModelsHeat
428-
dh_pipe_loss: "Heat losses in DH pipes"
428+
dh_pipe_loss: "Heat losses in DH pipes"
429429

430430
## EnergyModelsHydrogen
431-
ref_off_b: "Binary variable indicating if the reformer is in the 'off' state in operational period t"
432-
ref_start_b: "Binary variable indicating if the reformer is in the 'start-up' state in operational period t"
433-
ref_on_b: "Binary variable indicating if the reformer is in the 'on' state in operational period t"
434-
ref_shut_b: "Binary variable indicating if the reformer is in the 'shutdown' state in operational period t"
431+
ref_off_b: "Binary variable indicating if the reformer is in the 'off' state"
432+
ref_start_b: "Binary variable indicating if the reformer is in the 'start-up' state"
433+
ref_on_b: "Binary variable indicating if the reformer is in the 'on' state"
434+
ref_shut_b: "Binary variable indicating if the reformer is in the 'shutdown' state"
435+
436+
elect_on_b: "Binary variable, 1 if electrolyzer is operating"
437+
elect_prev_use: "Cumulative electrolyzer use since last stack replacement"
438+
elect_prev_use_sp: "Cumulative electrolyzer use in investment periods since last stack replacement"
439+
elect_use_sp: "Electrolyzer use in an investment period"
440+
elect_use_rp: "Electrolyzer use in a representative period"
441+
elect_stack_replace_b: "Binary variable for electrolyzer stack replacement"
442+
elect_efficiency_penalty: "Efficiency penalty coefficient for electrolyzer"
435443

436444
## EnergyModelsCO2
437445
stor_level_Δ_sp: "Increase in `stor_level` during a strategic period"

0 commit comments

Comments
 (0)