config: co2base interpreted by snakemake as str without + (#258)
This commit is contained in:
parent
4e5ac53c64
commit
094afc8c50
@ -36,7 +36,7 @@ enable:
|
|||||||
electricity:
|
electricity:
|
||||||
voltages: [220., 300., 380.]
|
voltages: [220., 300., 380.]
|
||||||
co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5
|
co2limit: 7.75e+7 # 0.05 * 3.1e9*0.5
|
||||||
co2base: 1.487e9
|
co2base: 1.487e+9
|
||||||
agg_p_nom_limits: data/agg_p_nom_minmax.csv
|
agg_p_nom_limits: data/agg_p_nom_minmax.csv
|
||||||
|
|
||||||
extendable_carriers:
|
extendable_carriers:
|
||||||
|
Loading…
Reference in New Issue
Block a user