{% extends "dashboard/base.html" %} {% load static %} {% block title %}R2H2 — Welcome{% endblock %} {% block content %}
Simulate green hydrogen production from wind energy — configure components, upload wind data, and run multi-year transient simulations.
rocket_launch Get Started Upload Wind DataAt a Glance
How It Works
Import an HDF5 file containing turbine power time-series. Time step and duration are auto-detected.
Set up batteries, electrolysers, PEM cells, and thermal properties that describe your system.
Create a simulation model that links your components and wind input together into a run configuration.
Execute multi-year transient simulations and track live progress. Results are saved for later review.
Recent Simulation Runs
| Simulation | Status | Started | Duration | Message |
|---|---|---|---|---|
| {{ run.simulation.name }} | {% if run.status == 'done' %} Done {% elif run.status == 'running' %} Running {% elif run.status == 'error' %} Error {% elif run.status == 'cancelled' %} Cancelled {% else %} Running {% endif %} | {% if run.started_at %}{% else %}—{% endif %} | {% if run.duration_hms %}{{ run.duration_hms }}{% else %}—{% endif %} |
No simulation runs yet. Create one now.
{% endif %}