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
276 stars 118 forks source link

multi-stage output writing #439

Open joshdr83 opened 1 year ago

joshdr83 commented 1 year ago

In the src/write_outputs/write_outputs.jl file, the line (121) if setup["MultiStage"] == 0 stops the model from writing some multi-stage outputs, such as time weights from being written. The comment above it says: # Temporary! Suppress these outputs until we know that they are compatible with multi-stage modeling However, if I change that line to setup["MultiStage"] >= 0 it seems to work (writes the results in the folders) with my multi-stage model. Is the comment about being able to write the files or should I be suspect of the values in those files?

sambuddhac commented 1 year ago

Thanks @joshdr83 . Will take a look at it ASAP.

cfe316 commented 1 year ago

I'm not sure who wrote this code and comment, but I think this was about being suspect of the values in the files.

ASamarkRoth commented 1 year ago

Hi GenX dev team.

Have you had a chance to look into this issue?

Best, Anton