forked from pypsa-meets-earth/pypsa-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.distribution.yaml
105 lines (84 loc) · 2.73 KB
/
config.distribution.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# SPDX-FileCopyrightText: : 2021 The PyPSA-Earth Authors
#
# SPDX-License-Identifier: CC0-1.0
version: 0.0.1
tutorial: true
logging:
level: INFO
format: "%(levelname)s:%(name)s:%(message)s"
# option to disable the subworkflow to ease the analyses
disable_subworkflow: false
scenario:
simpl: ['']
ll: ['copt']
clusters: [55]
opts: [Co2L-3H] #Co2L adds an overall absolute carbon-dioxide emissions limi
#3H resamples the time-resolution by averaging over every 3 snapshots
countries: ["NG"]
# Can be replaced by country ["NG", "BJ"] or user specific region, more at https://pypsa-earth.readthedocs.io/en/latest/configuration.html#top-level-configuration
year: "2019" #Year setting allows the choice of which data to download (es. Worldpop_data)
snapshots:
start: "2013-01-01"
end: "2014-01-01"
inclusive: "left" # end is not inclusive
# definition of the Coordinate Reference Systems
crs:
geo_crs: EPSG:4326 # general geographic projection, not used for metric measures. "EPSG:4326" is the standard used by OSM and google maps
distance_crs: EPSG:3857 # projection for distance measurements only. Possible recommended values are "EPSG:3857" (used by OSM and Google Maps)
area_crs: ESRI:54009 # projection for area measurements only. Possible recommended values are Global Mollweide "ESRI:54009"
electricity:
voltage: 0.22
line_type: "24-AL1/4-ST1A 0.4"
max_hours:
battery: 6
H2: 168
extendable_carriers:
Generator: [solar, onwind]
StorageUnit: ["lithium", "lead acid"]
conventional_carriers: [diesel]
renewable_carriers: [solar, onwind]
# TODO: Needs to be adjusted for Africa
costs:
year: 2030
discountrate: 0.07 # From a Lion Hirth paper, also reflects average of Noothout et al 2016
USD2013_to_EUR2013: 0.7532 # [EUR/USD] ECB: https://www.ecb.europa.eu/stats/exchange/eurofxref/html/eurofxref-graph-usd.en.html
marginal_cost: # EUR/MWh
solar: 0.01
onwind: 0.015
offwind: 0.015
hydro: 0.
H2: 0.
electrolysis: 0.
fuel cell: 0.
battery: 0.
battery inverter: 0.
emission_prices: # in currency per tonne emission, only used with the option Ep
co2: 0.
solving:
options:
formulation: kirchhoff
load_shedding: true
noisy_costs: true
min_iterations: 4
max_iterations: 6
clip_p_max_pu: 0.01
skip_iterations: true
track_iterations: false
#nhours: 10
solver:
name: glpk
tech_modelling:
general_vre: ["onwind", "solar"]
storage_techs: ["lithium", "lead acid"]
conv_techs: ["diesel"]
load_carriers: ["AC load"]
microgrids_list: #MICROGRIDS IN NIGERIA
microgrid_1: #WORKING
lon_max: 5.0998
lon_min: 6.1700
lat_min: 8.2356
lat_max: 9.8012
load:
scaling_factor: 15000
buildings:
n_clusters: 10