Skip to content

Flexible electrolyzer operations #1487

@danielelerede-oet

Description

@danielelerede-oet

Concerning flexible operations for electrolyzers, we have data for:

Image

The simplest thing, that can be done already in #1227 , is to force electrolyzers to operate only in conditions >= minimum stable level of operation → p_min_pu = 0.6 (Alkaline & PEM) / 0.8 (SOEC)

More complex alternatives to this may be:

  1. Ignore efficiency loss range → p_min_pu = 0.4 (Alkaline) / 0.25 (PEM) and efficiency = nominal efficiency
  2. Implement piece-wise function to represent efficiency drop from minimum stable level of operation to minimum partial load without efficiency loss. In this case p_min_pu would be 40% for alkaline and 25% for PEM with efficiency = 0.01 * nominal efficiency at this step up to efficiency = nominal efficiency when reaching 60% of p_nom
    3 Model Alkaline and PEM electrolyzers as parallel links with 1) reduced efficiency in the range 0.4 / 0.25 <= p_min_pu < 0.6 and 2) nominal efficiency for p_min_pu >= 0.6

To consider startup and shutdown time:

  • Considering the most conservative value (60 minutes) to get to stable operation without efficiency loss → ramp_limit_start_up = 0.0 (Alkaline) (i.e. no hydrogen can be produced in the first hourly time step after startup as it takes 60 minutes) / ramp_limit_start_up = 0.9 (PEM) (i.e. startup takes 10 minutes) + committable=True

I think we have no option to represent restart from standby mode, so we would be considering always the most conservative option.

In the case of Alkaline electrolyzers case though, possible conflicts may arise in the first time step when p_min_pu = 0.6 but ramp_limit_start_up = 0.0.

What do you think @ekatef @davide-f @hazemakhalek @yerbol-akhmetov @GbotemiB ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions