Commit dbfa65c
Add NYISO supply ancillary MC generation capability
Adds the ability to generate NY supply ancillary marginal costs from NYISO
ancillary-services clearing prices, without changing any published RIE/NY
results and without enforcing ancillary on existing runs.
- data/nyiso/ancillary/: fetch/validate/update pipeline for NYISO AS prices
(mirrors data/isone/ancillary/ conventions).
- supply_ancillary.py / generate_supply_ancillary_mc.py: --iso nyiso support
(NYISO regulation capacity + movement). ISO-NE path is behavior-preserving.
- supply_utils.py: DEFAULT_NYISO_ANCILLARY_S3_BASE.
- ny/Justfile: opt-in create-supply-ancillary-mc-data[-all] recipes (not wired
into create-supply-mc-data). Enable a run later by setting SUPPLY_ANCILLARY_MC.
- Tests for the NYISO transform and ancillary end-use computation.
Refs #396.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ccd54c6 commit dbfa65c
10 files changed
Lines changed: 1788 additions & 88 deletions
File tree
- data/nyiso/ancillary
- rate_design/hp_rates/ny
- tests
- utils/data_prep/marginal_costs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments