GenXProject / GenX.jl

GenX: a configurable power system capacity expansion model for studying low-carbon energy futures. More details at : https://genx.mit.edu
https://genxproject.github.io/GenX.jl/
GNU General Public License v2.0
256 stars 105 forks source link

[Feature]: support netRevenue.csv output for multi-stage modeling with foresight #709

Open JesseJenkins opened 2 weeks ago

JesseJenkins commented 2 weeks ago

Feature description

The netRevenue.csv output file is not currently supported when running GenX using multi-stage expansion with foresight.

Motivation

The net revenues (annualized costs and annual revenues from energy, reserves, policy constraints) is valuable output and supported when GenX is run in myopic or single stage mode.

Implementation strategy

Pull appropriate dual variables from final pass solution of DDP for multi-stage results and write appropriate values to netRevenue.csv for each stage.

Additional context

No response