Skip to content

Commit

Permalink
[FIX] Results
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Oct 3, 2023
1 parent ccb78e8 commit d8e357c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/hydro/management/management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ void HydroManagement::prepareNetDemand(uint numSpace, uint year)
{
netdemand = +area.load.series->getCoefficient(year, hour)
- area.wind.series->getCoefficient(year, hour) - scratchpad.miscGenSum[hour]
- area.solar.series->getCoefficient(year, hour)
- area.solar.series->getCoefficient(year, hour) - ror[hour]
- ((ModeT != Data::stdmAdequacy) ? scratchpad.mustrunSum[hour]
: scratchpad.originalMustrunSum[hour]);
}
Expand Down

0 comments on commit d8e357c

Please sign in to comment.