Skip to content

Commit

Permalink
Implement realistic timeseries for transport demand
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienmellot committed Mar 13, 2024
1 parent 0b19b3b commit 2e4bffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data-sources:
eurostat-energy-balance: https://raw.githubusercontent.com/calliope-project/euro-calliope-datasets/feature-sector-coupling/eurostat/nrg_bal_c.tsv.gz # FIXME do not use cached data
swiss-energy-balance: https://www.bfe.admin.ch/bfe/en/home/versorgung/statistik-und-geodaten/energiestatistiken/gesamtenergiestatistik.exturl.html/aHR0cHM6Ly9wdWJkYi5iZmUuYWRtaW4uY2gvZGUvcHVibGljYX/Rpb24vZG93bmxvYWQvNzUxOQ==.html
swiss-industry-energy-balance: https://www.bfe.admin.ch/bfe/en/home/versorgung/statistik-und-geodaten/energiestatistiken/teilstatistiken.exturl.html/aHR0cHM6Ly9wdWJkYi5iZmUuYWRtaW4uY2gvZGUvcHVibGljYX/Rpb24vZG93bmxvYWQvODc4OA==.html
ev-data: https://zenodo.org/record/6579421/files/ramp-ev-consumption-profiles.csv.gz?download=1
root-directory: .
cluster-sync:
url: euler.ethz.ch
Expand Down Expand Up @@ -134,7 +135,7 @@ parameters:
coaches-and-buses: 3248
passenger-cars: 324
motorcycles: 200 # based on passenger car electrical efficiency scaled by relative diesel efficiency
names:
vehicle-type-names:
light-duty-vehicles: Light duty vehicles
heavy-duty-vehicles: Heavy duty vehicles
coaches-and-buses: Motor coaches, buses and trolley buses
Expand All @@ -144,6 +145,7 @@ parameters:
ALB: ['BGR', 'HRV', 'HUN', 'ROU', 'GRC']
BIH: ['BGR', 'HRV', 'HUN', 'ROU', 'GRC']
MNE: ['BGR', 'HRV', 'HUN', 'ROU', 'GRC']
MKD: ['BGR', 'HRV', 'HUN', 'ROU', 'GRC']
SRB: ['BGR', 'HRV', 'HUN', 'ROU', 'GRC']
NOR: ['SWE', 'DNK']
CHE: ['DEU', 'AUT', 'FRA', 'ITA']
Expand Down

0 comments on commit 2e4bffb

Please sign in to comment.