different line in configuration settings
This commit is contained in:
parent
d6830d3c48
commit
eef8e3fe41
@ -19,6 +19,8 @@ scenario:
|
|||||||
|
|
||||||
countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK']
|
countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK']
|
||||||
|
|
||||||
|
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-01-01"
|
start: "2013-01-01"
|
||||||
end: "2014-01-01"
|
end: "2014-01-01"
|
||||||
@ -59,8 +61,6 @@ electricity:
|
|||||||
# Wind: [onwind, offwind-ac, offwind-dc]
|
# Wind: [onwind, offwind-ac, offwind-dc]
|
||||||
# Solar: [solar]
|
# Solar: [solar]
|
||||||
|
|
||||||
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
cutouts:
|
cutouts:
|
||||||
|
@ -19,6 +19,8 @@ scenario:
|
|||||||
|
|
||||||
countries: ['DE']
|
countries: ['DE']
|
||||||
|
|
||||||
|
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-03-01"
|
start: "2013-03-01"
|
||||||
end: "2013-04-01"
|
end: "2013-04-01"
|
||||||
@ -51,8 +53,6 @@ electricity:
|
|||||||
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
||||||
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||||
|
|
||||||
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
cutouts:
|
cutouts:
|
||||||
|
@ -18,6 +18,8 @@ scenario:
|
|||||||
|
|
||||||
countries: ['DE']
|
countries: ['DE']
|
||||||
|
|
||||||
|
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
start: "2013-03-01"
|
start: "2013-03-01"
|
||||||
end: "2014-04-01"
|
end: "2014-04-01"
|
||||||
@ -50,8 +52,6 @@ electricity:
|
|||||||
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
||||||
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||||
|
|
||||||
simplify_to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
cutouts:
|
cutouts:
|
||||||
|
Loading…
Reference in New Issue
Block a user