OSeMOSYS / OSeMOSYS_Pyomo

The Pyomo implementation of OSeMOSYS
Apache License 2.0
15 stars 13 forks source link

Delete Unutilised variable #15

Open ThemisKoutsellis opened 1 year ago

ThemisKoutsellis commented 1 year ago

In line 514 of osemosy.py, the declaration of variable model.VariableOperatingCost = Var( should be ommited. This variable is not used elsewhere throughout the osemosy.py and is confused with the model.AnnualVariableOperatingCost line 508