Examples¶
The repository of ETHOS.FINE provides a number of different examples to get to know the package. The examples are sorted by their complexity and should provide a good overview on the scope of the package.
Overview¶
| Example | Description |
|---|---|
| 00 Tutorial | An energy supply system, consisting of two regions, is modeled and optimized. Recommended as starting point to get to know ETHOS.FINE. |
| 01 1-node Energy System | A single region energy system is modeled and optimized. The system includes only a few technologies. |
| 02 EnergyLand | A single region energy system is modeled and optimized. Compared to the previous examples, this example includes a lot more technologies. |
| 03 Multi-regional Energy System | An energy supply system, consisting of eight regions, is modeled and optimized. Shows how to model multi-regional energy systems. |
| 03b Performance Summary | Shows the optional performance summary for the multi-regional example. |
| 04 District Optimization | A small district is modeled and optimized. This example also includes binary decision variables. |
| 05 Water Supply System | The application cases of ETHOS.FINE are not limited. This example shows how to model a water supply system. |
| 06 NetCDF Model Instance | Shows how to save input and optimized results to netCDF files for reproducibility. |
| 07a Spatial Aggregation | Shows how to reduce model complexity by aggregating regions (spatial aggregation). |
| 07b Technology Aggregation | Shows how to reduce model complexity by aggregating technologies. |
| 08 Stochastic Optimization | A stochastic optimization is performed with different input parameter sets for a more robust solution. |
| 09 Perfect Foresight | A transformation pathway is modeled and optimized with several investment periods. |
| 10 Partload | A hydrogen system is modeled and optimized considering partload behavior of an electrolyzer. |