Skip to content

Commit acd714d

Browse files
mbaronnetclaude
andcommitted
feat: keep pEnergyBalance.csv in output_csv (demand-supply balance)
Add pEnergyBalance to ESSENTIAL_FILES so it is not deleted during output cleanup. Contains annual GWh by zone: generation by fuel, UnmetDemand, Surplus, Imports, Exports — demand-supply balance table. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e60550c commit acd714d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

epm/output_treatment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@
264264
'pPrice',
265265
# Settings
266266
'pSettings',
267+
# Energy balance (demand, generation by fuel, imports, exports, unmet demand, surplus — annual GWh by zone)
268+
'pEnergyBalance',
267269
]
268270

269271

0 commit comments

Comments
 (0)