You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In add_brownfield with config["sector"]["H2_retrofit"] and not config["sector"]["gas_network"], the maximum capacity of the retrofit potential is currently not reduced. This is because the pipe_carrier = ["gas pipeline"]` which does not exist in this case.
It would be more robust to search for "H2 pipeline retrofitted" and subtract the already installed capacity from the maximum capacity.
The text was updated successfully, but these errors were encountered:
In
add_brownfield
withconfig["sector"]["H2_retrofit"]
and notconfig["sector"]["gas_network"], the maximum capacity of the retrofit potential is currently not reduced. This is because the
pipe_carrier = ["gas pipeline"]` which does not exist in this case.It would be more robust to search for "H2 pipeline retrofitted" and subtract the already installed capacity from the maximum capacity.
The text was updated successfully, but these errors were encountered: