Skip to content

Commit

Permalink
Update PowNet_Laos_solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ngjiayi93 authored Apr 15, 2021
1 parent 23e8efe commit 7ab7d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model and data/PowNet_Laos_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
instance.HorizonHydroImport[z,i] = instance.SimHydroImport[z,(day-1)*24+i]

for z in instance.Generators:
#load Deratef time series data ##v1.3
#load Deratef time series data
for i in K:
instance.HorizonDeratef[z,i] = instance.SimDeratef[z,(day-1)*24+i]

Expand Down

0 comments on commit 7ab7d3c

Please sign in to comment.