Power and Hydrogen
Disclaimer: Baseload power price is precalculated due to long runtimes and cannot be modified further.
{{ form.included_power_mix }}
{% if form.included_power_mix.errors %}
{{ form.included_power_mix.errors }}
{% endif %}
{{ form.included_power_mix.help_text }}
Note: New plants' energy costs usually correspond to the power mix used for location prioritization, with one exception: If the power mix is set to "Not included" for location prioritization, the grid power price is used to set the energy costs of new plants. Reason: A plant cannot operate with zero energy costs.
{{ form.hydrogen_ceiling_percentile }}
{% if form.hydrogen_ceiling_percentile.errors %}
{{ form.hydrogen_ceiling_percentile.errors }}
{% endif %}
{{ form.hydrogen_ceiling_percentile.help_text }}
{{ form.intraregional_trade_allowed }}
{% if form.intraregional_trade_allowed.errors %}
{{ form.intraregional_trade_allowed.errors }}
{% endif %}
{{ form.long_dist_pipeline_transport_cost }}
{% if form.long_dist_pipeline_transport_cost.errors %}
{{ form.long_dist_pipeline_transport_cost.errors }}
{% endif %}
{{ form.long_dist_pipeline_transport_cost.help_text }}
Infrastructure and Transportation
{{ form.include_infrastructure_cost }}
{% if form.include_infrastructure_cost.errors %}
{{ form.include_infrastructure_cost.errors }}
{% endif %}
{{ form.include_transport_cost }}
{% if form.include_transport_cost.errors %}
{{ form.include_transport_cost.errors }}
{% endif %}
{{ form.iron_mine_to_plant }}
{% if form.iron_mine_to_plant.errors %}
{{ form.iron_mine_to_plant.errors }}
{% endif %}
{{ form.iron_mine_to_plant.help_text }}
{{ form.iron_to_steel_plant }}
{% if form.iron_to_steel_plant.errors %}
{{ form.iron_to_steel_plant.errors }}
{% endif %}
{{ form.iron_to_steel_plant.help_text }}
{{ form.steel_to_demand }}
{% if form.steel_to_demand.errors %}
{{ form.steel_to_demand.errors }}
{% endif %}
{{ form.steel_to_demand.help_text }}
Feasibility and Land Cover
Feasibility mask: Hard-to-access locations in which it is not possible to build plants are filtered out.
{{ form.max_altitude }}
{% if form.max_altitude.errors %}
{{ form.max_altitude.errors }}
{% endif %}
{{ form.max_altitude.help_text }}
{{ form.max_slope }}
{% if form.max_slope.errors %}
{{ form.max_slope.errors }}
{% endif %}
{{ form.max_slope.help_text }}
{{ form.max_latitude }}
{% if form.max_latitude.errors %}
{{ form.max_latitude.errors }}
{% endif %}
{{ form.max_latitude.help_text }}
Land Use Land Cover: Bare areas are preferred over busy locations (e.g., cities) or areas with high ecological value (e.g., forests) to build new plants.
{{ form.include_lulc_cost }}
{% if form.include_lulc_cost.errors %}
{{ form.include_lulc_cost.errors }}
{% endif %}