{% extends "dashboard/base.html" %} {% block title %}Results — Run #{{ run.id }} — {{ sim.name }}{% endblock %} {% block content %}
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_1hz_data and hz_meta %}
Total samples {{ hz_meta.points_total }}
Channels {{ hz_meta.n_channels }}
Time range Hour {{ hz_meta.start_hour }} – {{ hz_meta.end_hour }}
File {{ hz_meta.output_name }}
Resolution Loading…
1 Hz data — zoom in for higher resolution (live resampling)
{% for i in "012" %}{% with forloop.counter0 as idx %}
monitoring 1Hz channel {{ idx }}
progress_activity Loading 1Hz data…
{% endwith %}{% endfor %}
{% endif %} {% endif %}
settingsChart Settings

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

{% endblock %}