nodes dimension missing from input CSV files if parameters set at tech level #667
Labels
discussion
has-workaround
The issue describes a valid workaround until the primary issue is solved
v0.7
(upcoming) version 0.7
What happened?
This might not be a bug but we see some inconsistent columns/dimensions in the inputs files generated by
to_csv()
. If we set a particular parameter at the tech level for every tech in the model the resultinginputs_*variable*.csv
does not have a nodes dimension/column.Below is an example where we configure all of the parameters at the tech level without any node-level overrides
The resulting inputs CSVs (
inputs_flow_cap_max.csv
below) have no node column.Configuring one node level override (adding a
flow_cap_max
to theCCGT
inregion_1
) changesinputs_flow_cap_max.csv
to this:This makes automating the processing of results inconsistent. Our specific use case is determining the system-wide maximum capacity constraints to compare against the built capacity in visualizations. In v0.6 the locs/nodes dimension was always present in the inputs files so we could easily total up the max capacity without additional work counting the number of nodes. This might not be a bug and instead be the result of the new design of problem formulation in 0.7 but wanted to flag this inconsistency.
Which operating systems have you used?
Version
v0.7.0-dev3
Relevant log output
No response
The text was updated successfully, but these errors were encountered: