{% extends "dashboard/base.html" %} {% block title %}Results — Run #{{ run.id }} — {{ sim.name }}{% endblock %} {% block content %}

Simulation >  {{ sim.name }} >  Run #{{ run.id }} Results

Run #{{ run.id }}
Simulation {{ sim.name }}
Started
{% if run.duration_hms %}
Duration {{ run.duration_hms }}
{% endif %} {% if meta_info.kind %}
Kind {{ meta_info.kind }}
{% endif %} {% if meta_info.runtime_s %}
Engine runtime {{ meta_info.runtime_s|floatformat:1 }} s
{% endif %}
arrow_backBack to runs
{% if run.description %}
Note {{ run.description }}
{% endif %}
{% if n_years == 0 %}
info No year data found in the results file.
{% else %}
science H₂ Production (cumulative)
developer_board Electrolyser Peak Efficiency (% of original)
battery_charging_full Battery SoC & Rated Capacity (0–1 fraction)
power Electrolysers Switched On (%)
electric_bolt Power — Wind, Electrolyser & Battery
air Wind Speed (1 hr average)
{% if has_wind %} {% endif %} {% endif %}
settingsChart Settings

X-axis display mode — applies to all charts on this page.

{% endblock %}