Normalized and/or absolute time series inconsistency in D1 source functions
In D1 a dispatchable source can be defined with normalized or absolute time series. However, for non-dispatchable sources only one way is possible: If capacity is optimized --> normalized time series (see here) If capacity is fix --> absolute time series (see here)
This is not a bug but I wonder whether we should allow both, absolute and normalized time series for non-dispatchable sources, as well.
Hi @SabineHaas can you update me on this - is this still something we should discuss?
Hmm no I think it's fine like that. Maybe you could quickly comment on, whether this is intended like this @smartie2076 :
source_non_dispatchable_optimize(): useTIMESERIES_NORMALIZEDas this is needed for the optimization.source_non_dispatchable_fix(): useTIMESERIESas normalization is not needed.
Connected to #829