gmlc-dispatches / dispatches

Primary repository for distributed dispatches software tools
https://dispatches.readthedocs.io/
Other
12 stars 34 forks source link

Unify underbind and wind waste penatlies in tracker of double loop #147

Closed adowling2 closed 2 years ago

adowling2 commented 2 years ago

@dguittet implemented a wind waste penalty inside the RE case study model that is used in the double loop: https://github.com/gmlc-dispatches/dispatches/blob/31cd536418ee7b8dd253f062c9976ab1aa9e4cab/dispatches/case_studies/renewables_case/wind_battery_double_loop.py#L175

@Xinhe-Chen will add code from @xiangao1 that introduces underbid penalty, please add coordinates to the code here, need to add PR into IDAES that adds underbid

adowling2 commented 2 years ago

@dguittet tested double loop (RE case study) with and without wind waste penalty, battery SOC is higher with the penalty

Xinhe-Chen commented 2 years ago

I uploaded a few missing file from @xiangao1 here: https://github.com/Xinhe-Chen/dispatches/tree/RE_case_study/dispatches/models/renewables_case

Here is the specified commits. https://github.com/Xinhe-Chen/dispatches/commit/41fd78328ec9fe1def8a1397b6e079dd086f8de6

ksbeattie commented 2 years ago

dup of #148