bknueven
bknueven
- [x] Slack types https://github.com/grid-parity-exchange/Egret/pull/239 #125 - [ ] PTDF Options (enumerated in Egret here: https://github.com/grid-parity-exchange/Egret/blob/d2a46cc0a2dbbd5f45dbb7a61f1cc2f6733b5929/egret/common/lazy_ptdf_utils.py#L28-L62) - [ ] Reserve ramping constraints https://github.com/grid-parity-exchange/Egret/pull/245 - [x] Contingency monitoring #128
Egret models currently allow for SOC management for storage devices. We need to make sure Prescient is tracking this, and that the capability is tested. There's also the question of...
- [x] Renewables curtailed seems to be missing (PR #29) - [ ] Implicit reserve not correctly reported with explicit reserves (caused by https://github.com/grid-parity-exchange/Egret/issues/150) - [x] Switch to Egret's stackgraph...
for thermal generator type. Depends on https://github.com/grid-parity-exchange/Egret/issues/190.
WARNING: DEPRECATED: The quicksum(linear=...) argument is deprecated and ignored. (deprecated in 6.6.0) (called from /Users/bknueven/Software/Egret/eg ret/model_library/unit_commitment/uc_utils.py:114)
## Fixes # . ## Summary/Motivation: ## Changes proposed in this PR: TODO: - Allow the user to optionally pass in a timer; if one is not passed in then...
@dguittet points out that if you start the RTS-GMLC simulation on 12/31/20 and use a 4-hour look-ahead SCED that Prescient will crash on the SCED at 21:00. This is because...
Running `afew.py` on a new system today and a few dependencies surprised me. I have relegated `matplotlib` to only be imported when a plotting function is called. I have also...
Not sure this is a good idea -- you may miss incoming weights. Opening this draft PR for discussion.
- [ ] mpi-sppy as a sub-comm (should be supported, but some users have reported issues) - [ ] MMW better integrated (we should start with a code review) -...