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

Make None colum in Fuels_data optional #720

Closed lbonaldo closed 6 days ago

lbonaldo commented 1 week ago

Description

Fix TDR to load Fuels_data.csv even without a None column.

What type of PR is this? (check all applicable)

Related Tickets & Documents

Addresses #552

Checklist

How this can be tested

By running any example case with TimeDomainReduction: 1 and without a None column in the Fuels_data.csv input file.

Post-approval checklist for GenX core developers

After the PR is approved

lbonaldo commented 6 days ago

Thanks @sambuddhac!