Quick Start¶
This guide walks you through building and running a small two-node energy system model from scratch. It takes about 15 minutes.
What you will build¶
A simple model with two nodes — City and Wind Farm — connected by a transmission link. The wind farm feeds electricity to the city through a solar PV plant and a battery.
Step 1 — Create a model¶
- Click New Model on the home screen.
- Enter a name, e.g.
My First Model, and an optional description. - Click Create. The application switches to the model editor.
Step 2 — Add locations¶
Navigate to the Locations tab in the sidebar.
- Click Add Location and fill in:
- Name:
City - Latitude:
48.83 - Longitude:
12.95
- Name:
- Add a second location:
- Name:
Wind Farm - Latitude:
49.10 - Longitude:
12.60
- Name:
- Both nodes appear as markers on the map.
Step 3 — Connect them with a link¶
Navigate to the Links tab.
- Click Add Link.
- Select
Cityas the From node andWind Farmas the To node. - Set Carrier to
electricity. - Leave the loss factor at the default (
0.0). - Click Save.
A line appears between the two markers on the map.
Step 4 — Add technologies¶
Navigate to the Technologies tab.
- Click Add Technology → select From template.
- Choose
solar_pvfrom the renewable templates and assign it to locationCity. - Add another: choose
batteryfrom the storage templates, assign toCity. - Add
wind_onshorefrom renewables, assign toWind Farm. - Add
demand_electricityfrom demand templates, assign toCity. Set thedemandparameter to a small value (e.g.5.0in your model units).
Step 5 — Set the time horizon¶
Navigate to Parameters.
- Set Start date to
2023-01-01. - Set End date to
2023-01-07(one week is enough for a quick test). - Set Time resolution to
1H.
Step 6 — Run the model¶
- Click Run in the sidebar.
- Click the Start optimization button.
- The live log window streams output from the Calliope solver. A typical run for this model takes a few seconds.
- When the log shows
Model solved successfully, click View Results.
Step 7 — Inspect results¶
The Results screen shows:
- Capacity — installed capacity per technology and location.
- Generation — hourly generation time series in charts.
- Costs — total system costs.
Next steps¶
- Managing Locations — coordinates, regions, and bulk import
- Technologies — full template library and custom configuration
- Import & Export — download the model as YAML or ZIP