Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.6 KB

File metadata and controls

14 lines (10 loc) · 1.6 KB

Optimisation of Planning - One node

This folder contains

  • texts with maths and introduction to the pyomo package to do the math in python (If you are just starting, you should try understand the maths and learn about how to use the pyomo code in the one node operation optimisation tutorial here)
  • Planning optimisation models for one node defined in f_PlanningModels.py
    • without storage in function GetElectricSystemModel_PlanningSingleNode
    • with storage in function GetElectricSystemModel_PlanningSingleNode_withStorage
  • case studies that apply these models:

If you are interested in operation (simpler than optimisation of investment with operation constraints), you should go to Folder Operation_optimisation in the same models folder. If you are interested in multi node optimisation (of Planning and operation), you should start with the 2 nodes models Basic_France_Germany_models or you could go further with the more realistic European 7 nodes model Seven_node_Europe.